changeset 15112:4433dd310657

Move here the entry "How can I fix an AVIs with broken index or interleaving?" that was previously on mencoder.xml
author gpoirier
date Sun, 10 Apr 2005 20:53:48 +0000
parents 678f6aeb6754
children a53b942816a5
files DOCS/xml/en/faq.xml
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml	Sun Apr 10 20:01:54 2005 +0000
+++ b/DOCS/xml/en/faq.xml	Sun Apr 10 20:53:48 2005 +0000
@@ -1337,6 +1337,22 @@
 
 <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>