changeset 1280:3c58e55bb487

*** empty log message ***
author gabucino
date Fri, 06 Jul 2001 07:35:13 +0000
parents 799fa3cb38e3
children e2db5d18f413
files DOCS/Hungarian/MPlayer-FAQ DOCS/MPlayer-FAQ
diffstat 2 files changed, 28 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/MPlayer-FAQ	Fri Jul 06 03:22:14 2001 +0000
+++ b/DOCS/Hungarian/MPlayer-FAQ	Fri Jul 06 07:35:13 2001 +0000
@@ -172,9 +172,13 @@
     Xvideo image format: 0x32315659 (YV12) planar
     Xvideo image format: 0x30323449 (I420) planar
     ...
-A: Lásd az előző választ.
+A1: Lásd az előző választ.
+A1: A 0.18pre4 verzió óta az MPlayer tartalmazza a libavcodec-et az ffmpeg
+    programból. Ez magában foglal egy C nyelvű DivX és OpenDivX dekódert.
+    A DivX dekóder YV12-es formátumot használ, szóval működni fog nálad.
+    Fordítsd be a libavcodec supportot.
 
-Q: Ooo, mi az az "IdegCounter" ?
+Q: Ööö, mi az az "IdegCounter" ?
 A: Az "Ideg" magyar szó, és a "Counter" (számláló) angol szó keveréke.
    Először A'rpi idegességét volt hivatott mérni, miután egy kis CVS kód
    (ooo) "rejtelyesen" eltűnt ;)
@@ -262,3 +266,12 @@
    film alatt! Kinek a hibája ez?
 A: Az nVidia driver-é. Ezek a hibák CSAK TNT/TNT2 kártyákkal jönnek elő, és
    nem tehetünk róla, a hiba az Ön készülékében van.
+
+Q: Pontosan mi is ez a libavcodec?
+A: Gerard Lantau ffmpeg programjábol van (http://ffmpeg.sourceforge.net).
+   C nyelvű DivX ;-) és OpenDivX codec-et tartalmaz. A tesztek szerint gyorsabb
+   mint a DirectShow codec (preprocessing nélkül), és csak pár százalékkal
+   lassabb mint a ProjectMayo OpenDivX dekódere. YV12-es pixelformátumot
+   használ, így a régi Voodoo tulajdonosok is használhatják YUV-ra. Továbbá
+   lehetőséget ad arra hogy minden gépen amin van C compiler, lehessen DivX-et
+   lejátszani. Egész jó kis cucc, nem?
--- a/DOCS/MPlayer-FAQ	Fri Jul 06 03:22:14 2001 +0000
+++ b/DOCS/MPlayer-FAQ	Fri Jul 06 07:35:13 2001 +0000
@@ -169,7 +169,10 @@
     Xvideo image format: 0x32315659 (YV12) planar
     Xvideo image format: 0x30323449 (I420) planar
     ...
-A: See the previous answer.
+A1: See the previous answer.
+A2: Since 0.18pre4 we include libavcodec from the ffmpeg package. It contains
+    a C language DivX and OpenDivX decoder. The DivX decoder uses YV12 format
+    for output, thus it should work for you. Compile in libavcodec support.
 
 Q: Umm, what is "IdegCounter" ?
 A: A mixture of a hungarian and an english word. In english, "Ideg" means
@@ -254,3 +257,12 @@
    right under the movie! Whose fault is this?
 A: It's the nVidia X driver's. These bugs are ONLY with the TNT/TNT2 cards,
    and we can't do anything about it, it's not our bug.
+
+Q: What exactly is this libavcodec?
+A: It's from Gerard Lantau's ffmpeg package (http://ffmpeg.sourceforge.net).
+   It has C language DivX ;-) and OpenDivX codec.  Some benchmarks
+   showed that its DivX seems to be even faster than DirectShow codec without
+   preprocessing, and only a few percent slower than ProjectMayo's OpenDivX
+   decoder.  It uses YV12 pixel format, so old Voodoo users can use it for YUV.
+   Also, open the possibility to play DivX on virtually every computer that
+   has a C compiler. Kinda great stuff, isn't it?