# HG changeset patch # User gpoirier # Date 1113166428 0 # Node ID 4433dd3106572f5fc4632a5c4d7d861914217455 # Parent 678f6aeb6754a979948856a813d4ff350d08fa47 Move here the entry "How can I fix an AVIs with broken index or interleaving?" that was previously on mencoder.xml diff -r 678f6aeb6754 -r 4433dd310657 DOCS/xml/en/faq.xml --- 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 @@ +How can I fix an AVIs with broken index or interleaving? + + +Simply copy the video and audio streams into a new file, and +MEncoder 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 will not be needed for them anymore. + +mencoder -idx input.avi -ovc copy -oac copy -o output.avi + + + + + + I can't encode DVD subtitles into the AVI!