add new audio and video codecs to libavcodec list

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22718 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2007-03-18 16:14:25 +00:00
parent fe51c57b4f
commit efa7170803
1 changed files with 32 additions and 0 deletions

View File

@ -2452,6 +2452,14 @@ You can encode to the following codecs (more or less up to date):
<entry>ljpeg</entry>
<entry>lossless JPEG</entry>
</row>
<row>
<entry>targa</entry>
<entry>Targa</entry>
</row>
<row>
<entry>bmp</entry>
<entry>BMP image</entry>
</row>
<row>
<entry>h261</entry>
<entry>H.261</entry>
@ -2524,6 +2532,10 @@ You can encode to the following codecs (more or less up to date):
<entry>flv</entry>
<entry>Sorenson H.263 used in Flash Video</entry>
</row>
<row>
<entry>flashsv</entry>
<entry>Flash Screen Video</entry>
</row>
<row>
<entry>dvvideo</entry>
<entry>Sony Digital Video</entry>
@ -2532,6 +2544,10 @@ You can encode to the following codecs (more or less up to date):
<entry>snow</entry>
<entry>FFmpeg's experimental wavelet-based codec</entry>
</row>
<row>
<entry>zbmv</entry>
<entry>Zip Blocks Motion Video</entry>
</row>
</tbody>
</tgroup>
</informaltable>
@ -2578,6 +2594,22 @@ mencoder dvd://2 -o <replaceable>title2.avi</replaceable> -ovc lavc -lavcopts vc
<entry>sonic</entry>
<entry>experimental lossy/lossless codec</entry>
</row>
<row>
<entry>vorbis</entry>
<entry>Xiph Ogg Vorbis codec</entry>
</row>
<row>
<entry>aiff</entry>
<entry>AIFF/AIFF-C codec</entry>
</row>
<row>
<entry>gsm</entry>
<entry>GSM-MS codec</entry>
</row>
<row>
<entry>wma</entry>
<entry>Windows Media Audio codec</entry>
</row>
</tbody>
</tgroup>
</informaltable>