summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-17 18:51:24 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-17 18:51:24 +0000
commit8d1f9c14447580f031efe36414a64ac01c48e2c4 (patch)
tree8b0f6c81e5c6bc79a0101ed1fc288670a2603b3c /DOCS/codecs.html
parented1d6076dc80064dc9a5d395fcab47b24bb93171 (diff)
downloadmpv-8d1f9c14447580f031efe36414a64ac01c48e2c4.tar.bz2
mpv-8d1f9c14447580f031efe36414a64ac01c48e2c4.tar.xz
err... minor fixes/additions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3567 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.html')
-rw-r--r--DOCS/codecs.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index 008542c965..c111951908 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -20,6 +20,7 @@ daily generated list!!!</P>
<LI>MJPEG, ASV2 and other hardware formats</LI>
<LI>XAnim codecs</LI>
<LI>VIVO</LI>
+<LI>FLI</LI>
</UL></P>
<P>If you have a Win32 codec not listed here, and not supported yet, just read the <A
@@ -160,7 +161,7 @@ option to tell <B>MPlayer</B> to use them if possible.</P>
<P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec
for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc
-ffh263</CODE> option (you'll need the newest libavcodec !). For 2.0 files, use
+ffh263</CODE> option (default) (you'll need the newest libavcodec !). For 2.0 files, use
the <CODE>ivvideo.dll</CODE> Win32 DLL file (from <A
HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>),
and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the
@@ -204,6 +205,7 @@ outputs, in contrary to the Win32 codec which supports only RGB.</P>
<LI>Ogg Vorbis audio codec (<B>native</B> lib)</LI>
<LI>Voxware audio (using DirectShow DLL)</LI>
<LI>alaw, msgsm, pcm and other simple old audio formats</LI>
+<LI>VIVO audio (g723, Vivo Siren)</LI>
</UL></P>
@@ -258,8 +260,8 @@ option.</P>
<P>The audio codec used in VIVO files depends on whether it's a VIVO/1.0 or
VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files
-have <B>Vivo Siren</B>. Currently none of them is supported, but you can
-grab the g.723 codec from
+have <B>Vivo Siren</B>. Both is <U>supported</U>. You can grab the g.723/Siren
+Win32 DLL from
<A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>,
then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P>