diff --git a/DOCS/Hungarian/codecs.html b/DOCS/Hungarian/codecs.html index 55d2a70fc7..e2a7a79b2f 100644 --- a/DOCS/Hungarian/codecs.html +++ b/DOCS/Hungarian/codecs.html @@ -164,15 +164,12 @@ lehets
Az MPlayer képes lejátszani Vivo (1.0 és 2.0) file-okat. Az 1.0-ás
fileokra a legmegfelelőbb az FFmpeg-beli H263 codec, amit a -vc ffh263
opcióval lehet használni (új libavcodec szükséges !). A 2.0-ás fileokhoz
-az XAnim H263 dekódere jó (támogat gyors YV12 kimenetet). A -vc h263xa
-opcióval lehet használatba venni. Természetesen be kell fordítanod
-az XAnim codec-ek támogatását, lásd az XAnim video
-codec-ek fejezetet. Ha ez nem működik, szedd le az ivvideo.dll
-file-t ivvideo.dll Win32 DLL file-t innen),
és installáld a /usr/lib/win32
könyvtárba, vagy ahol tárolod
a Win32-es codeceket. Ezutóbbi codec nem támogat se YV12 se YUY2 kimenetet,
-csak BGR-t, ezért kizárólag X11 és OpenGL kimenetekkel működik. Ne használd.
Olvasd el a VIVO audio codec fejezetet is!
diff --git a/DOCS/codecs.html b/DOCS/codecs.html index e38add39d7..9a8c8569e0 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -161,14 +161,12 @@ option to tell MPlayer to use them if possible.MPlayer can play Vivo (1.0 and 2.0) videos. The most suitable codec
for 1.0 files is FFmpeg's H263 decoder, you can use it with the -vc
ffh263
option (you'll need the newest libavcodec !). For 2.0 files, use
-XAnim's H263 decoder codec (it supports fast YV12 output). You can call it with
-the -vc h263xa
option. Of course you have to compile XAnim codecs
-support in, for details see the XAnim video codecs. If
-this doesn't work, get the ivvideo.dll
DLL file (from ivvideo.dll Win32 DLL file (from here),
and install it under /usr/lib/win32
or wherever you store the
Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes,
-thus usable only with the X11 and OpenGL outputs. Discouraged.