summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-10 09:25:18 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-10 09:25:18 +0000
commit50077395061502afaf02f328140cbd511e1d09ae (patch)
tree5919461b99df75f039440cc33c4804c517b3d91f /DOCS/codecs.html
parent5dbf8a6d3e2e9d8a53c7848fc9c452d6c56fb7aa (diff)
downloadmpv-50077395061502afaf02f328140cbd511e1d09ae.tar.bz2
mpv-50077395061502afaf02f328140cbd511e1d09ae.tar.xz
10lityi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5023 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.html')
-rw-r--r--DOCS/codecs.html78
1 files changed, 39 insertions, 39 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index 329e1b5c4c..70248a7dd4 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -238,6 +238,45 @@ RV20 and RV30 codecs which are closed-source. Their future support is
unlikely :(</P>
+<P><B><A NAME=2.2.1.9>2.2.1.9. XViD</A></B></P>
+
+<P><B>XViD</B> is another development from good old OpenDivX (first
+development was DivX4).</P>
+
+<P><B>Advantages</B> :
+ <UL>
+ <LI>opensource</LI>
+ <LI>its API is compatible with DivX4 so it's easy to add support for
+ it</LI>
+ <LI>2-pass encoding support</LI>
+ <LI>nice encoding quality, higher speed than DivX4 (you can optimize it for
+ your box while compiling)</LI>
+ </UL>
+</P>
+
+<P><B>Disadvantages</B> :
+ <UL>
+ <LI>currently it doesn't properly decode all DivX/DivX4 files</LI>
+ <LI>you have to choose between DivX4 <B>OR</B> XViD support at
+ compiletime</LI>
+ <LI>under development</LI>
+ </UL>
+</P>
+
+<P><B>Installation</B> : it's currently available only in CVS. Here are the
+ downloading and installation instructions :<BR>
+ &nbsp;&nbsp;<CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid
+ login</CODE><BR>
+ &nbsp;&nbsp;<CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co
+ xvidcore</CODE><BR>
+ &nbsp;&nbsp;<CODE>cd xvidcore/build/generic</CODE><BR>
+ &nbsp;&nbsp;<CODE>Edit Makefile.linux to fit your needs</CODE><BR>
+ &nbsp;&nbsp;<CODE>make -f Makefile.linux</CODE><BR>
+ &nbsp;&nbsp;<CODE>recompile <B>MPlayer</B> with
+ --with-xvidcore=/path/to/libcore.a</CODE><BR>
+</P>
+
+
<P><B><A NAME=2.2.2>2.2.2. Audio codecs</A></B></P>
<P>The most important audio codecs above all :<BR>
@@ -316,45 +355,6 @@ low-bitrate version of the well-known AC3 codec. It can be found either in
old and new RealMedia movies.</P>
-<P><B><A NAME=2.2.2.6>2.2.2.6. XViD</A></B></P>
-
-<P><B>XViD</B> is another development from good old OpenDivX (first
-development was DivX4).</P>
-
-<P><B>Advantages</B> :
- <UL>
- <LI>opensource</LI>
- <LI>its API is compatible with DivX4 so it's easy to add support for
- it</LI>
- <LI>2-pass encoding support</LI>
- <LI>nice encoding quality, higher speed than DivX4 (you can optimize it for
- your box while compiling)</LI>
- </UL>
-</P>
-
-<P><B>Disadvantages</B> :
- <UL>
- <LI>currently it doesn't properly decode all DivX/DivX4 files</LI>
- <LI>you have to choose between DivX4 <B>OR</B> XViD support at
- compiletime</LI>
- <LI>under development</LI>
- </UL>
-</P>
-
-<P><B>Installation</B> : it's currently available only in CVS. Here are the
- downloading and installation instructions :<BR>
- &nbsp;&nbsp;<CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid
- login</CODE><BR>
- &nbsp;&nbsp;<CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co
- xvidcore</CODE><BR>
- &nbsp;&nbsp;<CODE>cd xvidcore/build/generic</CODE><BR>
- &nbsp;&nbsp;<CODE>Edit Makefile.linux to fit your needs</CODE><BR>
- &nbsp;&nbsp;<CODE>make -f Makefile.linux</CODE><BR>
- &nbsp;&nbsp;<CODE>recompile <B>MPlayer</B> with
- --with-xvidcore=/path/to/libcore.a</CODE><BR>
-</P>
-
-
<P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P>
<P><B><A NAME=2.2.3.1>2.2.3.1. VFW codecs</A></B></P>