diff --git a/DOCS/Hungarian/codecs.html b/DOCS/Hungarian/codecs.html index 148561139c..15b0678b92 100644 --- a/DOCS/Hungarian/codecs.html +++ b/DOCS/Hungarian/codecs.html @@ -165,6 +165,35 @@ SB Live!). Kapcsold r és használd az -ac hwac3 opciót. Akár működhet is. De nem fog. Tényleg. :)
+ + +Előszó: (néhány) XAnim codec nem XAnim-mal történő használata ILLEGÁLIS. +A TE felelősséged a licensz elolvasása, és betartása. Az MPlayer +szerzői nem tehetők felelőssé a felhasználó hibái miatt.
+ +Nos igen, az MPlayer tudja használni az XAnim codec-eit dekódolásra. +Nagyon könnyű bekapcsolni őket:
+ ++
/usr/lib/xanim/mods
+ könyvtárba a következőképp:ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa
+ mindegyikre.#define XACODEC_PATH "/usr/lib/xanim/mods"
.Ezek a 10-es video codec családba tartoznak, így a -vfm 10
+opcióval megadhatod az MPlayer-nek, hogy ezeket használja, ha
+lehetséges.
Az eddig tesztelt codec-ek a következők: Indeo 3.2, 4.1, 5.0, CVID, 3ivX, h263.
+ +2.1.4. Hogyan használj ismeretlen Win32 codec-et
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html index a038f56bde..23bbacbae5 100644 --- a/DOCS/Hungarian/documentation.html +++ b/DOCS/Hungarian/documentation.html @@ -36,7 +36,8 @@Ezután fordítsd le az MPlayer-t:
diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 1ff2937682..a65f7cd3a7 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -164,6 +164,34 @@ Connect your AC3 decoder to the SP/DIF output, and use the '-ac hwac3' option. It may or may not work (experimental). (probably won't...) + + +Foreword: using (some) XAnim codecs with other program than XAnim, is +ILLEGAL. It is YOUR responsibility to read its license, +and do accordingly. The authors of MPlayer can't be held responsible for +any unlawful act of the user.
+ +So yes, MPlayer can use XAnim's codecs for decoding. It's very +easy to enable them:
+ ++
/usr/lib/xanim/mods
.
+ Accordingly :ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa
+ for all of them.#define XACODEC_PATH "/usr/lib/xanim/mods"
.They are video codec family number 10, so you may want to use -vfm 10
+option to tell MPlayer to use them if possible.
Tested codecs are: Indeo 3.2, 4.1, 5.0, CVID, 3ivX, h263.
+ diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 48350c8e87..303568fd91 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -37,6 +37,7 @@MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86 CPUs, see section 6). It plays most MPEG, AVI and ASF/WMV files (also some QT/MOV files, with CVID, VP31 video, and raw -audio), supported by many native and Win32 DLL codecs. You can watch -VideoCD, SVCD, DVD and even DivX movies too (and +audio), supported by many native, XAnim, and Win32 DLL codecs. You can watch +VideoCD, SVCD, DVD, 3ivx, and even DivX movies too (and you don't need the avifile library at all!). The another big feature of mplayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use SDL (and this way all drivers of @@ -268,6 +269,9 @@ See section 4.2 for more information.
Then build MPlayer: