[MPlayer-cvslog] r28205 - trunk/DOCS/tech/win32-codec-howto.txt
compn
subversion at mplayerhq.hu
Sat Dec 27 19:58:37 CET 2008
Author: compn
Date: Sat Dec 27 19:58:36 2008
New Revision: 28205
Log:
fix error message example
Modified:
trunk/DOCS/tech/win32-codec-howto.txt
Modified: trunk/DOCS/tech/win32-codec-howto.txt
==============================================================================
--- trunk/DOCS/tech/win32-codec-howto.txt Sat Dec 27 16:28:51 2008 (r28204)
+++ trunk/DOCS/tech/win32-codec-howto.txt Sat Dec 27 19:58:36 2008 (r28205)
@@ -20,7 +20,8 @@ VFW (Video for Windows) is the old video
the '.dll' or (rarely) '.drv' extension. If MPlayer fails at playing your
AVI with this kind of message:
-UNKNOWN video codec: HFYU (0x55594648)
+VIDEO: [HFYU] 352x288 24bpp 25.000 fps 4321.0 kbps (527.5 kbyte/s)
+Cannot find codec matching selected -vo and video format 0x55594648.
It means your AVI is encoded with a codec which has the HFYU fourcc (HFYU =
HuffYUV codec, DIV3 = DivX Low Motion, etc.). Now that you know this, you
More information about the MPlayer-cvslog
mailing list