comparison DOCS/codecs.html @ 3566:92b3028b10f3

err... minor fixes/additions
author gabucino
date Mon, 17 Dec 2001 18:51:24 +0000
parents ef38487113b1
children 66e418645b67
comparison
equal deleted inserted replaced
3565:7f7991864b96 3566:92b3028b10f3
18 <LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files</LI> 18 <LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files</LI>
19 <LI>Intel Indeo codecs (3.1,3.2,4.1,5.0)</LI> 19 <LI>Intel Indeo codecs (3.1,3.2,4.1,5.0)</LI>
20 <LI>MJPEG, ASV2 and other hardware formats</LI> 20 <LI>MJPEG, ASV2 and other hardware formats</LI>
21 <LI>XAnim codecs</LI> 21 <LI>XAnim codecs</LI>
22 <LI>VIVO</LI> 22 <LI>VIVO</LI>
23 <LI>FLI</LI>
23 </UL></P> 24 </UL></P>
24 25
25 <P>If you have a Win32 codec not listed here, and not supported yet, just read the <A 26 <P>If you have a Win32 codec not listed here, and not supported yet, just read the <A
26 HREF="#2.2.3">codec importing</A> to get info about how to help us adding support 27 HREF="#2.2.3">codec importing</A> to get info about how to help us adding support
27 for it!</P> 28 for it!</P>
158 159
159 <P><B><A NAME=2.2.1.4>2.2.1.4. VIVO video</A></B></P> 160 <P><B><A NAME=2.2.1.4>2.2.1.4. VIVO video</A></B></P>
160 161
161 <P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec 162 <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 163 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 164 ffh263</CODE> option (default) (you'll need the newest libavcodec !). For 2.0 files, use
164 the <CODE>ivvideo.dll</CODE> Win32 DLL file (from <A 165 the <CODE>ivvideo.dll</CODE> Win32 DLL file (from <A
165 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>), 166 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>),
166 and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the 167 and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the
167 Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes, 168 Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes,
168 thus usable only with the X11 and OpenGL outputs. Hopefully ffh263 will support 169 thus usable only with the X11 and OpenGL outputs. Hopefully ffh263 will support
202 <LI>MPEG layer 1 audio (<B>native</B> code, with libavcodec)</LI> 203 <LI>MPEG layer 1 audio (<B>native</B> code, with libavcodec)</LI>
203 <LI>AC3 Dolby audio (<B>native</B> code, with SSE/3DNow! optimization)</LI> 204 <LI>AC3 Dolby audio (<B>native</B> code, with SSE/3DNow! optimization)</LI>
204 <LI>Ogg Vorbis audio codec (<B>native</B> lib)</LI> 205 <LI>Ogg Vorbis audio codec (<B>native</B> lib)</LI>
205 <LI>Voxware audio (using DirectShow DLL)</LI> 206 <LI>Voxware audio (using DirectShow DLL)</LI>
206 <LI>alaw, msgsm, pcm and other simple old audio formats</LI> 207 <LI>alaw, msgsm, pcm and other simple old audio formats</LI>
208 <LI>VIVO audio (g723, Vivo Siren)</LI>
207 </UL></P> 209 </UL></P>
208 210
209 211
210 <P><B><A NAME=2.2.2.1>2.2.2.1. Software AC3 decoding</A></B></P> 212 <P><B><A NAME=2.2.2.1>2.2.2.1. Software AC3 decoding</A></B></P>
211 213
256 258
257 <P><B><A NAME=2.2.2.4>2.2.2.4. VIVO audio</A></B></P> 259 <P><B><A NAME=2.2.2.4>2.2.2.4. VIVO audio</A></B></P>
258 260
259 <P>The audio codec used in VIVO files depends on whether it's a VIVO/1.0 or 261 <P>The audio codec used in VIVO files depends on whether it's a VIVO/1.0 or
260 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files 262 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files
261 have <B>Vivo Siren</B>. Currently none of them is supported, but you can 263 have <B>Vivo Siren</B>. Both is <U>supported</U>. You can grab the g.723/Siren
262 grab the g.723 codec from 264 Win32 DLL from
263 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>, 265 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>,
264 then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P> 266 then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P>
265 267
266 268
267 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P> 269 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P>