summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-10 20:53:48 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-10 20:53:48 +0000
commitb98d1030b675d90af72dfb1522a5330288af1ba7 (patch)
tree6aab1d25487f75eb6051d4bdf49c1c8e2b051525 /DOCS
parentd6f4e11f1cc4d1e8205981758a1ae5cf8f283e75 (diff)
downloadmpv-b98d1030b675d90af72dfb1522a5330288af1ba7.tar.bz2
mpv-b98d1030b675d90af72dfb1522a5330288af1ba7.tar.xz
Move here the entry "How can I fix an AVIs with broken index or interleaving?"
that was previously on mencoder.xml git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15113 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/faq.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 3f33bed4ed..e94fba34d4 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -1337,6 +1337,22 @@ tool set).
<qandaentry>
<question><para>
+How can I fix an AVIs with broken index or interleaving?
+</para></question>
+<answer><para>
+Simply copy the video and audio streams into a new file, and
+<application>MEncoder</application> generates the index.
+Of course this cannot fix possible bugs in the video and/or audio streams.
+It also fixes files with broken interleaving, thus the
+<option>-ni</option> option will not be needed for them anymore.
+<screen>
+mencoder -idx <replaceable>input.avi</replaceable> -ovc copy -oac copy -o <replaceable>output.avi</replaceable>
+</screen>
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
I can't encode DVD subtitles into the AVI!
</para></question>
<answer><para>