Mercurial > mplayer.hg
changeset 9722:ae5dd934b9c8
-ni (detection) and -cache
author | jonas |
---|---|
date | Sat, 29 Mar 2003 10:54:21 +0000 |
parents | 638cf7f72123 |
children | 1a4a3e045820 |
files | DOCS/en/faq.html DOCS/xml/en/faq.xml |
diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/en/faq.html Sat Mar 29 09:07:38 2003 +0000 +++ b/DOCS/en/faq.html Sat Mar 29 10:54:21 2003 +0000 @@ -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>
--- a/DOCS/xml/en/faq.xml Sat Mar 29 09:07:38 2003 +0000 +++ b/DOCS/xml/en/faq.xml Sat Mar 29 10:54:21 2003 +0000 @@ -792,6 +792,17 @@ 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">