annotate DOCS/codecs.html @ 1612:1b011d6150c7

new, splitted, etc dox
author gabucino
date Tue, 21 Aug 2001 21:01:54 +0000
parents
children 2eedc348e92a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
1 <HTML>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
2
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
3 <BODY>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
4
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
5 <PRE>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
6
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
7 <A NAME=2.1>2.1. Video Formats, Audio & Video Codecs
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
8
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
9
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
10 <A NAME=2.1.1>2.1.1. Supported input formats
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
11
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
12 <B>MPlayer</B> can read/play from the following devices/formats:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
13 - VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
14 - DVD, directly from your DVD disk, using optional libcss for decryption
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
15 - MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
16 formats
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
17 - RIFF AVI file format
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
18 - ASF 1.0 file format
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
19 - supports reading from file, stdin, DVD drive or network via HTTP
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
20
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
21 Note: about quicktime (.mov/.qt) and realmedia (.ra/.rm) support read the FAQ!
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
22
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
23
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
24 <A NAME=2.1.2>2.1.2. Supported audio & video codecs
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
25
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
26 See http://mplayer.sourceforge.net/DOCS/codecs.html for the complete,
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
27 daily updated list!!!
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
28
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
29 The most important video codecs:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
30 - MPEG1 (VCD) and MPEG2 (DVD) video
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
31 - DivX, FFmpeg, OpenDivX and other MPEG4 variants
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
32 - Windows Media Video 7 (WMV1) and Windows Media Video 8 used in .wmv files
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
33 - Intel Indeo codecs (3.1,3.2,4.1,5.0)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
34 - MJPEG, ASV2 and other hardware formats
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
35
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
36 The most important audio codecs:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
37 - MPEG layer 2, and layer 3 (MP3) audio (native code, with 3dnow optimization)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
38 - AC3 dolby audio (native code, with 3dnow optimization)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
39 - Voxware audio
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
40 - alaw, msgsm, pcm and other simple old audio formats
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
41
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
42 If you have a codec not listed here, and not supported yet, just
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
43 read http://mplayer.sourceforge.net/DOCS/codecs.html
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
44 to get info about its status and about how to help us adding support for it!
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
45
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
46
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
47 <A NAME=2.1.2.1>2.1.2.1. OpenDivX
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
48
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
49 This section contains information about the DivX/OpenDivX codecs of
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
50 <A HREF="http://www.projectmayo.com">ProjectMayo</A>. Their first available alpha version was the OpenDivX 4.0
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
51 alpha 47 and 48. Support for this was/is included in <B>MPlayer</B>, and built by
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
52 default. We even used its postprocessing code to optionally enhance visual
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
53 quality of MPEG1/2 movies.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
54
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
55 The new generation of this codec can even decode movies made with the
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
56 infamous DivX codec! And it's not everything, it's MUCH faster than the
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
57 traditional Win32 DivX DLL's. See below for configuration. The only
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
58 disadvantage of this codec is that it's currently closed-source. :(
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
59
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
60 The codec can be downloaded from the following URL:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
61
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
62
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
63 http://download2.projectmayo.com/dnload/divx4linux/divx4linux-20010718.zip
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
64
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
65
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
66 No automatic installing available at this time, so install it manually,
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
67 EXACTLY as described here. Unpack it, and copy files to their place:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
68
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
69
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
70 cp libdivxdecore.so.0.0.0 /usr/local/lib/
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
71 ln -s /usr/local/lib/libdivxdecore.so.0.0.0 /usr/local/lib/libdivxdecore.so.0
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
72 ln -s /usr/local/lib/libdivxdecore.so.0 /usr/local/lib/libdivxdecore.so
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
73 ldconfig
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
74 cp decore.h /usr/local/include/
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
75
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
76
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
77 <B>MPlayer</B> autodetects if OpenDivX is (properly) installed, just compile
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
78 as usual. If it doesn't detect it, you didn't install it exactly as above,
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
79 and/or has fucked up config (see last question of 6.1 section).
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
80
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
81 Using it is a bit tricky. As it conflicts with the old OpenDivX (it's API is
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
82 very similar to OpenDivX's), OpenDivX code is disabled, and the OpenDivX
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
83 driver calls this library too.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
84
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
85 Generally we can pinpoint this issue to that you have two options to use
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
86 this codec:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
87
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
88
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
89 -vc odivx : using divx4 codec as a new version of OpenDivX.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
90 in this case it produces YV12 image in its own buffer,
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
91 and <B>MPlayer</B> (libvo) does colorspace conversion.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
92
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
93 -vc divx4 : using divx4 codec's colorspace conversion.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
94 in this mode, you can use YUY2/UYVY too.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
95
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
96 The 'odivx' method is usually faster, due to the fact that it transfers
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
97 image data in YV12 (planar YUV 4:2:0) format, thus requiring much less
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
98 bandwidth on the bus. For packed YUV modes (YUY2, UYVY) use the 'divx4'
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
99 method. For RGB modes you can choose freely, their speed is same, maybe
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
100 differ according to the current bpp.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
101
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
102 Note: it supports postprocessing too, but range of values is strange:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
103
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
104 0 no postproc
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
105 10 .. 20 postprocessing, normal
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
106 (like level 2 with divxds)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
107 30 .. 60 hard postprocessing, eats many CPU.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
108 (like level 4 with divxds)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
109
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
110
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
111 <A NAME=2.1.2.2>2.1.2.2. ffmpeg's DivX/libavcodec
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
112
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
113 Beginning with version 0.4.2 , <A HREF="http://ffmpeg.sourceforge.net">ffmpeg</A> contains an <B>opensource</B> DivX codec,
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
114 which is compatible with the traditional DivX. <B>MPlayer</B> contains this codec,
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
115 and this makes it possible to <B>watch DivX movies on non-x86 platforms!</B>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
116 To get it compile, you'll need nasm, bison, and flex, above the other
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
117 devel tools. It was removed from <B>MPlayer</B>'s cvs tree, you have
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
118 to download it manually directly from <B>FFmpeg</B>'s tree :
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
119
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
120
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
121 cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg login
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
122 cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
123
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
124
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
125 Note: if you copy with CVS subdirs, next time it's enough to do
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
126 'cvs update'.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
127
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
128 Now, move the newly downloaded ffmpeg source's <B>libavcodec</B> directory,
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
129 (with all it's subdirectories) to <B>MPlayer</B>'s tree, so it will look
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
130 like this :
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
131
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
132
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
133 main/libavcodec
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
134
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
135
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
136 Symlinking is NOT enough, you have to copy it.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
137
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
138 ./configure detects if it can be built. At the moment it doesn't support
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
139 postprocessing, and is under optimization (it's faster than the DS/VfW DivX
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
140 codec).
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
141
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
142 In order to use it, refresh your codecs.conf file, and do as the manpage,
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
143 or the example.conf says (the -vfm option).
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
144
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
145 Note: libavcodec contains other codecs as well, but at the moment we mostly
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
146 focus on ffdivx, and it's unlikely that this will change.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
147
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
148 <A NAME=2.1.4>2.1.4. Codec importing howto
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
149
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
150
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
151 <A NAME=2.1.4.1>2.1.4.1. VFW codecs
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
152
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
153 VfW (Video for Windows) is the old Video API for Windows. Its codecs have
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
154 the .DLL or (rarely) .DRV extension.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
155 If <B>MPlayer</B> fails with your AVI:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
156
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
157
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
158 UNKNOWN video codec: HFYU (0x55594648)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
159
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
160
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
161 It means your AVI is encoded with a codec which has the HFYU fourcc (HFYU =
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
162 HuffYUV codec, DIV3 = DivX Low Motion, etc...). Now that we know this, we'll
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
163 have to find out which DLL Windows loads in order to play this file. In our
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
164 case, the system.ini contains this (with many others):
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
165
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
166
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
167 VIDC.HFYU=huffyuv.dll
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
168
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
169
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
170 So we'll need the huffyuv.dll file. Note that the audio codecs are specified
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
171 with the MSACM prefix :
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
172
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
173
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
174 msacm.l3acm=L3codeca.acm
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
175
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
176
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
177 This is the MP3 codec.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
178 So, now we have all the info needed (fourcc, codec file, sample AVI), submit
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
179 your codec support request in mail, and upload these files to the FTP:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
180 ftp://mplayerhq.hu/MPlayer/incoming/[codecname]/
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
181
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
182
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
183 <A NAME=2.1.4.2>2.1.4.2. DirectShow codecs
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
184
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
185 DirectShow is the newer Video API, which is even worse than its predecessor.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
186 Things are harder with DirectShow, since
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
187 - system.ini doesn't contain the needed information, instead it's stored in
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
188 the registry :(
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
189 - we'll need the GUID of the codec.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
190
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
191 So let's search that goddamn registry..
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
192 - Start 'regedit'
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
193 - press ctrl-f, disable the first two checkbox, and enable the third. Type
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
194 the fourcc of the codec. (for ex.: TM20)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
195 - you should see a field which contains the path and filename
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
196 (for ex. : C:\WINDOWS\SYSTEM\TM20DEC.AX)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
197 - now that we have the file, we'll need the GUID. Try searching again, but
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
198 now we'll search for the codec's name, not the fourcc. Its name can be acquired
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
199 when Media Player is playing that file, by checking File/Properties/Advanced.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
200 If not, bad luck ;) Try guessing.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
201 (for ex. search for : TrueMotion)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
202 - if found (in registry), there should be a FriendlyName field, and a CLSID
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
203 field. Write down that 16 byte of CLSID, this is the GUID required by us.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
204
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
205
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
206 NOTE : if searching fails, try to enable all the checkboxes.. you may have
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
207 false hits, but maybe you'll have the right, too...
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
208 NOTE : dump that M$ shit.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
209
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
210
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
211 So, now we have all the info needed (fourcc, GUID, codec file, sample AVI),
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
212 submit your codec support request in mail, and upload these files to the FTP:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
213 ftp://mplayerhq.hu/MPlayer/incoming/[codecname]/
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
214
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
215 </PRE>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
216
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
217 </BODY>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
218
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
219 </HTML>