Mercurial > mplayer.hg
comparison DOCS/codecs.html @ 1869:01aa08dae521
small fixes
| author | arpi |
|---|---|
| date | Sat, 08 Sep 2001 05:07:21 +0000 |
| parents | ac02aa845e01 |
| children | c4dbfa55d873 |
comparison
equal
deleted
inserted
replaced
| 1868:333d429d7ff2 | 1869:01aa08dae521 |
|---|---|
| 12 <LI> VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file | 12 <LI> VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file |
| 13 <LI> DVD, directly from your DVD disk, using optional libcss for decryption | 13 <LI> DVD, directly from your DVD disk, using optional libcss for decryption |
| 14 <LI> MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file | 14 <LI> MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file |
| 15 formats | 15 formats |
| 16 <LI> RIFF AVI file format | 16 <LI> RIFF AVI file format |
| 17 <LI> ASF 1.0 file format | 17 <LI> ASF/WMV 1.0 file format |
| 18 <LI> supports reading from file, stdin, DVD drive or network via HTTP | 18 <LI> supports reading from file, stdin, or network via HTTP |
| 19 </UL></P> | 19 </UL></P> |
| 20 | 20 |
| 21 <P>Note: about quicktime (.mov/.qt) and realmedia (.ra/.rm) support read the FAQ!</P> | 21 <P>Note: about quicktime (.mov/.qt) and realmedia (.ra/.rm) support read the FAQ!</P> |
| 22 | 22 |
| 23 | 23 |
| 24 <P><B><A NAME=2.1.2>2.1.2. Supported audio & video codecs</A></B></P> | 24 <P><B><A NAME=2.1.2>2.1.2. Supported audio & video codecs</A></B></P> |
| 25 | 25 |
| 26 <P>See <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A> for the complete, | 26 <P>See <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A> for the complete, |
| 27 daily updated list!!!</P> | 27 daily generated list!!!</P> |
| 28 | 28 |
| 29 <P>The most important video codecs:<BR> | 29 <P>The most important video codecs:<BR> |
| 30 <UL> | 30 <UL> |
| 31 <LI>MPEG1 (VCD) and MPEG2 (DVD) video | 31 <LI>MPEG1 (VCD) and MPEG2 (DVD) video |
| 32 <LI>DivX, FFmpeg, OpenDivX and other MPEG4 variants | 32 <LI>DivX ;-), OpenDivX (DivX4) and other MPEG4 variants |
| 33 <LI>Windows Media Video 7 (WMV1) and Windows Media Video 8 used in .wmv files | 33 <LI>Windows Media Video 7 (WMV1) and 8 (WMV2) used in .wmv files |
| 34 <LI>Intel Indeo codecs (3.1,3.2,4.1,5.0) | 34 <LI>Intel Indeo codecs (3.1,3.2,4.1,5.0) |
| 35 <LI>MJPEG, ASV2 and other hardware formats | 35 <LI>MJPEG, ASV2 and other hardware formats |
| 36 </UL></P> | 36 </UL></P> |
| 37 | 37 |
| 38 <P>The most important audio codecs:<BR> | 38 <P>The most important audio codecs:<BR> |
| 39 <UL> | 39 <UL> |
| 40 <LI>MPEG layer 2, and layer 3 (MP3) audio (native code, with 3dnow optimization) | 40 <LI>MPEG layer 2, and layer 3 (MP3) audio (native code, with mmx/sse/3dnow optimization) |
| 41 <LI>AC3 dolby audio (native code, with 3dnow optimization) | 41 <LI>AC3 dolby audio (native code, with sse/3dnow optimization) |
| 42 <LI>Voxware audio | 42 <LI>Ogg Vorbis audio codec (native lib) |
| 43 <LI>Voxware audio (using directshow DLL) | |
| 43 <LI>alaw, msgsm, pcm and other simple old audio formats | 44 <LI>alaw, msgsm, pcm and other simple old audio formats |
| 44 <LI>Ogg Vorbis audio codec | |
| 45 </UL></P> | 45 </UL></P> |
| 46 | 46 |
| 47 <P>If you have a codec not listed here, and not supported yet, just read <A | 47 <P>If you have a codec not listed here, and not supported yet, just read <A |
| 48 HREF="#2.1.4">section 2.1.4</A> to get info about how to help us adding support | 48 HREF="#2.1.4">section 2.1.4</A> to get info about how to help us adding support |
| 49 for it!</P> | 49 for it!</P> |
| 72 ln -s /usr/local/lib/libdivxdecore.so.0.0.0 /usr/local/lib/libdivxdecore.so.0<BR> | 72 ln -s /usr/local/lib/libdivxdecore.so.0.0.0 /usr/local/lib/libdivxdecore.so.0<BR> |
| 73 ln -s /usr/local/lib/libdivxdecore.so.0 /usr/local/lib/libdivxdecore.so<BR> | 73 ln -s /usr/local/lib/libdivxdecore.so.0 /usr/local/lib/libdivxdecore.so<BR> |
| 74 ldconfig<BR> | 74 ldconfig<BR> |
| 75 cp decore.h /usr/local/include/</CODE></P> | 75 cp decore.h /usr/local/include/</CODE></P> |
| 76 | 76 |
| 77 <P>Note: do NOT forget to add /usr/local/lib to your /etc/ld.so.conf !</P> | |
| 77 | 78 |
| 78 <P><B>MPlayer</B> autodetects if DivX4 is (properly) installed, just compile | 79 <P><B>MPlayer</B> autodetects if DivX4 is (properly) installed, just compile |
| 79 as usual. If it doesn't detect it, you didn't install it exactly as above, | 80 as usual. If it doesn't detect it, you didn't install it exactly as above, |
| 80 and/or has fucked up config (see last question of 5.1 section).</P> | 81 and/or has fucked up config (see last question of 5.1 section).</P> |
| 81 | 82 |
| 133 (with all it's subdirectories) to <B>MPlayer</B>'s tree, so it will look | 134 (with all it's subdirectories) to <B>MPlayer</B>'s tree, so it will look |
| 134 like this:</P> | 135 like this:</P> |
| 135 | 136 |
| 136 <P> <CODE>main/libavcodec</CODE></P> | 137 <P> <CODE>main/libavcodec</CODE></P> |
| 137 | 138 |
| 138 <P>Symlinking is NOT enough, you have to copy it.</P> | 139 <P>Symlinking is NOT enough, you have to copy/move it!!!</P> |
| 139 | 140 |
| 140 <P>./configure detects if it can be built. At the moment it doesn't support | 141 <P>./configure detects if it can be built. At the moment it doesn't support |
| 141 postprocessing, and is under optimization (it's faster than the DS/VfW DivX | 142 postprocessing, and is under optimization (it's faster than the DS/VfW DivX |
| 142 codec).</P> | 143 codec).</P> |
| 143 | 144 |
| 181 | 182 |
| 182 <P>This is the MP3 codec. | 183 <P>This is the MP3 codec. |
| 183 So, now we have all the info needed (fourcc, codec file, sample AVI), submit | 184 So, now we have all the info needed (fourcc, codec file, sample AVI), submit |
| 184 your codec support request in mail, and upload these files to the FTP:</P> | 185 your codec support request in mail, and upload these files to the FTP:</P> |
| 185 | 186 |
| 186 <P> <CODE>ftp://mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P> | 187 <P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P> |
| 187 | 188 |
| 188 | 189 |
| 189 <P><B><A NAME=2.1.4.2>2.1.4.2. DirectShow codecs</A></B></P> | 190 <P><B><A NAME=2.1.4.2>2.1.4.2. DirectShow codecs</A></B></P> |
| 190 | 191 |
| 191 <P>DirectShow is the newer Video API, which is even worse than its predecessor. | 192 <P>DirectShow is the newer Video API, which is even worse than its predecessor. |
| 217 <P>NOTE: dump that M$ shit.</P> | 218 <P>NOTE: dump that M$ shit.</P> |
| 218 | 219 |
| 219 | 220 |
| 220 <P>So, now we have all the info needed (fourcc, GUID, codec file, sample AVI), | 221 <P>So, now we have all the info needed (fourcc, GUID, codec file, sample AVI), |
| 221 submit your codec support request in mail, and upload these files to the FTP:<BR> | 222 submit your codec support request in mail, and upload these files to the FTP:<BR> |
| 222 ftp://mplayerhq.hu/MPlayer/incoming/[codecname]/</P> | 223 ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</P> |
| 223 | 224 |
| 224 </BODY> | 225 </BODY> |
| 225 </HTML> | 226 </HTML> |
