comparison DOCS/codecs.html @ 6408:d0b1f3d75900

Background now uses CSS, added doctype and charset, removed leftover </FONT> tags, <P> may not contain an <UL>-element.
author diego
date Thu, 13 Jun 2002 00:31:16 +0000
parents f9b3d010b35e
children 4b7d097a9c69
comparison
equal deleted inserted replaced
6407:2b61d16017da 6408:d0b1f3d75900
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <HTML> 2 <HTML>
2 3
3 <HEAD> 4 <HEAD>
4 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> 5 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
6 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
5 </HEAD> 7 </HEAD>
6 8
7 <BODY BGCOLOR=WHITE> 9 <BODY>
8 10
9 11
10 <P><B><A NAME=2.2>2.2. Supported codecs</A></B></P> 12 <P><B><A NAME=2.2>2.2. Supported codecs</A></B></P>
11 13
12 14
70 72
71 <TABLE BORDER=0> 73 <TABLE BORDER=0>
72 <TR><TD>&nbsp;&nbsp;</TD><TD VALIGN=top><CODE>-vc&nbsp;odivx</CODE></TD><TD>&nbsp;&nbsp;</TD> 74 <TR><TD>&nbsp;&nbsp;</TD><TD VALIGN=top><CODE>-vc&nbsp;odivx</CODE></TD><TD>&nbsp;&nbsp;</TD>
73 <TD>Uses the codec in OpenDivX fashion. In this case it 75 <TD>Uses the codec in OpenDivX fashion. In this case it
74 produces YV12 images in its own buffer, and <B>MPlayer</B> does colorspace 76 produces YV12 images in its own buffer, and <B>MPlayer</B> does colorspace
75 conversion via libvo. (<B>RECOMMENDED!</B>)</FONT></TD></TR> 77 conversion via libvo. (<B>RECOMMENDED!</B>)</TD></TR>
76 <TR><TD></TD><TD VALIGN=top><CODE>-vc&nbsp;divx4</CODE></TD><TD></TD> 78 <TR><TD></TD><TD VALIGN=top><CODE>-vc&nbsp;divx4</CODE></TD><TD></TD>
77 <TD>Uses the colorspace conversion of the codec. 79 <TD>Uses the colorspace conversion of the codec.
78 In this mode you can use YUY2/UYVY, too.</FONT></TD></TR> 80 In this mode you can use YUY2/UYVY, too.</TD></TR>
79 </TABLE> 81 </TABLE>
80 82
81 <P>The <CODE>-vc odivx</CODE> method is usually faster, due to the fact that it transfers 83 <P>The <CODE>-vc odivx</CODE> method is usually faster, due to the fact that it transfers
82 image data in YV12 (planar YUV 4:2:0) format, thus requiring much less 84 image data in YV12 (planar YUV 4:2:0) format, thus requiring much less
83 bandwidth on the bus. For packed YUV modes (YUY2, UYVY) use the <CODE>-vc divx4</CODE> 85 bandwidth on the bus. For packed YUV modes (YUY2, UYVY) use the <CODE>-vc divx4</CODE>
89 91
90 <P>Note: <B>OLD</B> OpenDivX supports postprocessing via the 92 <P>Note: <B>OLD</B> OpenDivX supports postprocessing via the
91 <CODE>-oldpp</CODE> option, but the range of values is strange:</P> 93 <CODE>-oldpp</CODE> option, but the range of values is strange:</P>
92 94
93 <TABLE BORDER=0> 95 <TABLE BORDER=0>
94 <TR><TD>&nbsp;&nbsp;</TD><TD>0</FONT></TD><TD>&nbsp;&nbsp;</TD> 96 <TR><TD>&nbsp;&nbsp;</TD><TD>0</TD><TD>&nbsp;&nbsp;</TD>
95 <TD>no postprocessing</FONT></TD></TR> 97 <TD>no postprocessing</TD></TR>
96 <TR><TD></TD><TD>10 .. 20</FONT></TD> 98 <TR><TD></TD><TD>10 .. 20</TD>
97 <TD></TD><TD>normal postprocessing (like level 2 with divxds)</FONT></TD></TR> 99 <TD></TD><TD>normal postprocessing (like level 2 with divxds)</TD></TR>
98 <TR><TD></TD><TD>30 .. 60</FONT></TD> 100 <TR><TD></TD><TD>30 .. 60</TD>
99 <TD></TD><TD>hard postprocessing, CPU intensive (like level 4 with divxds)</FONT></TD></TR> 101 <TD></TD><TD>hard postprocessing, CPU intensive (like level 4 with divxds)</TD></TR>
100 </TABLE> 102 </TABLE>
101 103
102 104
103 <P><B><A NAME=2.2.1.2>2.2.1.2. FFmpeg DivX/libavcodec</A></B></P> 105 <P><B><A NAME=2.2.1.2>2.2.1.2. FFmpeg DivX/libavcodec</A></B></P>
104 106
211 video output driver permits it.</P> 213 video output driver permits it.</P>
212 214
213 215
214 <P><B><A NAME=2.2.1.8>2.2.1.8. RealVideo</A></B></P> 216 <P><B><A NAME=2.2.1.8>2.2.1.8. RealVideo</A></B></P>
215 217
216 <P><B>MPlayer</B> supports decoding all versions of RealVideo: 218 <B>MPlayer</B> supports decoding all versions of RealVideo:
217 <UL> 219 <UL>
218 <LI>RealVideo 1.0 (fourcc RV10) - en/decoding supported by <B>libavcodec</B></LI> 220 <LI>RealVideo 1.0 (fourcc RV10) - en/decoding supported by <B>libavcodec</B></LI>
219 <LI>RealVideo 2.0 (fourcc RV20) - decoding supported by <B>RealPlayer libraries</B></LI> 221 <LI>RealVideo 2.0 (fourcc RV20) - decoding supported by <B>RealPlayer libraries</B></LI>
220 <LI>RealVideo 3.0 (fourcc RV30) - decoding supported by <B>RealPlayer libraries</B></LI> 222 <LI>RealVideo 3.0 (fourcc RV30) - decoding supported by <B>RealPlayer libraries</B></LI>
221 </UL> 223 </UL>
222 </P>
223 224
224 <P>On how to install RealPlayer libraries, see the 225 <P>On how to install RealPlayer libraries, see the
225 <A HREF="formats.html#2.1.1.7">RealMedia file format</A> section.</P> 226 <A HREF="formats.html#2.1.1.7">RealMedia file format</A> section.</P>
226 227
227 228
333 then copy it into the <CODE>/usr/lib/win32</CODE> directory.</P> 334 then copy it into the <CODE>/usr/lib/win32</CODE> directory.</P>
334 335
335 336
336 <P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P> 337 <P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P>
337 338
338 <P><B>MPlayer</B> supports decoding all versions of RealAudio: 339 <B>MPlayer</B> supports decoding all versions of RealAudio:
339 <UL> 340 <UL>
340 <LI>RealAudio DNET - decoding supported by <B>libavcodec</B></LI> 341 <LI>RealAudio DNET - decoding supported by <B>libavcodec</B></LI>
341 <LI>RealAudio Cook - decoding supported by <B>RealPlayer libraries</B></LI> 342 <LI>RealAudio Cook - decoding supported by <B>RealPlayer libraries</B></LI>
342 <LI>RealAudio Sipro - decoding supported by <B>RealPlayer libraries</B></LI> 343 <LI>RealAudio Sipro - decoding supported by <B>RealPlayer libraries</B></LI>
343 </UL> 344 </UL>
344 </P> 345
345 346
346 <P>On how to install RealPlayer libraries, see the 347 <P>On how to install RealPlayer libraries, see the
347 <A HREF="formats.html#2.1.1.7">RealMedia file format</A> section.</P> 348 <A HREF="formats.html#2.1.1.7">RealMedia file format</A> section.</P>
348 349
349 350