comparison DOCS/codecs.html @ 2411:70daede73cd9

xanim stuff added
author gabucino
date Tue, 23 Oct 2001 09:43:56 +0000
parents b858758fd4db
children 7da4afe26f6b
comparison
equal deleted inserted replaced
2410:27ca5ad3c7e9 2411:70daede73cd9
161 <P>You'll need an AC3 capable soundcard, with digital out (SP/DIF). The 161 <P>You'll need an AC3 capable soundcard, with digital out (SP/DIF). The
162 card's driver must support the AFMT_AC3 format (like SB Live! does). 162 card's driver must support the AFMT_AC3 format (like SB Live! does).
163 Connect your AC3 decoder to the SP/DIF output, and use the '-ac hwac3' 163 Connect your AC3 decoder to the SP/DIF output, and use the '-ac hwac3'
164 option. It may or may not work (experimental). (probably won't...)</P> 164 option. It may or may not work (experimental). (probably won't...)</P>
165 165
166
167 <P><B><A NAME=2.1.2.4>2.1.2.4. XAnim codecs</A></B></P>
168
169 <P>Foreword: using (some) XAnim codecs with other program than XAnim, is
170 <B><I>ILLEGAL</I></B>. It is <B>YOUR</B> responsibility to read its license,
171 and do accordingly. The authors of <B>MPlayer</B> can't be held responsible for
172 any unlawful act of the user.</P>
173
174 <P>So yes, <B>MPlayer</B> can use XAnim's codecs for decoding. It's very
175 easy to enable them:</P>
176
177 <P>
178 <UL>
179 <LI>download the codecs you wish to use from the
180 <A HREF="http://xanim.va.pubnix.com">XAnim site</A>. The <B>3ivx</B> codec
181 isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI>
182
183 <LI>copy the codecs, or make symlinks for them to <CODE>/usr/lib/xanim/mods</CODE> .
184 Accordingly :<BR> <CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE>
185 for all of them.<BR> You can define another search path in xacodec.c:
186 <CODE>#define XACODEC_PATH "/usr/lib/xanim/mods"</CODE>.</LI>
187 </UL>
188 </P>
189
190 <P>They are video codec family number 10, so you may want to use <CODE>-vfm 10</CODE>
191 option to tell <B>MPlayer</B> to use them if possible.</P>
192
193 <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>
166 194
167 <P><B><A NAME=2.1.4>2.1.4. Codec importing howto</A></B></P> 195 <P><B><A NAME=2.1.4>2.1.4. Codec importing howto</A></B></P>
168 196
169 <P><B><A NAME=2.1.4.1>2.1.4.1. VFW codecs</A></B></P> 197 <P><B><A NAME=2.1.4.1>2.1.4.1. VFW codecs</A></B></P>
170 198