Mercurial > mplayer.hg
changeset 5022:61cb4f38f9f6
10lityi
author | gabucino |
---|---|
date | Sun, 10 Mar 2002 09:25:18 +0000 |
parents | f30ea91ce6f9 |
children | f8ab420ce0e3 |
files | DOCS/Hungarian/codecs.html DOCS/codecs.html |
diffstat | 2 files changed, 79 insertions(+), 79 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/codecs.html Sun Mar 10 09:03:37 2002 +0000 +++ b/DOCS/Hungarian/codecs.html Sun Mar 10 09:25:18 2002 +0000 @@ -246,6 +246,46 @@ támogatottságuk valószínűtlen. :(</P> +<P><B><A NAME=2.2.1.9>2.2.1.9. 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.2>2.2.2. Audio codec-ek</A></B></P> <P>A legfontosabb audio codecek:<BR> @@ -319,46 +359,6 @@ ú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/codecs.html Sun Mar 10 09:03:37 2002 +0000 +++ b/DOCS/codecs.html Sun Mar 10 09:25:18 2002 +0000 @@ -238,6 +238,45 @@ 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> + <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.2>2.2.2. Audio codecs</A></B></P> <P>The most important audio codecs above all :<BR> @@ -316,45 +355,6 @@ 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>