diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-19 18:57:37 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-19 18:57:37 +0000 |
commit | eb6922f2dffe1172142d74d935f6411fdb3bf42c (patch) | |
tree | f13b2af77ce7f78a7d24e9901af4ee2724926558 /DOCS/xml | |
parent | 583d812e1dc01923a69cd926abc14fb411087359 (diff) |
add png and gif encoders, how to use them with mencoder is another question
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22748 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/encoding-guide.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index ff588bcdcb..f403a4f3bf 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -2454,13 +2454,21 @@ You can encode to the following codecs (more or less up to date): </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> |