comparison DOCS/codecs.html @ 2664:f23882410024

decreasing my todo list
author gabucino
date Sat, 03 Nov 2001 23:57:20 +0000
parents 10f1768b096d
children aadd16c5d6eb
comparison
equal deleted inserted replaced
2663:4929b296e465 2664:f23882410024
178 <UL> 178 <UL>
179 <LI>download the codecs you wish to use from the 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 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> 181 isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI>
182 182
183 <LI>copy the codecs, or make symlinks for them to <CODE>/usr/lib/xanim/mods</CODE> . 183 <LI>use the <CODE>--with-xanimlibdir</CODE> option to tell configure where
184 Accordingly :<BR><CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE> 184 it can find the xanim codecs. By default, it checks them at <CODE>/usr/lib/xanim/mods</CODE> .</LI>
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> 185 </UL>
188 </P> 186 </P>
189 187
190 <P>They are video codec family number 10, so you may want to use <CODE>-vfm 10</CODE> 188 <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> 189 option to tell <B>MPlayer</B> to use them if possible.</P>