[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.51,1.52 documentation.html,1.201,1.202
Winner of tha face compo
gabucino at mplayer.dev.hu
Sun Mar 10 10:03:39 CET 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv13500
Modified Files:
codecs.html documentation.html
Log Message:
XViD section added
Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- codecs.html 10 Mar 2002 08:12:24 -0000 1.51
+++ codecs.html 10 Mar 2002 09:03:36 -0000 1.52
@@ -316,6 +316,45 @@
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>
+ <CODE>cvs -z3 -d:pserver:anonymous at cvs.xvid.org:/xvid
+ login</CODE><BR>
+ <CODE>cvs -z3 -d:pserver:anonymous at cvs.xvid.org:/xvid co
+ xvidcore</CODE><BR>
+ <CODE>cd xvidcore/build/generic</CODE><BR>
+ <CODE>Edit Makefile.linux to fit your needs</CODE><BR>
+ <CODE>make -f Makefile.linux</CODE><BR>
+ <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>
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- documentation.html 10 Mar 2002 08:19:42 -0000 1.201
+++ documentation.html 10 Mar 2002 09:03:36 -0000 1.202
@@ -71,6 +71,7 @@
<LI><A HREF="codecs.html#2.2.1.6">2.2.1.6 MS Video1</A></LI>
<LI><A HREF="codecs.html#2.2.1.7">2.2.1.7 Cinepak CVID</A></LI>
<LI><A HREF="codecs.html#2.2.1.8">2.2.1.8 RealVideo</A></LI>
+ <LI><A HREF="codecs.html#2.2.1.9">2.2.1.9 XViD</A></LI>
</UL>
<LI><A HREF="codecs.html#2.2.2">2.2.2 Audio</A></LI>
<UL>
More information about the MPlayer-cvslog
mailing list