comparison DOCS/codecs.html @ 2095:340f3a4089cb

divx4vfw removed
author gabucino
date Fri, 05 Oct 2001 16:20:56 +0000
parents 21fbfab3825d
children 69467fef1577
comparison
equal deleted inserted replaced
2094:dc11de07b5e7 2095:340f3a4089cb
92 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>using divx4 codec as a new version of OpenDivX. 92 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>using divx4 codec as a new version of OpenDivX.
93 in this case it produces YV12 image in its own buffer, 93 in this case it produces YV12 image in its own buffer,
94 and <B>MPlayer</B> (libvo) does colorspace conversion. (<B>RECOMMENDED!</B>)</TD><TR> 94 and <B>MPlayer</B> (libvo) does colorspace conversion. (<B>RECOMMENDED!</B>)</TD><TR>
95 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-vc&nbsp;divx4</TD><TD></TD> 95 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-vc&nbsp;divx4</TD><TD></TD>
96 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>using divx4 codec's colorspace conversion. 96 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>using divx4 codec's colorspace conversion.
97 in this mode, you can use YUY2/UYVY too.</TD><TR> 97 in this mode, you can use YUY2/UYVY too.</TD></TR>
98 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-vc&nbsp;divx4vfw</TD><TD></TD>
99 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>if you have the DivX4's divx.dll (downloadable
100 from <A HREF="http://mplayerhq.hu/MPlayer/releases/divx.dll">here</A>), <B>MPlayer</B> can use
101 it, with postprocessing too. But you won't be able to get YV12 output from it,
102 hence it'll be slow.</TD></TR>
103 </TABLE></P> 98 </TABLE></P>
104 99
105 <P>The 'odivx' method is usually faster, due to the fact that it transfers 100 <P>The 'odivx' method is usually faster, due to the fact that it transfers
106 image data in YV12 (planar YUV 4:2:0) format, thus requiring much less 101 image data in YV12 (planar YUV 4:2:0) format, thus requiring much less
107 bandwidth on the bus. For packed YUV modes (YUY2, UYVY) use the 'divx4' 102 bandwidth on the bus. For packed YUV modes (YUY2, UYVY) use the 'divx4'