Easiest thing. We simply copy the video and audio streams, 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 -ni option won't be needed for them anymore.
Command: mencoder -idx input.avi -ovc copy -oac copy -o output.avi
But it failed after 10 mins. of video for me.
Command: mencoder -idx input.avi -ovc copy -oac copy -o output.avi
But it failed after 10 mins. of video for me.
Comments