Mercurial > mplayer.hg
diff DOCS/codecs.html @ 7099:0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
small additions.
* Replaced <UL> with <OL> where it made sense (to me :-)).
* Moved "Developer Cries" into the appendix (as Appendix F)
with s/Flame Wars/Developer Cries/ and
s/In medias res/Developer Cries/.
* Renamed "Appendix X" to "Appendix E".
* Put a "Hint" inside <BLOCKQUOTE>.
* Converted 3-pass encoding and mga_vid installation
instructions to lists.
* Converted options tables (video eq, SDL, fbdev, VESA, DXR3, TV input,
DivX4Linux, AAlib) to <DL> lists.
* The "sections" for MPsub and INSTALLING OSD are numbered and displayed
in the TOC now.
* Changed the text inside some <H4> tags.
author | diego |
---|---|
date | Tue, 27 Aug 2002 18:06:07 +0000 |
parents | 3275af5787e0 |
children | 1943b619990c |
line wrap: on
line diff
--- a/DOCS/codecs.html Tue Aug 27 16:17:54 2002 +0000 +++ b/DOCS/codecs.html Tue Aug 27 18:06:07 2002 +0000 @@ -73,15 +73,16 @@ <P>DivX4Linux works in two modes:</P> -<TABLE BORDER=0> - <TR><TD> </TD><TD VALIGN=top><CODE>-vc odivx</CODE></TD><TD> </TD> - <TD>Uses the codec in OpenDivX fashion. In this case it +<DL> + <DT><CODE>-vc odivx</CODE></DT> + <DD>Uses the codec in OpenDivX fashion. In this case it produces YV12 images in its own buffer, and <B>MPlayer</B> does colorspace - conversion via libvo. (<B>Fast, recommended!</B>)</TD></TR> - <TR><TD></TD><TD VALIGN=top><CODE>-vc divx4</CODE></TD><TD></TD> - <TD>Uses the colorspace conversion of the codec. - In this mode you can use YUY2/UYVY, too. (<B>SLOW</B>)</TD></TR> -</TABLE> + conversion via libvo. (<B>Fast, recommended!</B>)</DD> + + <DT><CODE>-vc divx4</CODE></DT> + <DD>Uses the colorspace conversion of the codec. + In this mode you can use YUY2/UYVY, too. (<B>SLOW</B>)</DD> +</DL> <P>The <CODE>-vc odivx</CODE> method is usually faster, due to the fact that it transfers image data in YV12 (planar YUV 4:2:0) format, thus requiring much @@ -142,7 +143,7 @@ <P><B>MPlayer</B> is capable of employing the XAnim codecs for decoding. Follow the instructions to enable them:</P> -<UL> +<OL> <LI>Download the codecs you wish to use from the <A HREF="http://xanim.va.pubnix.com">XAnim site</A>. The <B>3ivx</B> codec is not there, but at the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI> @@ -153,7 +154,7 @@ the directory of the XAnim codecs.</LI> <LI>Rename/symlink the files, cutting out the architecture stuff, so they will have filenames like these: <CODE>vid_cvid.xa, vid_h263.xa, vid_iv50.xa</CODE>.</LI> -</UL> +</OL> <P>XAnim is video codec family number 10, so you may want to use the <CODE>-vfm 10</CODE> option to tell <B>MPlayer</B> to use them if possible.</P> @@ -250,9 +251,7 @@ <LI>under development</LI> </UL> -<H4>Installation:</H4> - -<P>It is currently available only from CVS. Here are the +<P>XViD is currently available only from CVS. Here are the download and installation instructions:</P> <OL> @@ -284,9 +283,7 @@ <LI>SVQ3 is still not reverse engineered.</LI> </UL> -<H4>Installation:</H4> - -<P>It's compiled and usable per default.</P> +<P>The Sorenson decoder is compiled and usable per default.</P> <H3><A NAME="audio_codecs">2.2.2 Audio codecs</A></H3> @@ -422,7 +419,7 @@ <P>Take a deep breath and start searching the registry...</P> -<UL> +<OL> <LI>Start <CODE>regedit</CODE>. <LI>Press <CODE>Ctrl-f</CODE>, disable the first two checkboxes, and enable the third. Type in the fourcc of the codec (e.g. TM20). @@ -435,7 +432,7 @@ If not, you are out of luck. Try guessing (e.g. search for TrueMotion). <LI>If the GUID is found you should see a FriendlyName and a CLSID field. Write down the 16 byte CLSID, this is the GUID we need. -</UL> +</OL> <P><B>Note:</B> If searching fails, try enabling all the checkboxes. You may have false hits, but you may get lucky...</P>