diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-05 14:43:24 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-05 14:43:24 +0000 |
commit | 6b22e084f017c9a64ac581188628f4c29c2fc611 (patch) | |
tree | fb61f657649b6671106fd172f3ca079482bc634b /DOCS/xml | |
parent | b363ab3b19f59ccbad443f4f2e1e049bb7acf6a2 (diff) |
libavcodec can encode to SVQ1 and RV20.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16679 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/encoding-guide.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index b00526ae4e..60167fe45b 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -2260,7 +2260,10 @@ You can encode to the following codecs (more or less up to date): Windows Media Video, version 2 (AKA WMV8) </entry></row> <row><entry>rv10</entry><entry> - an old RealVideo codec + RealVideo 1.0 + </entry></row> +<row><entry>rv20</entry><entry> + RealVideo 2.0 </entry></row> <row><entry>mpeg1video</entry><entry> MPEG-1 video @@ -2280,6 +2283,9 @@ You can encode to the following codecs (more or less up to date): <row><entry>ffv1</entry><entry> FFmpeg's lossless video codec </entry></row> +<row><entry>svq1</entry><entry> + Sorenson video 1 + </entry></row> <row><entry>flv</entry><entry> Sorenson H.263 used in Flash Video </entry></row> |