# HG changeset patch # User gabucino # Date 1003500895 0 # Node ID b858758fd4db2eabc937a35e8a209bd556b1316a # Parent efe5d4ee27f7e737a0f805155361fdc69a8dd48d *** empty log message *** diff -r efe5d4ee27f7 -r b858758fd4db DOCS/Hungarian/codecs.html --- a/DOCS/Hungarian/codecs.html Fri Oct 19 14:09:16 2001 +0000 +++ b/DOCS/Hungarian/codecs.html Fri Oct 19 14:14:55 2001 +0000 @@ -123,8 +123,10 @@

A 0.4.2-es verzióval kezdve az ffmpeg tartalmaz egy nyitott forráskódú DivX codec-et, amely kompatibilis a hagyományossal. Az MPlayer -támogatja ezt a codec-et, lehetővé téve hogy DivX filmeket nézzünk nem-x86 -platformokon! Az MPlayer fa nem tartalmazza, le kell töltened az FFmpeg +támogatja ezt a codec-et, lehetővé téve hogy DivX/DivX4 filmeket nézzünk nem-x86 +platformokon, méghozzá sokkal gyorsabb dekódolással mint amit a Win32 +codec-ek, és az eredeti DivX4 lehetővé tesz!
+Az MPlayer fa nem tartalmazza, le kell töltened az FFmpeg fát:

@@ -146,6 +148,14 @@

A használatához frissítsd a codecs.conf file-odat, és tégy úgy ahogy a manpage vagy az example.conf mondja (a -vfm opció).

+

A legnagyobb sebesség eléréséhez ajánlott kivenni az ffmpeg12 +részt a codecs.conf file-ból (a libmpeg2 kétszer gyorsabb ennél a codecnél), +és betenni a konfigurációs file-ba a vfm=5 opciót. +Ekkor az MPlayer az ffdivx/ffodivx codec-eket használja +a DivX/DivX4 file-ok, és a libmpeg2-t az MPEG1/2 file-ok dekódolásához. +Ezzel és egy Matrox G400-zal még a legnagyobb felbontású DivX/DivX4 filmeket +is meg lehet nézni képkockavesztés nélkül, egy régi K6/2 500-ason.

+

2.1.2.3. Hardveres AC3 dekódolás

diff -r efe5d4ee27f7 -r b858758fd4db DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Fri Oct 19 14:09:16 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Fri Oct 19 14:14:55 2001 +0000 @@ -246,21 +246,25 @@ fordítás előtt kell megcsinálni, különben nem épül be Matrox támogatás az MPlayer-be. -
  • Ha egy 3Dfx (voodoo3/banshee?) kártya boldog tulajdonosa vagy, nézd meg a +
  • Ha egy 3Dfx Voodoo3/Banshee kártya boldog tulajdonosa vagy, nézd meg a 2.2.1.9-es fejezetet, és nagy gyorsulást érhetsz el. Ezeket a lépéseket fordítás előtt kell megcsinálni, különben nem épül be 3Dfx támogatás az MPlayer-be.
  • Ha használni akarod a ProjectMayo DivX4 codec-ét, nézd meg a - 2.1.2.1-es fejezetet még fordítás előtt. -Ez a codec sokkal gyorsabban játszik le DivX filmeket mint a Win32-es -codec, vagy az ffmpeg. Hátránya hogy zárt forráskódú, és egyelőre csak x86-os +2.1.2.1-es fejezetet még fordítás előtt. +Ez a codec sokkal gyorsabban játtsza le a régi DivX filmeket mint a +Win32-es codec. Ha az új DivX4 codec-ű filmeket is le akarod játszani, +ajánlott ennek a könyvtárnak a használata a w32codecs.zip-ben található +DivX.dll helyett. A codec maga zárt forráskódú, és egyelőre csak x86-os gépeken futtatható.
  • Ha használni akarod az ffmpeg libavcodec-ét, nézd meg a - 2.1.2.2-es fejezetet még fordítás előtt. -Szükséged lesz erre a codecre ha nem-x86 gépen akarsz lejátszani, vagy -nagyobb sebességet akarsz mint amennyit a Win32-es codec tud.
  • +2.1.2.2-es fejezetet még fordítás előtt. +Szükséged lesz erre a codecre ha DivX/DivX4 filmeket akarsz nem-x86 +gépen lejátszani. Nem mellékes, hogy ezzel a codec-kel értheted el a +DivX/DivX4 filmek leggyorsabb dekódolását (még az eredeti DivX4-nél +is gyorsabb) !
  • A DVD támogatáshoz le kell fordítanod a libdvdread-et és a libdvdcss-t. Lásd 4.2-es fejezet.
  • diff -r efe5d4ee27f7 -r b858758fd4db DOCS/codecs.html --- a/DOCS/codecs.html Fri Oct 19 14:09:16 2001 +0000 +++ b/DOCS/codecs.html Fri Oct 19 14:14:55 2001 +0000 @@ -30,20 +30,20 @@

    The most important video codecs:

    The most important audio codecs:

    If you have a codec not listed here, and not supported yet, just read Beginning with version 0.4.2 , ffmpeg contains an opensource DivX codec, which is compatible with the traditional DivX. MPlayer supports this codec, -and this makes it possible to watch DivX movies on non-x86 platforms! +and this makes it possible to watch DivX/DivX4 movies on non-x86 platforms, +and gain much faster DivX/DivX4 decoding speed than the Win32 codecs and +the original DivX4 library has!
    It was removed from MPlayer's cvs tree, you have to download it manually directly from FFmpeg's tree:

    @@ -146,9 +148,12 @@

    In order to use it, refresh your codecs.conf file, and do as the manpage, or the example.conf says (the -vfm option).

    -

    Note: libavcodec contains other codecs as well (for example ffmpeg12), but -at the moment we mostly focus on ffdivx, and it's unlikely that this will -change.

    +

    To achieve the greatest speed on my K6, I remove the +ffmpeg12 section from codecs.conf (this codec isn't optimized, and +libmpeg2 is twice as fast), and place vfm=5 in my config file. +Then MPlayer always uses ffdivx/ffodivx to decode +DivX/DivX4 files, and libmpeg2 for MPEG1/2 . With this and my Matrox G400, I can view even the +highest resolution DivX/DivX4 movies on my K6/2 500, without framedrop.

    2.1.2.3. Hardware AC3 decoding

    diff -r efe5d4ee27f7 -r b858758fd4db DOCS/documentation.html --- a/DOCS/documentation.html Fri Oct 19 14:09:16 2001 +0000 +++ b/DOCS/documentation.html Fri Oct 19 14:14:55 2001 +0000 @@ -243,20 +243,24 @@ before compiling MPlayer, otherwise no Matrox-specific support will be built. -
  • If you own a 3Dfx card (which models?), then please see the If you own a 3Dfx Voodoo3/Banshee card, then please see the 2.2.1.9 section in order to gain big speedup. It is important to do these steps before compiling MPlayer, otherwise no 3Dfx support will be built.
  • If you plan to use the ProjectMayo's DivX4 codec, check the 2.1.2.1 section before compiling. -This codec can play DivX movies much faster than the Win32 DLL, and -ffmpeg. It's closed-source, and only an x86 version is available.
  • +This codec can play old DivX movies much faster than the Win32 DLL. +If you want to play movies with the new DivX4 codec, it's +recommended to use this library, instead the DivX.dll in the +w32codecs.zip package. The codec itself is closed-source, and only an x86 +version is available.
  • If you plan to use ffmpeg's libavcodec, check the 2.1.2.2 section before compiling. -You'll need this to gain DivX playing on non-x86 machines, or want to -gain bigger speed than the Win32 codec does.
  • +You'll need this to gain DivX/DivX4 playing on non-x86 machines, +and this codec has the greatest decoding speed for DivX and DivX4 +movies (even faster than the original DivX4 library itself) !
  • For DVD support, you'll have to compile libdvdread and libdvdcss. See section 4.2 for more information.