Mercurial > mplayer.hg
comparison DOCS/codecs.html @ 6357:748bb00cb05b
RealVideo libraries support
author | gabucino |
---|---|
date | Sun, 09 Jun 2002 15:21:57 +0000 |
parents | 9b40f17128cc |
children | 2ef20eaf8c39 |
comparison
equal
deleted
inserted
replaced
6356:b54d7fd6471a | 6357:748bb00cb05b |
---|---|
27 <LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files</LI> | 27 <LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files</LI> |
28 <LI>Cinepak and Intel Indeo codecs (3.1,3.2,4.1,5.0)</LI> | 28 <LI>Cinepak and Intel Indeo codecs (3.1,3.2,4.1,5.0)</LI> |
29 <LI>MJPEG, AVID, VCR2, ASV2 and other hardware formats</LI> | 29 <LI>MJPEG, AVID, VCR2, ASV2 and other hardware formats</LI> |
30 <LI>VIVO 1.0, 2.0, I263 and other h263(+) variants</LI> | 30 <LI>VIVO 1.0, 2.0, I263 and other h263(+) variants</LI> |
31 <LI>FLI/FLC</LI> | 31 <LI>FLI/FLC</LI> |
32 <LI>RealVideo 1.0</LI> | 32 <LI>RealVideo 1.0 from ffmpeg, and RealVideo 2.0, 3.0 using RealPlayer |
33 libraries</LI> | |
33 <LI>Various old simple RLE-like formats</LI> | 34 <LI>Various old simple RLE-like formats</LI> |
34 </UL> | 35 </UL> |
35 | 36 |
36 <P>If you have a Win32 codec not listed here which is not supported yet, please read the | 37 <P>If you have a Win32 codec not listed here which is not supported yet, please read the |
37 <A HREF="#2.2.3">codec importing HOWTO</A> and help us add support | 38 <A HREF="#2.2.3">codec importing HOWTO</A> and help us add support |
215 video output driver permits it.</P> | 216 video output driver permits it.</P> |
216 | 217 |
217 | 218 |
218 <P><B><A NAME=2.2.1.8>2.2.1.8. RealVideo</A></B></P> | 219 <P><B><A NAME=2.2.1.8>2.2.1.8. RealVideo</A></B></P> |
219 | 220 |
220 <P>Currently <B>only</B> the RealVideo 1.0 (fourcc RV10) codec is supported through | 221 <P><B>MPlayer</B> supports decoding all versions of RealVideo: |
221 FFmpeg. Sadly, new RealMedia files come with the newer and closed source RV20 and | 222 <UL> |
222 RV30 codecs instead. Their future support is unlikely :(</P> | 223 <LI>RealVideo 1.0 (fourcc RV10) - en/decoding supported by <B>libavcodec</B></LI> |
224 <LI>RealVideo 2.0 (fourcc RV20) - decoding supported by <B>RealPlayer libraries</B></LI> | |
225 <LI>RealVideo 3.0 (fourcc RV20) - decoding supported by <B>RealPlayer libraries</B></LI> | |
226 </UL> | |
227 </P> | |
228 | |
229 <P>On how to install RealPlayer libraries, see the | |
230 <A HREF="formats.html#2.1.1.7">RealMedia file format</A> section.</P> | |
223 | 231 |
224 | 232 |
225 <P><B><A NAME=2.2.1.9>2.2.1.9. XViD</A></B></P> | 233 <P><B><A NAME=2.2.1.9>2.2.1.9. XViD</A></B></P> |
226 | 234 |
227 <P><B>XViD</B> is another development from the OpenDivX group (their first | 235 <P><B>XViD</B> is another development from the OpenDivX group (their first |
333 <P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P> | 341 <P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P> |
334 | 342 |
335 <P>Currently the only supported one is the DNET codec. Actually it is a | 343 <P>Currently the only supported one is the DNET codec. Actually it is a |
336 low-bitrate version of the well known AC3 codec. It can be found in both | 344 low-bitrate version of the well known AC3 codec. It can be found in both |
337 old and new RealMedia movies.</P> | 345 old and new RealMedia movies.</P> |
346 | |
347 <P>RealAudio libraries from RealPlayer can't be used right now.</P> | |
338 | 348 |
339 | 349 |
340 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing HOWTO</A></B></P> | 350 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing HOWTO</A></B></P> |
341 | 351 |
342 <P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P> | 352 <P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P> |