Mercurial > mplayer.hg
changeset 5021:f30ea91ce6f9
XViD section added
author | gabucino |
---|---|
date | Sun, 10 Mar 2002 09:03:37 +0000 (2002-03-10) |
parents | 41b864ac05f2 |
children | 61cb4f38f9f6 |
files | DOCS/Hungarian/codecs.html DOCS/Hungarian/documentation.html DOCS/codecs.html DOCS/documentation.html |
diffstat | 4 files changed, 81 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/codecs.html Sun Mar 10 08:19:43 2002 +0000 +++ b/DOCS/Hungarian/codecs.html Sun Mar 10 09:03:37 2002 +0000 @@ -319,6 +319,46 @@ �j RealMedia file-okban is.</P> +<P><B><A NAME=2.2.2.6>2.2.2.6. XViD</A></B></P> + +<P>Az <B>XViD</B> egy - az OpenDivX-b�l sz�rmaz� - video codec. A m�sik + sz�rmaz�kot DivX4 n�ven ismerj�k.</P> + +<P><B>El�nyei</B> : + <UL> + <LI>nyitott forr�s</LI> + <LI>az API-ja kompatibilis a DivX4-gyel �gy k�nnyen irhat� hozz� + t�mogat�s</LI> + <LI>2 menetes enk�dol�s</LI> + <LI>j� min�s�g, ezzel egyidej�leg a DivX4-n�l magasabb sebess�g + (ford�t�sn�l a g�pedre optimaliz�lhatod)</LI> + </UL> +</P> + +<P><B>H�tr�nyai</B> : + <UL> + <LI>jelenleg nem minden DivX/DivX4 file-t dek�dol helyesen</LI> + <LI>nem lehet egyszerre DivX4 <B>�S</B> XViD t�mogat�ssal ford�tani + az <B>MPlayer</B>-t. Ezt ford�t�skor kell eld�nteni.</LI> + <LI>fejleszt�s alatt</LI> + </UL> +</P> + +<P><B>Install�l�s</B> : jelenleg csak CVS-b�l el�rhet�. Ezek a let�lt�si + utas�t�sok :<BR> + <CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid + login</CODE><BR> + <CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co + xvidcore</CODE><BR> + <CODE>cd xvidcore/build/generic</CODE><BR> + <CODE>Szerkeszd �t a Makefile.linux-ot a g�pednek + megfelel�en</CODE><BR> + <CODE>make -f Makefile.linux</CODE><BR> + <CODE>ford�tsd �jra az <B>MPlayer</B>-t a k�vetkez� opci�val : + --with-xvidcore=/�tvonal/libcore.a</CODE><BR> +</P> + + <P><B><A NAME=2.2.3>2.2.3. Hogyan haszn�lj ismeretlen Win32 codec-et</A></B></P> <P><B><A NAME=2.2.3.1>2.2.3.1. VfW</A></B></P>
--- a/DOCS/Hungarian/documentation.html Sun Mar 10 08:19:43 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Sun Mar 10 09:03:37 2002 +0000 @@ -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>
--- a/DOCS/codecs.html Sun Mar 10 08:19:43 2002 +0000 +++ b/DOCS/codecs.html Sun Mar 10 09:03:37 2002 +0000 @@ -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@cvs.xvid.org:/xvid + login</CODE><BR> + <CODE>cvs -z3 -d:pserver:anonymous@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>
--- a/DOCS/documentation.html Sun Mar 10 08:19:43 2002 +0000 +++ b/DOCS/documentation.html Sun Mar 10 09:03:37 2002 +0000 @@ -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>