From b98d1030b675d90af72dfb1522a5330288af1ba7 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 10 Apr 2005 20:53:48 +0000 Subject: 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 --- DOCS/xml/en/faq.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 @@ -1335,6 +1335,22 @@ tool set). + + +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! -- cgit v1.2.3