# 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. :)

+

2.1.2.4. XAnim codec-ek

+ +

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:

+ +

+

+

+ +

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

2.1.4.1. VfW

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 @@
  • 2.1.4 Hogyan használj ismeretlen Win32 codec-et
  • 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...)

    +

    2.1.2.4. XAnim codecs

    + +

    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:

    + +

    +

    +

    + +

    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.

    +

    2.1.4. Codec importing howto

    2.1.4.1. VFW codecs

    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 @@
  • 2.1.2.1 DivX4
  • 2.1.2.2 ffmpeg's DivX/libavcodec
  • 2.1.2.3 Hardware AC3 decoding
  • +
  • 2.1.2.4 XAnim codecs
  • 2.1.3 The Veiled Mysteries of MPlayer
  • 2.1.4 Codec importing howto
  • @@ -143,8 +144,8 @@

    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 @@

  • Decide if you need GUI. If you do, see the 1.4 section before compiling.
  • + +
  • If you want to play 3ivx movies, check the +2.1.2.4 section.
  • Then build MPlayer: