summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-29 10:54:21 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-29 10:54:21 +0000
commitec45042aa989ef39197df53f89f10e32689afbc3 (patch)
tree5b4e88eb963a02593124aaa7b3a8c62b2e924ba8 /DOCS
parentd26c416563f93ea47fd9bb6fc787ae6e88decb04 (diff)
downloadmpv-ec45042aa989ef39197df53f89f10e32689afbc3.tar.bz2
mpv-ec45042aa989ef39197df53f89f10e32689afbc3.tar.xz
-ni (detection) and -cache
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9723 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/faq.html13
-rw-r--r--DOCS/xml/en/faq.xml11
2 files changed, 24 insertions, 0 deletions
diff --git a/DOCS/en/faq.html b/DOCS/en/faq.html
index f5e4633d9f..31b1c9e88d 100644
--- a/DOCS/en/faq.html
+++ b/DOCS/en/faq.html
@@ -213,6 +213,7 @@
<DT>Q: I'd like to compile MPlayer on Minix!</DT>
<DD>A: Me too. :)</DD>
+ <DD>&nbsp;</DD>
</DL>
@@ -381,6 +382,7 @@
<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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&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>
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 8ac70f4929..6ed4a7a31c 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -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">