comparison DOCS/xml/en/faq.xml @ 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 b0dd473ed38a
children 2b8c75f45529
comparison
equal deleted inserted replaced
15111:678f6aeb6754 15112:4433dd310657
1335 </para></answer> 1335 </para></answer>
1336 </qandaentry> 1336 </qandaentry>
1337 1337
1338 <qandaentry> 1338 <qandaentry>
1339 <question><para> 1339 <question><para>
1340 How can I fix an AVIs with broken index or interleaving?
1341 </para></question>
1342 <answer><para>
1343 Simply copy the video and audio streams into a new file, and
1344 <application>MEncoder</application> generates the index.
1345 Of course this cannot fix possible bugs in the video and/or audio streams.
1346 It also fixes files with broken interleaving, thus the
1347 <option>-ni</option> option will not be needed for them anymore.
1348 <screen>
1349 mencoder -idx <replaceable>input.avi</replaceable> -ovc copy -oac copy -o <replaceable>output.avi</replaceable>
1350 </screen>
1351 </para></answer>
1352 </qandaentry>
1353
1354 <qandaentry>
1355 <question><para>
1340 I can't encode DVD subtitles into the AVI! 1356 I can't encode DVD subtitles into the AVI!
1341 </para></question> 1357 </para></question>
1342 <answer><para> 1358 <answer><para>
1343 You have to specify the <option>-sid</option> option correctly! 1359 You have to specify the <option>-sid</option> option correctly!
1344 </para></answer> 1360 </para></answer>