comparison DOCS/en/faq.html @ 9722:ae5dd934b9c8

-ni (detection) and -cache
author jonas
date Sat, 29 Mar 2003 10:54:21 +0000
parents 0fe056bdb135
children f4e0b637ffc5
comparison
equal deleted inserted replaced
9721:638cf7f72123 9722:ae5dd934b9c8
211 <DD>A: chmod 644 /usr/lib/libc.so</DD> 211 <DD>A: chmod 644 /usr/lib/libc.so</DD>
212 <DD>&nbsp;</DD> 212 <DD>&nbsp;</DD>
213 213
214 <DT>Q: I'd like to compile MPlayer on Minix!</DT> 214 <DT>Q: I'd like to compile MPlayer on Minix!</DT>
215 <DD>A: Me too. :)</DD> 215 <DD>A: Me too. :)</DD>
216 <DD>&nbsp;</DD>
216 217
217 </DL> 218 </DL>
218 219
219 220
220 <H2><A NAME="general">5.2 General questions</A></H2> 221 <H2><A NAME="general">5.2 General questions</A></H2>
379 Set "Use Applications position hints" to "Yes".</DD> 380 Set "Use Applications position hints" to "Yes".</DD>
380 <DD>&nbsp;</DD> 381 <DD>&nbsp;</DD>
381 382
382 <DT>Q: How can I run MPlayer in the background?</DT> 383 <DT>Q: How can I run MPlayer in the background?</DT>
383 <DD>A: Use: <CODE>mplayer &lt;options&gt; &lt;filename&gt; &lt; /dev/null &amp;</CODE></DD> 384 <DD>A: Use: <CODE>mplayer &lt;options&gt; &lt;filename&gt; &lt; /dev/null &amp;</CODE></DD>
385 <DD>&nbsp;</DD>
384 386
385 </DL> 387 </DL>
386 388
387 389
388 <H2><A NAME="playback">5.3 Playback problems</A></H2> 390 <H2><A NAME="playback">5.3 Playback problems</A></H2>
537 <DT>Q: The audio/video gets totally out of sync when I run MPlayer as root on 539 <DT>Q: The audio/video gets totally out of sync when I run MPlayer as root on
538 my notebook. It works normal when i run it as a user.</DT> 540 my notebook. It works normal when i run it as a user.</DT>
539 <DD>A: This is again a power management effect (see above). Plug the external 541 <DD>A: This is again a power management effect (see above). Plug the external
540 power connector in <B>before</B> you power on your notebook or use the 542 power connector in <B>before</B> you power on your notebook or use the
541 <CODE>-nortc</CODE> option.</DD> 543 <CODE>-nortc</CODE> option.</DD>
544 <DD>&nbsp;</DD>
542 545
543 </DL> 546 </DL>
544 547
545 548
546 <H2><A NAME="driver">5.4 Video/audio driver problems (vo/ao)</A></H2> 549 <H2><A NAME="driver">5.4 Video/audio driver problems (vo/ao)</A></H2>
639 <DD>A: Try that <CODE>x11</CODE> target again. Now try 642 <DD>A: Try that <CODE>x11</CODE> target again. Now try
640 <CODE>-vo x11 -fs -zoom</CODE>. See the difference? No?! OK, here comes the 643 <CODE>-vo x11 -fs -zoom</CODE>. See the difference? No?! OK, here comes the
641 enlightenment: SDL's <CODE>x11</CODE> target uses xv when available, you 644 enlightenment: SDL's <CODE>x11</CODE> target uses xv when available, you
642 don't have to worry about it ... Note: you can force/disable Xv via SDL 645 don't have to worry about it ... Note: you can force/disable Xv via SDL
643 using <CODE>-forcexv</CODE> and <CODE>-noxv</CODE></DD> 646 using <CODE>-forcexv</CODE> and <CODE>-noxv</CODE></DD>
647 <DD>&nbsp;</DD>
644 648
645 </DL> 649 </DL>
646 650
647 651
648 <H2><A NAME="dvd">5.5 DVD playback</A></H2> 652 <H2><A NAME="dvd">5.5 DVD playback</A></H2>
702 706
703 <DT>Q: My DVD playback is sluggish!</DT> 707 <DT>Q: My DVD playback is sluggish!</DT>
704 <DD>A: Use the <CODE>-cache</CODE> option (described in the man page) 708 <DD>A: Use the <CODE>-cache</CODE> option (described in the man page)
705 and try enabling DMA for the DVD drive with the hdparm tool (described in 709 and try enabling DMA for the DVD drive with the hdparm tool (described in
706 the <A HREF="cd-dvd.html#cd">CD chapter</A> of the documentation).</DD> 710 the <A HREF="cd-dvd.html#cd">CD chapter</A> of the documentation).</DD>
711 <DD>&nbsp;</DD>
712
713 <DT>Q: While playing a movie it suddenly gets jerky and I get
714 the following message:<BR>
715 <CODE>Badly interleaved AVI file detected - switching to -ni
716 mode...</CODE>
717 <DD>A: Badly interleaved files and <CODE>-cache</CODE> don't work well
718 together. Try <CODE>-nocache</CODE>.</DD>
719 <DD>&nbsp;</DD>
707 720
708 </DL> 721 </DL>
709 722
710 723
711 <H2><A NAME="features">5.6 Feature requests</A></H2> 724 <H2><A NAME="features">5.6 Feature requests</A></H2>