1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-09 11:40:37 +00:00

*** empty log message ***

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1281 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-07-06 07:35:13 +00:00
parent 6ab8e6a5c1
commit 018b4df02f
2 changed files with 28 additions and 3 deletions

View File

@ -172,9 +172,13 @@ Q: Mikor XVideo-t haszn
Xvideo image format: 0x32315659 (YV12) planar Xvideo image format: 0x32315659 (YV12) planar
Xvideo image format: 0x30323449 (I420) 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. 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 Először A'rpi idegességét volt hivatott mérni, miután egy kis CVS kód
(ooo) "rejtelyesen" eltűnt ;) (ooo) "rejtelyesen" eltűnt ;)
@ -262,3 +266,12 @@ Q: nVidia TNT/TNT2 k
film alatt! Kinek a hibája ez? 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 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. 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?

View File

@ -169,7 +169,10 @@ Q: When using Xvideo, I can't play DivX avis with my Voodoo 3/Banshee !
Xvideo image format: 0x32315659 (YV12) planar Xvideo image format: 0x32315659 (YV12) planar
Xvideo image format: 0x30323449 (I420) 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" ? Q: Umm, what is "IdegCounter" ?
A: A mixture of a hungarian and an english word. In english, "Ideg" means A: A mixture of a hungarian and an english word. In english, "Ideg" means
@ -254,3 +257,12 @@ Q: I have an nVidia TNT/TNT2 card, and I have a band with strange colours,
right under the movie! Whose fault is this? 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, 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. 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?