From 88947731c24beb12e1a149bb41de0301b05c7ebc Mon Sep 17 00:00:00 2001 From: gabucino Date: Mon, 12 Nov 2001 17:30:49 +0000 Subject: *** empty log message *** git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2856 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/codecs.html | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'DOCS/codecs.html') diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 1a4815817f..f556e3614b 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -154,7 +154,17 @@ option to tell MPlayer to use them if possible.

2.2.1.4. VIVO video

-

TODO

+

MPlayer can play Vivo (1.0 and 2.0) videos. The most suitable codec +for this task is XAnim's H263 decoder codec (it supports fast YV12 output), you +can call it with the -vc h263xa option. Of course you have to +compile XAnim codecs support it, for details see the XAnim +video codecs. If this doesn't work, get the ivvideo.dll DLL +file (from here), +and install it under /usr/lib/win32 or wherever you store the +Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes, +thus usable only with the X11 and OpenGL outputs. Discouraged.

+ +

Be sure to read the VIVO audio codec section too!

2.2.1.5. MPEG 1/2 video

@@ -167,6 +177,14 @@ reinitialize the codec, and continue exactly from where the failure did occur. No speed decrease is measurable.

+

2.2.1.6. MS Video1

+ +

This is a very old and very bad codec of Microsoft. In the past it was +decoded with the msvidc32.dll Win32 codec, now we have our own +open-source implementation (by Mike +Melanson).

+ +

2.2.2. Audio codecs

The most important audio codecs above all :
@@ -197,6 +215,14 @@ decoding library. If you don't know why is it good, you probably don't need it.< option.

+

2.2.2.3. VIVO audio

+ +

AKA VivoSiren. Currently this isn't supported, but when it will, it will use +the vivog723.acm file. Download from +here, +then copy it into the /usr/lib/win32 directory, or respectively.

+ +

2.2.3. Win32 codec importing howto

2.2.3.1. VFW codecs

-- cgit v1.2.3