mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
-ni (detection) and -cache
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9723 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d26c416563
commit
ec45042aa9
@ -213,6 +213,7 @@
|
||||
|
||||
<DT>Q: I'd like to compile MPlayer on Minix!</DT>
|
||||
<DD>A: Me too. :)</DD>
|
||||
<DD> </DD>
|
||||
|
||||
</DL>
|
||||
|
||||
@ -381,6 +382,7 @@
|
||||
|
||||
<DT>Q: How can I run MPlayer in the background?</DT>
|
||||
<DD>A: Use: <CODE>mplayer <options> <filename> < /dev/null &</CODE></DD>
|
||||
<DD> </DD>
|
||||
|
||||
</DL>
|
||||
|
||||
@ -539,6 +541,7 @@
|
||||
<DD>A: This is again a power management effect (see above). Plug the external
|
||||
power connector in <B>before</B> you power on your notebook or use the
|
||||
<CODE>-nortc</CODE> option.</DD>
|
||||
<DD> </DD>
|
||||
|
||||
</DL>
|
||||
|
||||
@ -641,6 +644,7 @@
|
||||
enlightenment: SDL's <CODE>x11</CODE> target uses xv when available, you
|
||||
don't have to worry about it ... Note: you can force/disable Xv via SDL
|
||||
using <CODE>-forcexv</CODE> and <CODE>-noxv</CODE></DD>
|
||||
<DD> </DD>
|
||||
|
||||
</DL>
|
||||
|
||||
@ -704,6 +708,15 @@
|
||||
<DD>A: Use the <CODE>-cache</CODE> option (described in the man page)
|
||||
and try enabling DMA for the DVD drive with the hdparm tool (described in
|
||||
the <A HREF="cd-dvd.html#cd">CD chapter</A> of the documentation).</DD>
|
||||
<DD> </DD>
|
||||
|
||||
<DT>Q: While playing a movie it suddenly gets jerky and I get
|
||||
the following message:<BR>
|
||||
<CODE>Badly interleaved AVI file detected - switching to -ni
|
||||
mode...</CODE>
|
||||
<DD>A: Badly interleaved files and <CODE>-cache</CODE> don't work well
|
||||
together. Try <CODE>-nocache</CODE>.</DD>
|
||||
<DD> </DD>
|
||||
|
||||
</DL>
|
||||
|
||||
|
@ -792,6 +792,17 @@ connector in <emphasis role="bold">before</emphasis> you power on your notebook
|
||||
or use the <option>-nortc</option> option.
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question><para>
|
||||
While playing a movie it suddenly gets jerky and I get
|
||||
the following message:
|
||||
<screen>Badly interleaved AVI file detected - switching to -ni mode...</screen>
|
||||
</para></question>
|
||||
<answer><para>
|
||||
Badly interleaved files and <option>-cache</option> don't work well together.
|
||||
Try <option>-nocache</option>.
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
</qandadiv>
|
||||
|
||||
<qandadiv id="faq-driver">
|
||||
|
Loading…
Reference in New Issue
Block a user