# HG changeset patch # User gabucino # Date 1002275787 0 # Node ID 21fbfab3825ddfe74547ac3a48f3bb82ab1a4706 # Parent a19a4711bf1a26dc3af80628ceda5aec20f20693 *** empty log message *** diff -r a19a4711bf1a -r 21fbfab3825d DOCS/Hungarian/codecs.html --- a/DOCS/Hungarian/codecs.html Fri Oct 05 09:29:27 2001 +0000 +++ b/DOCS/Hungarian/codecs.html Fri Oct 05 09:56:27 2001 +0000 @@ -100,6 +100,11 @@ -vc divx4 a DivX4 codec csinál konverziót. Ebben az esetben használhatsz YUY2/UYVY módokat is. +-vc divx4vfw +ha megvan a Win32-es DivX4-ből származó +divx.dll (letölthető innen), +az MPlayer azt is támogatja, még a képjavítását is. Hátránya, hogy +nem tud YV12-es kimenetet, így lassabb lesz mint a -vc odivx .

Az 'odivx' módszer általában gyorsabb, amiatt hogy a képadatokat YV12 diff -r a19a4711bf1a -r 21fbfab3825d DOCS/Hungarian/faq.html --- a/DOCS/Hungarian/faq.html Fri Oct 05 09:29:27 2001 +0000 +++ b/DOCS/Hungarian/faq.html Fri Oct 05 09:56:27 2001 +0000 @@ -15,7 +15,7 @@ A: gcc 2.96 a RedHat NEM HIVATALOS (csak a RedHat-nél, vagy RedHat disztribúciókban található meg) és HIBÁS gcc-je. A gcc 2.96 TELJESEN - használhatatlan az MPlayer-rel, mert egyszerűen ÁTUGORJA az MMX + használhatatlan az MPlayer-rel, mert egyszerűen ÁTUGORJA a 3DNow utasításokat, nem fordítja le őket. Fontos: ez NEM MPlayer-specifikus probléma, számos más project (DRI, avifile, stb..) szenved ebből fakadó problémáktól. diff -r a19a4711bf1a -r 21fbfab3825d DOCS/codecs.html --- a/DOCS/codecs.html Fri Oct 05 09:29:27 2001 +0000 +++ b/DOCS/codecs.html Fri Oct 05 09:56:27 2001 +0000 @@ -95,6 +95,11 @@ -vc divx4 using divx4 codec's colorspace conversion. in this mode, you can use YUY2/UYVY too. +-vc divx4vfw +if you have the DivX4's divx.dll (downloadable +from here), MPlayer can use +it, with postprocessing too. But you won't be able to get YV12 output from it, +hence it'll be slow.

The 'odivx' method is usually faster, due to the fact that it transfers diff -r a19a4711bf1a -r 21fbfab3825d DOCS/faq.html --- a/DOCS/faq.html Fri Oct 05 09:29:27 2001 +0000 +++ b/DOCS/faq.html Fri Oct 05 09:56:27 2001 +0000 @@ -15,7 +15,7 @@ A: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY -unsupported by MPlayer, because it simply SKIPS MMX codes, it just does +unsupported by MPlayer, because it simply SKIPS 3DNow codes, it just does not compile it. Important: this is NOT an MPlayer-specific problem, numerous other projects (DRI, avifile, etc..) have problems with this shit too.
** DO NOT USE gcc 2.96 !!! **