mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
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
This commit is contained in:
parent
d6f4e11f1c
commit
b98d1030b6
@ -1335,6 +1335,22 @@ tool set).
|
|||||||
</para></answer>
|
</para></answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
||||||
|
<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>
|
<qandaentry>
|
||||||
<question><para>
|
<question><para>
|
||||||
I can't encode DVD subtitles into the AVI!
|
I can't encode DVD subtitles into the AVI!
|
||||||
|
Loading…
Reference in New Issue
Block a user