Author: compn Date: Sun Mar 18 17:14:25 2007 New Revision: 22718 Modified: trunk/DOCS/xml/en/encoding-guide.xml Log: add new audio and video codecs to libavcodec list Modified: trunk/DOCS/xml/en/encoding-guide.xml ============================================================================== --- trunk/DOCS/xml/en/encoding-guide.xml (original) +++ trunk/DOCS/xml/en/encoding-guide.xml Sun Mar 18 17:14:25 2007 @@ -2453,6 +2453,14 @@ You can encode to the following codecs ( <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> </row> @@ -2525,6 +2533,10 @@ You can encode to the following codecs ( <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> </row> @@ -2532,6 +2544,10 @@ You can encode to the following codecs ( <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. <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>
participants (1)
-
compn