summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-19 18:57:37 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-19 18:57:37 +0000
commiteb6922f2dffe1172142d74d935f6411fdb3bf42c (patch)
treef13b2af77ce7f78a7d24e9901af4ee2724926558 /DOCS
parent583d812e1dc01923a69cd926abc14fb411087359 (diff)
downloadmpv-eb6922f2dffe1172142d74d935f6411fdb3bf42c.tar.bz2
mpv-eb6922f2dffe1172142d74d935f6411fdb3bf42c.tar.xz
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')
-rw-r--r--DOCS/xml/en/encoding-guide.xml10
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>