Mercurial > mplayer.hg
comparison DOCS/en/codecs.html @ 10208:56aa5a5ea2ca
some clarifications (Diego pls check for the spelling errors ;)
author | alex |
---|---|
date | Fri, 30 May 2003 16:55:34 +0000 |
parents | f4e0b637ffc5 |
children | b27f7db9bccb |
comparison
equal
deleted
inserted
replaced
10207:35929ee89ef4 | 10208:56aa5a5ea2ca |
---|---|
194 <LI><B>OR</B> download the codecs pack from our | 194 <LI><B>OR</B> download the codecs pack from our |
195 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">codecs page</A>. | 195 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">codecs page</A>. |
196 </LI> | 196 </LI> |
197 <LI>Use the <CODE>--with-xanimlibdir</CODE> option to tell configure where | 197 <LI>Use the <CODE>--with-xanimlibdir</CODE> option to tell configure where |
198 to find the XAnim codecs. By default, it looks for them at | 198 to find the XAnim codecs. By default, it looks for them at |
199 <CODE>/usr/local/lib/xanim/mods, /usr/lib/xanim/mods and /usr/lib/xanim</CODE>. | 199 <CODE>/usr/local/lib/codecs, /usr/local/lib/xanim/mods, /usr/lib/xanim/mods and /usr/lib/xanim</CODE>. |
200 Alternatively you can set the environment variable <I>XANIM_MOD_DIR</I> to | 200 Alternatively you can set the environment variable <I>XANIM_MOD_DIR</I> to |
201 the directory of the XAnim codecs.</LI> | 201 the directory of the XAnim codecs.</LI> |
202 <LI>Rename/symlink the files, cutting out the architecture stuff, so they will | 202 <LI>Rename/symlink the files, cutting out the architecture stuff, so they will |
203 have filenames like these: <CODE>vid_cvid.xa, vid_h263.xa, vid_iv50.xa</CODE>.</LI> | 203 have filenames like these: <CODE>vid_cvid.xa, vid_h263.xa, vid_iv50.xa</CODE>.</LI> |
204 </OL> | 204 </OL> |
257 MPlayer can use their libraries to decode files with RealVideo 2.0 - | 257 MPlayer can use their libraries to decode files with RealVideo 2.0 - |
258 4.0 video. The MPlayer configure script should detect the | 258 4.0 video. The MPlayer configure script should detect the |
259 RealPlayer libraries in the standard locations of a full installation. If it | 259 RealPlayer libraries in the standard locations of a full installation. If it |
260 does not, tell configure where to look with the | 260 does not, tell configure where to look with the |
261 <CODE>--with-reallibdir</CODE> option.</P> | 261 <CODE>--with-reallibdir</CODE> option.</P> |
262 | |
263 <P>As a second chance you can download the codecs from | |
264 <a href="http://www.mplayerhq.hu/MPlayer/releases/codecs/">http://www.mplayerhq.hu/MPlayer/releases/codecs/</a>. | |
265 After downloading the Real codecs package, extract it to the /usr/local/lib/codecs | |
266 directory, or you can specify a unique path with the <CODE>--with-reallibdir</CODE> option.</P> | |
262 | 267 |
263 <P><B>Note:</B> RealPlayer libraries currently <B>only work with Linux, FreeBSD, | 268 <P><B>Note:</B> RealPlayer libraries currently <B>only work with Linux, FreeBSD, |
264 NetBSD and Cygwin on the x86, Alpha and PowerPC (Linux/Alpha and Linux/PowerPC | 269 NetBSD and Cygwin on the x86, Alpha and PowerPC (Linux/Alpha and Linux/PowerPC |
265 have been tested) platforms.</B></P> | 270 have been tested) platforms.</B></P> |
266 | 271 |
337 <P><B>NOTE:</B> currently only 32bit Intel platforms are supported.</P> | 342 <P><B>NOTE:</B> currently only 32bit Intel platforms are supported.</P> |
338 | 343 |
339 <OL> | 344 <OL> |
340 <LI>download MPlayer CVS</LI> | 345 <LI>download MPlayer CVS</LI> |
341 <LI>compile MPlayer with:<BR> | 346 <LI>compile MPlayer with:<BR> |
342 <CODE>$ ./configure --enable-qtx-codecs</CODE></LI> | 347 <CODE>$ ./configure --enable-qtx</CODE></LI> |
343 <LI>download QuickTime DLL pack from | 348 <LI>download QuickTime DLL pack from |
344 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">http://www.mplayerhq.hu/MPlayer/releases/codecs/</A></LI> | 349 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">http://www.mplayerhq.hu/MPlayer/releases/codecs/</A></LI> |
345 <LI>extract QuickTime DLL pack to your Win32 codecs directory (default: | 350 <LI>extract QuickTime DLL pack to your Win32 codecs directory (default: |
346 <CODE>/usr/local/lib/codecs/</CODE>)</LI> | 351 <CODE>/usr/local/lib/codecs/</CODE>)</LI> |
347 </OL> | 352 </OL> |