comparison DOCS/faq.html @ 1892:70dbd25c128c

jo sok ilyen ize.
author gabucino
date Fri, 14 Sep 2001 16:13:28 +0000
parents ff547d7d4ab3
children 10136e4b128a
comparison
equal deleted inserted replaced
1891:ec11652458ea 1892:70dbd25c128c
240 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 240 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
241 241
242 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 242 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
243 What exactly is this libavcodec? 243 What exactly is this libavcodec?
244 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 244 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
245 It's from Gerard Lantau's ffmpeg package (http://ffmpeg.sourceforge.net). 245 It's from Gerard Lantau's ffmpeg package (<A HREF="http://ffmpeg.sourceforge.net">http://ffmpeg.sourceforge.net</A>).
246 It has C language DivX ;-) and OpenDivX alpha 47 codec. Some benchmarks 246 It has C language DivX ;-) and OpenDivX alpha 47 codec. Some benchmarks
247 showed that its DivX seems to be even faster than DirectShow codec without 247 showed that its DivX seems to be even faster than DirectShow codec without
248 preprocessing, and only a few percent slower than ProjectMayo's DivX4 248 preprocessing, and only a few percent slower than ProjectMayo's DivX4
249 decoder. It uses YV12 pixel format, so old Voodoo users can use it for YUV. 249 decoder. It uses YV12 pixel format, so old Voodoo users can use it for YUV.
250 Also, open the possibility to play DivX on virtually every computer that 250 Also, open the possibility to play DivX on virtually every computer that
359 359
360 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 360 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
361 I have an AVI that plays with grey screen with -vc odivx, and green with -vc divx4 . 361 I have an AVI that plays with grey screen with -vc odivx, and green with -vc divx4 .
362 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 362 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
363 It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf. 363 It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf.
364 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
365
366 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
367 There this movie is, and when I play it I get video-audio desync and/or MPlayer crashes with the following:<BR>
368 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE>
369 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
370 This can have multiple reasons.<BR>
371 <LI>your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. <B>MPlayer</B>
372 displays a message if this is the case. (and the dropped frames counter is going up fast)</LI>
373 <LI>if it is an AVI, maybe it has shit interleaving. Try the <I>-ni</I> option.</LI>
374 <LI>your sound driver is shit, or you use ALSA 0.5 with <I>-ao oss</I>. See the <A HREF="sound.html">soundcards section</A>.</LI>
375 <LI>the AVI has shit header, try with the <I>-nobps</I> option, and/or <I>-mc 0</I> .</LI>
364 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 376 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
365 377
366 <TD COLSPAN=3> 378 <TD COLSPAN=3>
367 <B><A NAME=5.4>5.4. Video/audio driver problems (vo/ao)</A></B> 379 <B><A NAME=5.4>5.4. Video/audio driver problems (vo/ao)</A></B>
368 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 380 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>