changeset 2411:70daede73cd9

xanim stuff added
author gabucino
date Tue, 23 Oct 2001 09:43:56 +0000
parents 27ca5ad3c7e9
children c2ed312a9d98
files DOCS/Hungarian/codecs.html DOCS/Hungarian/documentation.html DOCS/codecs.html DOCS/documentation.html
diffstat 4 files changed, 71 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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. :)</P>
 
 
+<P><B><A NAME=2.1.2.4>2.1.2.4.  XAnim codec-ek</B></P>
+
+<P>Előszó: (néhány) XAnim codec nem XAnim-mal történő használata <B><I>ILLEGÁLIS</I></B>.
+A <B>TE</B> felelősséged a licensz elolvasása, és betartása. Az <B>MPlayer</B>
+szerzői nem tehetők felelőssé a felhasználó hibái miatt.</P>
+
+<P>Nos igen, az <B>MPlayer</B> tudja használni az XAnim codec-eit dekódolásra.
+Nagyon könnyű bekapcsolni őket:</P>
+
+<P>
+<UL>
+  <LI>töltsd le a használni kívánt codec-eket az <A HREF="http://xanim.va.pubnix.com">XAnim honlapjáról</A>.
+  A <B>3ivx</B> codec-et nem találod meg ott, így azt töltsd le a
+  <A HREF="http://www.3ivx.com">3ivx honlapjáról</A>.</LI>
+
+  <LI>a codeceket másold, vagy symlink-eld a <CODE>/usr/lib/xanim/mods</CODE>
+  könyvtárba a következőképp:<BR><CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE>
+  mindegyikre.<BR>Megadhatsz másik keresési útvonalat, csak írd át az xacodec.c
+  file-t: <CODE>#define XACODEC_PATH "/usr/lib/xanim/mods"</CODE>.</LI>
+</UL>
+</P>
+
+<P>Ezek a 10-es video codec családba tartoznak, így a <CODE>-vfm 10</CODE>
+opcióval megadhatod az <B>MPlayer</B>-nek, hogy ezeket használja, ha
+lehetséges.</P>
+
+<P>Az eddig tesztelt codec-ek a következők: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, <B>CVID</B>, <B>3ivX</B>, <B>h263</B>.</P>
+
+
 <P><B><A NAME=2.1.4>2.1.4.  Hogyan használj ismeretlen Win32 codec-et</A></B></P>
 
 <P><B><A NAME=2.1.4.1>2.1.4.1.  VfW</A></B></P>
--- 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 @@
       <UL>
 	<LI><A HREF="codecs.html#2.1.2.1">2.1.2.1 DivX4</A></LI>
 	<LI><A HREF="codecs.html#2.1.2.2">2.1.2.2 ffmpeg DivX/libavcodec</A></LI>
-	<LI><A HREF="codecs.html#2.1.2.3">2.1.2.3 Hardveres AC3 decoding</A></LI>
+	<LI><A HREF="codecs.html#2.1.2.3">2.1.2.3 Hardveres AC3 dekódolás</A></LI>
+	<LI><A HREF="codecs.html#2.1.2.3">2.1.2.3 XAnim codec-ek</A></LI>
       </UL>
       <LI><A HREF="codecs.html#2.1.4">2.1.4 Hogyan használj ismeretlen Win32 codec-et</A></LI>
       <UL>
@@ -143,8 +144,8 @@
 akár nem-x86 processzorokon is. Lásd a <A HREF="#6">6-os fejezetet</A>).
   Le tudja játszani a legtöbb MPEG, AVI és ASF/WMV file-t (néhány QT/MOV file-t
   is, leginkább a CVID vagy VP31 video fileokat, tömörítetlen audioval),
-  valamint felsorakoztat jónéhány natív és Win32 codecet.  Nézhetsz vele
-  <B>VideoCD</B>-t, <B>SVCD</B>-t, <B>DVD</B>-t, és még <B>DivX</B>-et is
+  valamint felsorakoztat jónéhány natív, XAnim, és Win32 codecet.  Nézhetsz vele
+  <B>VideoCD</B>-t, <B>SVCD</B>-t, <B>DVD</B>-t, <B>3ivx</B>-et, és még <B>DivX</B>-et is
   (ezutóbbihoz egyáltalán nincs szükség az avifile csomagra!). A másik óriási
   tulajdonsága az MPlayernek a megjelenítési módok széles választéka. Működik
   X11, Xv, DGA, OpenGL, SVGAlib, fbdev, aalib, sőt SDL-lel is (beleértve
@@ -272,6 +273,10 @@
 
 <LI>Kell grafikus felület? Ha igen, olvasd el az <A HREF=#1.4>1.4-es fejezetet</A>
 mielőtt még belekezdenél a fordításba.</LI>
+
+<LI>Ha <B>3ivx</B> filmeket is le akarsz játszani, olvasd el a
+<A HREF=codecs.html#2.1.2.4>2.1.2.4-es fejezetet</A>.</LI>
+
 </UL>
 
 <P>Ezután fordítsd le az <B>MPlayer</B>-t:</P>
--- 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...)</P>
 
 
+<P><B><A NAME=2.1.2.4>2.1.2.4.  XAnim codecs</A></B></P>
+
+<P>Foreword: using (some) XAnim codecs with other program than XAnim, is
+<B><I>ILLEGAL</I></B>. It is <B>YOUR</B> responsibility to read its license,
+and do accordingly. The authors of <B>MPlayer</B> can't be held responsible for
+any unlawful act of the user.</P>
+
+<P>So yes, <B>MPlayer</B> can use XAnim's codecs for decoding. It's very
+easy to enable them:</P>
+
+<P>
+<UL>
+  <LI>download the codecs you wish to use from the
+  <A HREF="http://xanim.va.pubnix.com">XAnim site</A>. The <B>3ivx</B> codec
+  isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI>
+
+  <LI>copy the codecs, or make symlinks for them to <CODE>/usr/lib/xanim/mods</CODE> .
+  Accordingly :<BR> <CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE>
+  for all of them.<BR> You can define another search path in xacodec.c:
+  <CODE>#define XACODEC_PATH "/usr/lib/xanim/mods"</CODE>.</LI>
+</UL>
+</P>
+
+<P>They are video codec family number 10, so you may want to use <CODE>-vfm 10</CODE>
+option to tell <B>MPlayer</B> to use them if possible.</P>
+
+<P>Tested codecs are: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, <B>CVID</B>, <B>3ivX</B>, <B>h263</B>.</P>
+
 <P><B><A NAME=2.1.4>2.1.4. Codec importing howto</A></B></P>
 
 <P><B><A NAME=2.1.4.1>2.1.4.1. VFW codecs</A></B></P>
--- 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 @@
 	<LI><A HREF="codecs.html#2.1.2.1">2.1.2.1 DivX4</A></LI>
 	<LI><A HREF="codecs.html#2.1.2.2">2.1.2.2 ffmpeg's DivX/libavcodec</A></LI>
 	<LI><A HREF="codecs.html#2.1.2.3">2.1.2.3 Hardware AC3 decoding</A></LI>
+	<LI><A HREF="codecs.html#2.1.2.4">2.1.2.4 XAnim codecs</A></LI>
       </UL>
       <LI><A HREF="mailto:Strange. Where did this chapter go?">2.1.3 The Veiled Mysteries of MPlayer</A></LI>
       <LI><A HREF="codecs.html#2.1.4">2.1.4 Codec importing howto</A></LI>
@@ -143,8 +144,8 @@
 <P><B>MPlayer</B> is a movie player for LINUX (runs on many other Unices, and
 <B>non-x86</B> CPUs, see <A HREF="#6">section 6</A>). 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
-<B>VideoCD</B>, <B>SVCD</B>, <B>DVD</B> and even <B>DivX</B> movies too (and
+audio), supported by many native, XAnim, and Win32 DLL codecs. You can watch
+<B>VideoCD</B>, <B>SVCD</B>, <B>DVD</B>, <B>3ivx</B>, and even <B>DivX</B> 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 @@
 
 <LI>Decide if you need GUI. If you do, see the <A HREF=#1.4>1.4 section</A>
 before compiling.</LI>
+
+<LI>If you want to play <B>3ivx</B> movies, check the <A HREF=codecs.html#2.1.2.4>
+2.1.2.4 section</A>.</LI>
 </UL>
 
 <P>Then build <B>MPlayer</B>:</P>