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. ** Patch added: "90-peter-fix.patch" https://bugs.launchpad.net/ubuntu/+source/libvpx/+bug/1191516/+attachment/3825840/+files/90-peter-fix.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191516 Title: Application provided invalid, non monotonically increasing dts to muxer in stream 0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvpx/+bug/1191516/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
