Comment 5 for bug 1191516

Revision history for this message
Peter Bennett (pgbennett) wrote :

I have this problem consistently when using avconv to convert mkv files (from handbrake) to mp4 using avconv as follows:

avconv -i "$infile" -acodec copy -vcodec copy -f mp4 "$mp4outfile"

I have solved the problem for myself with the attached patch, which lets the program continue after reporting the error, instead of terminating. This may be an unconventional way to fix it, but the resulting output files work perfectly for me.