comparison DOCS/codecs.html @ 3174:4164be267d0f

misinfo fixed (notified by Al3x. At least 65535 times:)
author gabucino
date Wed, 28 Nov 2001 06:35:26 +0000
parents 27986f4dcd30
children ef38487113b1
comparison
equal deleted inserted replaced
3173:76703fb87686 3174:4164be267d0f
159 <P><B><A NAME=2.2.1.4>2.2.1.4. VIVO video</A></B></P> 159 <P><B><A NAME=2.2.1.4>2.2.1.4. VIVO video</A></B></P>
160 160
161 <P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec 161 <P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec
162 for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc 162 for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc
163 ffh263</CODE> option (you'll need the newest libavcodec !). For 2.0 files, use 163 ffh263</CODE> option (you'll need the newest libavcodec !). For 2.0 files, use
164 XAnim's H263 decoder codec (it supports fast YV12 output). You can call it with 164 the <CODE>ivvideo.dll</CODE> Win32 DLL file (from <A
165 the <CODE>-vc h263xa</CODE> option. Of course you have to compile XAnim codecs
166 support in, for details see the <A HREF=#2.2.1.3>XAnim video codecs</A>. If
167 this doesn't work, get the <CODE>ivvideo.dll</CODE> DLL file (from <A
168 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>), 165 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>),
169 and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the 166 and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the
170 Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes, 167 Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes,
171 thus usable only with the X11 and OpenGL outputs. Discouraged.</P> 168 thus usable only with the X11 and OpenGL outputs. Hopefully ffh263 will support
169 VIVO 2.0 files in the future.</P>
172 170
173 171
174 <P><B><A NAME=2.2.1.5>2.2.1.5. MPEG 1/2 video</A></B></P> 172 <P><B><A NAME=2.2.1.5>2.2.1.5. MPEG 1/2 video</A></B></P>
175 173
176 <P>MPEG1 and MPEG2 are decoded with the native library <B>libmpeg2</B>. 174 <P>MPEG1 and MPEG2 are decoded with the native library <B>libmpeg2</B>.