# HG changeset patch # User gabucino # Date 1003830236 0 # Node ID 70daede73cd94ebe86a300bf478185a8ce81e110 # Parent 27ca5ad3c7e9ebc248987a7306c9734d07d6444e xanim stuff added diff -r 27ca5ad3c7e9 -r 70daede73cd9 DOCS/Hungarian/codecs.html --- a/DOCS/Hungarian/codecs.html Tue Oct 23 09:31:53 2001 +0000 +++ b/DOCS/Hungarian/codecs.html Tue Oct 23 09:43:56 2001 +0000 @@ -165,6 +165,35 @@ é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 -r 27ca5ad3c7e9 -r 70daede73cd9 DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Tue Oct 23 09:31:53 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Tue Oct 23 09:43:56 2001 +0000 @@ -36,7 +36,8 @@Ezután fordítsd le az MPlayer-t:
diff -r 27ca5ad3c7e9 -r 70daede73cd9 DOCS/codecs.html --- a/DOCS/codecs.html Tue Oct 23 09:31:53 2001 +0000 +++ b/DOCS/codecs.html Tue Oct 23 09:43:56 2001 +0000 @@ -164,6 +164,34 @@ 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 -r 27ca5ad3c7e9 -r 70daede73cd9 DOCS/documentation.html --- a/DOCS/documentation.html Tue Oct 23 09:31:53 2001 +0000 +++ b/DOCS/documentation.html Tue Oct 23 09:43:56 2001 +0000 @@ -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 @@
Then build MPlayer: