# HG changeset patch # User jonas # Date 1048935261 0 # Node ID ae5dd934b9c8799d75ebbafccde4ebeecebc9a6b # Parent 638cf7f72123330c8def7d556270e107c08ea609 -ni (detection) and -cache diff -r 638cf7f72123 -r ae5dd934b9c8 DOCS/en/faq.html --- 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 @@
Q: I'd like to compile MPlayer on Minix!
A: Me too. :)
+
 
@@ -381,6 +382,7 @@
Q: How can I run MPlayer in the background?
A: Use: mplayer <options> <filename> < /dev/null &
+
 
@@ -539,6 +541,7 @@
A: This is again a power management effect (see above). Plug the external power connector in before you power on your notebook or use the -nortc option.
+
 
@@ -641,6 +644,7 @@ enlightenment: SDL's x11 target uses xv when available, you don't have to worry about it ... Note: you can force/disable Xv via SDL using -forcexv and -noxv +
 
@@ -704,6 +708,15 @@
A: Use the -cache option (described in the man page) and try enabling DMA for the DVD drive with the hdparm tool (described in the CD chapter of the documentation).
+
 
+ +
Q: While playing a movie it suddenly gets jerky and I get + the following message:
+ Badly interleaved AVI file detected - switching to -ni + mode... +
A: Badly interleaved files and -cache don't work well + together. Try -nocache.
+
 
diff -r 638cf7f72123 -r ae5dd934b9c8 DOCS/xml/en/faq.xml --- 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. + + +While playing a movie it suddenly gets jerky and I get +the following message: +Badly interleaved AVI file detected - switching to -ni mode... + + +Badly interleaved files and don't work well together. +Try . + +