Mercurial > mplayer.hg
annotate DOCS/codecs.html @ 3645:7e4ace9675b4
"This are some updates mostly, new chapters in documentation.html."
author | gabucino |
---|---|
date | Fri, 21 Dec 2001 17:38:55 +0000 |
parents | 66e418645b67 |
children | 6ed77f4d208e |
rev | line source |
---|---|
1612 | 1 <HTML> |
1712 | 2 <BODY BGCOLOR=WHITE> |
1704 | 3 |
4 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> | |
1612 | 5 |
2745 | 6 <P><B><A NAME=2.2>2.2. Supported codecs</A></B></P> |
1612 | 7 |
8 | |
2745 | 9 <P><B><A NAME=2.2.1>2.2.1. Video codecs</A></B></P> |
1612 | 10 |
1731 | 11 <P>See <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A> for the complete, |
1869 | 12 daily generated list!!!</P> |
1612 | 13 |
2745 | 14 <P>The most important ones above all:<BR> |
1682 | 15 <UL> |
2290 | 16 <LI>MPEG1 (VCD) and MPEG2 (DVD) video</LI> |
2690 | 17 <LI>DivX ;-), OpenDivX (DivX4), 3ivx and other MPEG4 variants</LI> |
2290 | 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> | |
20 <LI>MJPEG, ASV2 and other hardware formats</LI> | |
2690 | 21 <LI>XAnim codecs</LI> |
2745 | 22 <LI>VIVO</LI> |
3566 | 23 <LI>FLI</LI> |
1682 | 24 </UL></P> |
1612 | 25 |
2745 | 26 <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 | |
1731 | 28 for it!</P> |
1612 | 29 |
2745 | 30 <P><B><A NAME=2.2.1.1>2.2.1.1. DivX4</A></B></P> |
1612 | 31 |
1682 | 32 <P>This section contains information about the DivX4 codec of |
33 <A HREF="http://www.projectmayo.com">ProjectMayo</A>. Their first available alpha version was the OpenDivX 4.0 | |
34 alpha 47 and 48. Support for this was/is included in <B>MPlayer</B>, and built by | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
35 default. We used to use its postprocessing code to optionally enhance visual |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
36 quality of MPEG1/2 movies. Now we use our own.</P> |
1612 | 37 |
1682 | 38 <P>The new generation of this codec can even decode movies made with the |
39 infamous DivX codec! And it's not everything, it's MUCH faster than the | |
40 traditional Win32 DivX DLL's. See below for configuration. The only | |
41 disadvantage of this codec is that it's currently closed-source. :(</P> | |
1612 | 42 |
1682 | 43 <P>The codec can be downloaded from the following URL:</P> |
44 | |
3583 | 45 <P> <A HREF="http://avifile.sourceforge.net">http://avifile.sourceforge.net</A></P> |
46 | |
47 <P>If it doesn't work, try :</P> | |
48 | |
49 <P> <A HREF="http://divx.com">http://divx.com</A></P> | |
1612 | 50 |
2684 | 51 <P>Unpack it, and run <CODE>./install.sh</CODE> as root.</P> |
1612 | 52 |
1869 | 53 <P>Note: do NOT forget to add /usr/local/lib to your /etc/ld.so.conf !</P> |
1612 | 54 |
1682 | 55 <P><B>MPlayer</B> autodetects if DivX4 is (properly) installed, just compile |
56 as usual. If it doesn't detect it, you didn't install it exactly as above, | |
57 and/or has fucked up config (see last question of 5.1 section).</P> | |
58 | |
59 <P>Using it is a bit tricky. As it conflicts with the old OpenDivX (it's API is | |
60 very similar to OpenDivX's), OpenDivX code is disabled, and the OpenDivX | |
61 driver calls this library too.</P> | |
62 | |
63 <P>Generally we can pinpoint this issue to that you have two options to use | |
64 this codec:</P> | |
65 | |
66 <P><TABLE BORDER=0> | |
1987 | 67 <TD> </TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-vc odivx</TD><TD> </TD> |
68 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>using divx4 codec as a new version of OpenDivX. | |
1682 | 69 in this case it produces YV12 image in its own buffer, |
1987 | 70 and <B>MPlayer</B> (libvo) does colorspace conversion. (<B>RECOMMENDED!</B>)</TD><TR> |
71 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-vc divx4</TD><TD></TD> | |
72 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>using divx4 codec's colorspace conversion. | |
2095 | 73 in this mode, you can use YUY2/UYVY too.</TD></TR> |
1682 | 74 </TABLE></P> |
1612 | 75 |
1682 | 76 <P>The 'odivx' method is usually faster, due to the fact that it transfers |
77 image data in YV12 (planar YUV 4:2:0) format, thus requiring much less | |
78 bandwidth on the bus. For packed YUV modes (YUY2, UYVY) use the 'divx4' | |
79 method. For RGB modes you can choose freely, their speed is same, maybe | |
80 differ according to the current bpp.</P> | |
81 | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
82 <P>Note: it supports postprocessing too, but range of values is strange: (TODO UPDATE)</P> |
1612 | 83 |
1682 | 84 <P><TABLE BORDER=0> |
1987 | 85 <TD> </TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>0</TD><TD> </TD> |
86 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>no postproc</TD><TR> | |
87 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>10 .. 20</TD> | |
88 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>postprocessing, normal (like level 2 with divxds)</TD><TR> | |
89 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>30 .. 60</TD> | |
90 <TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>hard prostprocessing, eats many CPU (like level 4 with divxds</TD><TR> | |
1682 | 91 </TABLE></P> |
1612 | 92 |
2745 | 93 <P><B><A NAME=2.2.1.2>2.2.1.2. ffmpeg's DivX/libavcodec</A></B></P> |
1682 | 94 |
95 <P>Beginning with version 0.4.2 , <A HREF="http://ffmpeg.sourceforge.net">ffmpeg</A> contains an <B>opensource</B> DivX codec, | |
96 which is compatible with the traditional DivX. <B>MPlayer</B> supports this codec, | |
2290 | 97 and this makes it possible to <B>watch DivX/DivX4 movies on non-x86 platforms</B>, |
98 and gain much faster <B>DivX/DivX4</B> decoding speed than the Win32 codecs and | |
99 the original DivX4 library has!<BR> | |
1682 | 100 It was removed from <B>MPlayer</B>'s cvs tree, you have to download it |
101 manually directly from <B>FFmpeg</B>'s tree:</P> | |
102 | |
103 <P><CODE> | |
1987 | 104 cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg login<BR> |
1612 | 105 cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg |
1682 | 106 </CODE></P> |
1612 | 107 |
1682 | 108 <P>Note: <I>if you copy with CVS subdirs, next time it's enough to do |
109 'cvs update'.</I></P> | |
1612 | 110 |
1682 | 111 <P>Now, move the newly downloaded ffmpeg source's <B>libavcodec</B> directory, |
112 (with all it's subdirectories) to <B>MPlayer</B>'s tree, so it will look | |
113 like this:</P> | |
1612 | 114 |
1682 | 115 <P> <CODE>main/libavcodec</CODE></P> |
1612 | 116 |
1869 | 117 <P>Symlinking is NOT enough, you have to copy/move it!!!</P> |
1668 | 118 |
3140 | 119 <P>Then compile. configure detects if it's alright, and can be compiled. The |
120 codec also <B>supports postprocessing!</B></P> | |
1612 | 121 |
1682 | 122 <P>In order to use it, refresh your codecs.conf file, and do as the manpage, |
123 or the example.conf says (the -vfm option).</P> | |
1612 | 124 |
2290 | 125 <P>To achieve the <B>greatest speed</B> on my K6, I remove the |
126 <CODE>ffmpeg12</CODE> section from codecs.conf (this codec isn't optimized, and | |
127 libmpeg2 is twice as fast), and place <CODE>vfm=5</CODE> in my config file. | |
128 Then <B>MPlayer</B> always uses <B>ffdivx/ffodivx</B> to decode | |
129 <B>DivX/DivX4</B> files, and libmpeg2 for MPEG1/2 . With this and my Matrox G400, I can view even the | |
130 highest resolution DivX/DivX4 movies on my K6/2 500, without framedrop.</P> | |
1612 | 131 |
132 | |
2745 | 133 <P><B><A NAME=2.2.1.3>2.2.1.3. XAnim codecs</A></B></P> |
2411 | 134 |
135 <P>Foreword: using (some) XAnim codecs with other program than XAnim, is | |
136 <B><I>ILLEGAL</I></B>. It is <B>YOUR</B> responsibility to read its license, | |
137 and do accordingly. The authors of <B>MPlayer</B> can't be held responsible for | |
138 any unlawful act of the user.</P> | |
139 | |
140 <P>So yes, <B>MPlayer</B> can use XAnim's codecs for decoding. It's very | |
141 easy to enable them:</P> | |
142 | |
143 <P> | |
144 <UL> | |
145 <LI>download the codecs you wish to use from the | |
146 <A HREF="http://xanim.va.pubnix.com">XAnim site</A>. The <B>3ivx</B> codec | |
147 isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI> | |
148 | |
2664 | 149 <LI>use the <CODE>--with-xanimlibdir</CODE> option to tell configure where |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2745
diff
changeset
|
150 it can find the xanim codecs. By default, it checks them at <CODE>/</CODE> (...) .</LI> |
3163 | 151 |
152 <LI>rename the filenames by cutting out the architecture stuff, so they will | |
153 have filenames like these : <CODE>vid_cvid.xa, vid_h263.xa, vid_iv50.xa</CODE> | |
154 | |
2411 | 155 </UL> |
156 </P> | |
157 | |
158 <P>They are video codec family number 10, so you may want to use <CODE>-vfm 10</CODE> | |
159 option to tell <B>MPlayer</B> to use them if possible.</P> | |
160 | |
161 <P>Tested codecs are: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, <B>CVID</B>, <B>3ivX</B>, <B>h263</B>.</P> | |
162 | |
2452 | 163 |
2745 | 164 <P><B><A NAME=2.2.1.4>2.2.1.4. VIVO video</A></B></P> |
165 | |
2855 | 166 <P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec |
3027 | 167 for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc |
3566 | 168 ffh263</CODE> option (default) (you'll need the newest libavcodec !). For 2.0 files, use |
3174
4164be267d0f
misinfo fixed (notified by Al3x. At least 65535 times:)
gabucino
parents:
3163
diff
changeset
|
169 the <CODE>ivvideo.dll</CODE> Win32 DLL file (from <A |
3027 | 170 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>), |
2855 | 171 and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the |
172 Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes, | |
3174
4164be267d0f
misinfo fixed (notified by Al3x. At least 65535 times:)
gabucino
parents:
3163
diff
changeset
|
173 thus usable only with the X11 and OpenGL outputs. Hopefully ffh263 will support |
4164be267d0f
misinfo fixed (notified by Al3x. At least 65535 times:)
gabucino
parents:
3163
diff
changeset
|
174 VIVO 2.0 files in the future.</P> |
2855 | 175 |
2745 | 176 |
177 <P><B><A NAME=2.2.1.5>2.2.1.5. MPEG 1/2 video</A></B></P> | |
178 | |
179 <P>MPEG1 and MPEG2 are decoded with the native library <B>libmpeg2</B>. | |
180 Its source code is included in <B>MPlayer</B>, and of course is multiplatform. | |
181 We handle buggy MPEG1/2 video files by checking for what signature does | |
182 libmpeg2 return, and when it gives sig11 (segmentation fault), we quickly | |
183 reinitialize the codec, and continue exactly from where the failure did occur. | |
184 No speed decrease is measurable.</P> | |
185 | |
186 | |
2855 | 187 <P><B><A NAME=2.2.1.6>2.2.1.6. MS Video1</A></B></P> |
188 | |
189 <P>This is a very old and very bad codec of Microsoft. In the past it was | |
190 decoded with the <CODE>msvidc32.dll</CODE> Win32 codec, now we have our own | |
191 open-source implementation (by <A HREF="mailto:melanson@pcisys.net">Mike | |
192 Melanson</A>).</P> | |
193 | |
194 | |
3163 | 195 <P><B><A NAME=2.2.1.7>2.2.1.7. Cinepak CVID</A></B></P> |
196 | |
197 <P>The best way to view Cinepak videos with <B>MPlayer</B>, is using | |
198 the XAnim codec <CODE>vid_cvid.xa</CODE>, because it supports YV12, YUY2 | |
199 outputs, in contrary to the Win32 codec which supports only RGB.</P> | |
200 | |
201 | |
2745 | 202 <P><B><A NAME=2.2.2>2.2.2. Audio codecs</A></B></P> |
203 | |
204 <P>The most important audio codecs above all :<BR> | |
205 <UL> | |
206 <LI>MPEG layer 2, and layer 3 (MP3) audio (<B>native</B> code, with MMX/SSE/3DNow! optimization)</LI> | |
207 <LI>MPEG layer 1 audio (<B>native</B> code, with libavcodec)</LI> | |
208 <LI>AC3 Dolby audio (<B>native</B> code, with SSE/3DNow! optimization)</LI> | |
209 <LI>Ogg Vorbis audio codec (<B>native</B> lib)</LI> | |
210 <LI>Voxware audio (using DirectShow DLL)</LI> | |
211 <LI>alaw, msgsm, pcm and other simple old audio formats</LI> | |
3566 | 212 <LI>VIVO audio (g723, Vivo Siren)</LI> |
2745 | 213 </UL></P> |
214 | |
215 | |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
216 <P><B><A NAME=2.2.2.1>2.2.2.1. Software AC3 decoding</A></B></P> |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
217 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
218 <P>This is the default decoder used for files with AC3 audio.</P> |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
219 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
220 <P>The AC3 decoder can create output audio mixes for 2, 4, or 6 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
221 speakers. When configured for 6 speakers, this decoder provides |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
222 separate output of all the AC3 channels to the soundcard driver, |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
223 allowing the full "surround sound" experience without the external AC3 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
224 decoder required to use the hwac3 codec.</P> |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
225 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
226 <P>Use the <CODE>-channels</CODE> option to select the number of output channels. |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
227 Use <CODE>-channels 2</CODE> for a stereo downmix. For a 4 channel downmix (Left |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
228 Front, Right Front, Left Surround and Right Surround outputs), use |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
229 <CODE>-channels 4</CODE>. In this case, any Centre channel will be mixed |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
230 equally to the front channels. Lastly, "-channels 6" will output all the AC3 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
231 channels as they are encoded - in the order Left, Right, Left Surround, Right |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
232 Surround, Centre and LFE.</P> |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
233 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
234 <P>The default number of output channels is 2.</P> |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
235 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
236 <P>To use more than 2 output channels, you'll need to be using OSS, |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
237 and to have a soundcard driver that supports the appropriate number of |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
238 output channels via the SNDCTL_DSP_CHANNELS ioctl. For example, a |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
239 version of the emu10k1 driver (used with the SB Live cards) newer than |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
240 August 2001 should be suitable.</P> |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
241 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
242 <P>Output mixes of more than 2 channels should be considered |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
243 experimental.</P> |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
244 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
245 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
246 <P><B><A NAME=2.2.2.2>2.2.2.2. Hardware AC3 decoding</A></B></P> |
2745 | 247 |
248 <P>You'll need an AC3 capable soundcard, with digital out (SP/DIF). The | |
249 card's driver must support the AFMT_AC3 format (like SB Live! does). | |
250 Connect your AC3 decoder to the SP/DIF output, and use the '-ac hwac3' | |
251 option. It may or may not work (experimental). (probably won't...)</P> | |
252 | |
253 | |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
254 <P><B><A NAME=2.2.2.3>2.2.2.3. libmad support</A></B></P> |
2452 | 255 |
256 <P><A HREF="http://mad.sourceforge.net">libmad</A> is a multiplatform MPEG audio | |
257 decoding library. If you don't know why is it good, you probably don't need it.</P> | |
258 | |
259 <P>To enable support, compile with the <CODE>--enable-mad</CODE> configure | |
260 option.</P> | |
261 | |
262 | |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3174
diff
changeset
|
263 <P><B><A NAME=2.2.2.4>2.2.2.4. VIVO audio</A></B></P> |
2855 | 264 |
2865 | 265 <P>The audio codec used in VIVO files depends on whether it's a VIVO/1.0 or |
266 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files | |
3566 | 267 have <B>Vivo Siren</B>. Both is <U>supported</U>. You can grab the g.723/Siren |
268 Win32 DLL from | |
2855 | 269 <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> | |
271 | |
272 | |
2745 | 273 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P> |
1682 | 274 |
2745 | 275 <P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P> |
1682 | 276 |
277 <P>VfW (Video for Windows) is the old Video API for Windows. Its codecs have | |
278 the .DLL or (rarely) .DRV extension. | |
279 If <B>MPlayer</B> fails with your AVI:</P> | |
280 | |
281 <P> <CODE>UNKNOWN video codec: HFYU (0x55594648)</CODE></P> | |
1612 | 282 |
1682 | 283 <P>It means your AVI is encoded with a codec which has the HFYU fourcc (HFYU = |
284 HuffYUV codec, DIV3 = DivX Low Motion, etc...). Now that we know this, we'll | |
285 have to find out which DLL Windows loads in order to play this file. In our | |
286 case, the system.ini contains this (with many others):</P> | |
1612 | 287 |
1682 | 288 <P> <CODE>VIDC.HFYU=huffyuv.dll</CODE></P> |
289 | |
290 <P>So we'll need the huffyuv.dll file. Note that the audio codecs are specified | |
291 with the MSACM prefix:</P> | |
292 | |
293 <P> <CODE>msacm.l3acm=L3codeca.acm</CODE></P> | |
1612 | 294 |
295 | |
1682 | 296 <P>This is the MP3 codec. |
297 So, now we have all the info needed (fourcc, codec file, sample AVI), submit | |
298 your codec support request in mail, and upload these files to the FTP:</P> | |
1612 | 299 |
1869 | 300 <P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P> |
1612 | 301 |
302 | |
2745 | 303 <P><B><A NAME=2.2.3.2>2.2.3.2. DirectShow codecs</A></B></P> |
1612 | 304 |
1682 | 305 <P>DirectShow is the newer Video API, which is even worse than its predecessor. |
306 Things are harder with DirectShow, since | |
307 <UL> | |
308 <LI>system.ini doesn't contain the needed information, instead it's stored in | |
309 the registry :( | |
310 <LI>we'll need the GUID of the codec. | |
311 </UL></P> | |
1612 | 312 |
1682 | 313 <P>So let's search that goddamn registry.. |
314 <UL> | |
315 <LI>Start 'regedit' | |
316 <LI>press ctrl-f, disable the first two checkbox, and enable the third. Type | |
317 the fourcc of the codec. (for ex.: TM20) | |
318 <LI>you should see a field which contains the path and filename | |
319 (for ex. : C:\WINDOWS\SYSTEM\TM20DEC.AX) | |
320 <LI>now that we have the file, we'll need the GUID. Try searching again, but | |
321 now we'll search for the codec's name, not the fourcc. Its name can be acquired | |
322 when Media Player is playing that file, by checking File/Properties/Advanced. | |
323 If not, bad luck ;) Try guessing. | |
324 (for ex. search for : TrueMotion) | |
325 <LI>if found (in registry), there should be a FriendlyName field, and a CLSID | |
326 field. Write down that 16 byte of CLSID, this is the GUID required by us. | |
327 </UL></P> | |
328 | |
329 <P>NOTE: if searching fails, try to enable all the checkboxes.. you may have | |
330 false hits, but maybe you'll have the right, too...</P> | |
331 <P>NOTE: dump that M$ shit.</P> | |
1612 | 332 |
333 | |
1682 | 334 <P>So, now we have all the info needed (fourcc, GUID, codec file, sample AVI), |
335 submit your codec support request in mail, and upload these files to the FTP:<BR> | |
1869 | 336 ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</P> |
1612 | 337 |
338 </BODY> | |
339 </HTML> |