libavcodec can encode to SVQ1 and RV20.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16679 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-10-05 14:43:24 +00:00
parent b363ab3b19
commit 6b22e084f0
1 changed files with 7 additions and 1 deletions

View File

@ -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>