Author: compn Date: Mon Mar 19 19:57:37 2007 New Revision: 22748 Modified: trunk/DOCS/xml/en/encoding-guide.xml Log: add png and gif encoders, how to use them with mencoder is another question Modified: trunk/DOCS/xml/en/encoding-guide.xml ============================================================================== --- trunk/DOCS/xml/en/encoding-guide.xml (original) +++ trunk/DOCS/xml/en/encoding-guide.xml Mon Mar 19 19:57:37 2007 @@ -2454,13 +2454,21 @@ You can encode to the following codecs ( </row> <row> <entry>targa</entry> - <entry>Targa</entry> + <entry>Targa image</entry> +</row> +<row> + <entry>gif</entry> + <entry>GIF image</entry> </row> <row> <entry>bmp</entry> <entry>BMP image</entry> </row> <row> + <entry>png</entry> + <entry>PNG image</entry> +</row> +<row> <entry>h261</entry> <entry>H.261</entry> </row>
participants (1)
-
compn