comparison DOCS/codecs.html @ 3806:053ea3e7c5d8

new 'RealMedia' 'Realvideo' 'RealAudio' sections also added FLI format section
author gabucino
date Thu, 27 Dec 2001 22:12:35 +0000
parents 7ab4c9c542e7
children ef59dc91aaaf
comparison
equal deleted inserted replaced
3805:07d5beff8793 3806:053ea3e7c5d8
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 <LI>FLI</LI>
24 <LI>RealVideo 1.0</LI>
24 </UL></P> 25 </UL></P>
25 26
26 <P>If you have a Win32 codec not listed here, and not supported yet, just read the <A 27 <P>If you have a Win32 codec not listed here, and not supported yet, just read the <A
27 HREF="#2.2.3">codec importing</A> to get info about how to help us adding support 28 HREF="#2.2.3">codec importing</A> to get info about how to help us adding support
28 for it!</P> 29 for it!</P>
197 <P><B>MPlayer</B> now has its own opensource, multiplatform Cinepak decoder. 198 <P><B>MPlayer</B> now has its own opensource, multiplatform Cinepak decoder.
198 Supports YUV outputs, thus hardware scaling if video output driver allows. 199 Supports YUV outputs, thus hardware scaling if video output driver allows.
199 Used by default.</P> 200 Used by default.</P>
200 201
201 202
203 <P><B><A NAME=2.2.1.8>2.2.1.8. RealVideo</A></B></P>
204
205 <P>Currently ONLY the RealVideo 1.0 (fourcc RV10) codec is supported, through
206 ffmpeg. Sadly, no new RealMedia files come with this one, only with the newer
207 RV20 and RV30 codecs which are closed-source. Their future support is
208 unlikely :(</P>
209
210
202 <P><B><A NAME=2.2.2>2.2.2. Audio codecs</A></B></P> 211 <P><B><A NAME=2.2.2>2.2.2. Audio codecs</A></B></P>
203 212
204 <P>The most important audio codecs above all :<BR> 213 <P>The most important audio codecs above all :<BR>
205 <UL> 214 <UL>
206 <LI>MPEG layer 2, and layer 3 (MP3) audio (<B>native</B> code, with MMX/SSE/3DNow! optimization)</LI> 215 <LI>MPEG layer 2, and layer 3 (MP3) audio (<B>native</B> code, with MMX/SSE/3DNow! optimization)</LI>
208 <LI>AC3 Dolby audio (<B>native</B> code, with SSE/3DNow! optimization)</LI> 217 <LI>AC3 Dolby audio (<B>native</B> code, with SSE/3DNow! optimization)</LI>
209 <LI>Ogg Vorbis audio codec (<B>native</B> lib)</LI> 218 <LI>Ogg Vorbis audio codec (<B>native</B> lib)</LI>
210 <LI>Voxware audio (using DirectShow DLL)</LI> 219 <LI>Voxware audio (using DirectShow DLL)</LI>
211 <LI>alaw, msgsm, pcm and other simple old audio formats</LI> 220 <LI>alaw, msgsm, pcm and other simple old audio formats</LI>
212 <LI>VIVO audio (g723, Vivo Siren)</LI> 221 <LI>VIVO audio (g723, Vivo Siren)</LI>
222 <LI>RealAudio: DNET (low bitrate AC3)</LI>
213 </UL></P> 223 </UL></P>
214 224
215 225
216 <P><B><A NAME=2.2.2.1>2.2.2.1. Software AC3 decoding</A></B></P> 226 <P><B><A NAME=2.2.2.1>2.2.2.1. Software AC3 decoding</A></B></P>
217 227
266 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files 276 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files
267 have <B>Vivo Siren</B>. Both is <U>supported</U>. You can grab the g.723/Siren 277 have <B>Vivo Siren</B>. Both is <U>supported</U>. You can grab the g.723/Siren
268 Win32 DLL from 278 Win32 DLL from
269 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>, 279 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>,
270 then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P> 280 then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P>
281
282
283 <P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P>
284
285 <P>Currently the only supported one is the DNET codec. Actually it's a
286 low-bitrate version of the well-known AC3 codec. It can be found either in
287 old and new RealMedia movies.</P>
271 288
272 289
273 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P> 290 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P>
274 291
275 <P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P> 292 <P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P>