summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 17:55:34 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 17:55:34 +0000
commit988e72ebc32f7e0c8252f111d25ff67645329152 (patch)
tree5812bf935348a918636c9af4db83abb48c12572d /DOCS/codecs.html
parentdf141d9d82ee5fa2eba136703c1faab70d4d49f6 (diff)
downloadmpv-988e72ebc32f7e0c8252f111d25ff67645329152.tar.bz2
mpv-988e72ebc32f7e0c8252f111d25ff67645329152.tar.xz
HTML: different font handling - idea from new hp dezign
ocassional misc fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4983 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.html')
-rw-r--r--DOCS/codecs.html36
1 files changed, 23 insertions, 13 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index 63225d18bb..80c851ffbb 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -1,7 +1,16 @@
<HTML>
+
+<HEAD>
+<STYLE>
+ .text
+ {font-family : Verdana, Arial, Helvetica, sans-serif;
+ font-size : 14px;}
+</STYLE>
+</HEAD>
+
<BODY BGCOLOR=WHITE>
-<FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+<FONT CLASS="text">
<P><B><A NAME=2.2>2.2. Supported codecs</A></B></P>
@@ -67,12 +76,12 @@ driver calls this library too.</P>
this codec:</P>
<P><TABLE BORDER=0>
-<TD>&nbsp;&nbsp;</TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-vc&nbsp;odivx</TD><TD>&nbsp;&nbsp;</TD>
-<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>using divx4 codec as a new version of OpenDivX.
+<TD>&nbsp;&nbsp;</TD><TD VALIGN=top><FONT CLASS="text">-vc&nbsp;odivx</TD><TD>&nbsp;&nbsp;</TD>
+<TD><FONT CLASS="text">using divx4 codec as a new version of OpenDivX.
in this case it produces YV12 image in its own buffer,
and <B>MPlayer</B> (libvo) does colorspace conversion. (<B>RECOMMENDED!</B>)</TD><TR>
-<TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-vc&nbsp;divx4</TD><TD></TD>
-<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>using divx4 codec's colorspace conversion.
+<TD></TD><TD VALIGN=top><FONT CLASS="text">-vc&nbsp;divx4</TD><TD></TD>
+<TD><FONT CLASS="text">using divx4 codec's colorspace conversion.
in this mode, you can use YUY2/UYVY too.</TD></TR>
</TABLE></P>
@@ -86,12 +95,12 @@ differ according to the current bpp.</P>
enable using it), but range of values is strange: </P>
<P><TABLE BORDER=0>
-<TD>&nbsp;&nbsp;</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>0</TD><TD>&nbsp;&nbsp;</TD>
-<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>no postproc</TD><TR>
-<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>10 .. 20</TD>
-<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>postprocessing, normal (like level 2 with divxds)</TD><TR>
-<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>30 .. 60</TD>
-<TD></TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>hard prostprocessing, eats many CPU (like level 4 with divxds</TD><TR>
+<TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">0</TD><TD>&nbsp;&nbsp;</TD>
+<TD><FONT CLASS="text">no postproc</TD><TR>
+<TD></TD><TD><FONT CLASS="text">10 .. 20</TD>
+<TD></TD><TD><FONT CLASS="text">postprocessing, normal (like level 2 with divxds)</TD><TR>
+<TD></TD><TD><FONT CLASS="text">30 .. 60</TD>
+<TD></TD><TD><FONT CLASS="text">hard prostprocessing, eats many CPU (like level 4 with divxds</TD><TR>
</TABLE></P>
<P><B><A NAME=2.2.1.2>2.2.1.2. ffmpeg's DivX/libavcodec</A></B></P>
@@ -272,8 +281,9 @@ August 2001 should be suitable (I heard newest ALSA CVS supports this too).</P>
<P>You'll need an AC3 capable soundcard, with digital out (SP/DIF). The
card's driver must support the AFMT_AC3 format (like SB Live! or C-Media does).
Connect your AC3 decoder to the SP/DIF output, and use the '-ac hwac3'
-option. It may or may not work (experimental). (probably will only work
-with C-Media cards currently, feel free to fix it with SB Live)</P>
+option. It may or may not work (experimental). It will work with C-Media
+cards, and with SB Live! + ALSA driver. It won't work with Live!'s OSS
+driver.</P>
<P><B><A NAME=2.2.2.3>2.2.2.3. libmad support</A></B></P>