1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +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:
jonas 2003-03-29 10:54:21 +00:00
parent d26c416563
commit ec45042aa9
2 changed files with 24 additions and 0 deletions

View File

@ -213,6 +213,7 @@
<DT>Q: I'd like to compile MPlayer on Minix!</DT> <DT>Q: I'd like to compile MPlayer on Minix!</DT>
<DD>A: Me too. :)</DD> <DD>A: Me too. :)</DD>
<DD>&nbsp;</DD>
</DL> </DL>
@ -381,6 +382,7 @@
<DT>Q: How can I run MPlayer in the background?</DT> <DT>Q: How can I run MPlayer in the background?</DT>
<DD>A: Use: <CODE>mplayer &lt;options&gt; &lt;filename&gt; &lt; /dev/null &amp;</CODE></DD> <DD>A: Use: <CODE>mplayer &lt;options&gt; &lt;filename&gt; &lt; /dev/null &amp;</CODE></DD>
<DD>&nbsp;</DD>
</DL> </DL>
@ -539,6 +541,7 @@
<DD>A: This is again a power management effect (see above). Plug the external <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 power connector in <B>before</B> you power on your notebook or use the
<CODE>-nortc</CODE> option.</DD> <CODE>-nortc</CODE> option.</DD>
<DD>&nbsp;</DD>
</DL> </DL>
@ -641,6 +644,7 @@
enlightenment: SDL's <CODE>x11</CODE> target uses xv when available, you 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 don't have to worry about it ... Note: you can force/disable Xv via SDL
using <CODE>-forcexv</CODE> and <CODE>-noxv</CODE></DD> using <CODE>-forcexv</CODE> and <CODE>-noxv</CODE></DD>
<DD>&nbsp;</DD>
</DL> </DL>
@ -704,6 +708,15 @@
<DD>A: Use the <CODE>-cache</CODE> option (described in the man page) <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 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> the <A HREF="cd-dvd.html#cd">CD chapter</A> of the documentation).</DD>
<DD>&nbsp;</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>&nbsp;</DD>
</DL> </DL>

View File

@ -792,6 +792,17 @@ connector in <emphasis role="bold">before</emphasis> you power on your notebook
or use the <option>-nortc</option> option. or use the <option>-nortc</option> option.
</para></answer> </para></answer>
</qandaentry> </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>
<qandadiv id="faq-driver"> <qandadiv id="faq-driver">