

The following command avconv -i Videos/Test/VIDEO_TS/VTS_01_1.VOB -acodec copy -vcodec copy output.aviįor example resulted in the following error: Application provided invalid, non monotonically increasing dts to muxer in stream 1: 374 >= 374Īv_interleaved_write_frame(): Invalid argument The following command ffmpeg -i Videos/Test/VIDEO_TS/VTS_01_1.VOB -ss 589 -t 274 -sameq -acodec copy -ab 320k output.aviįor example resulted in a crash of my Ubuntu session. The ffmpeg command gives the following output for the input file Input #0, mpeg, from 'Videos/Test/VIDEO_TS/VTS_01_1.VOB':ĭuration: 00:04:53.32, start: 0.045500, bitrate: 29284 kb/s

I would appreciate some explanations on the suggested options! So what options should I use to have the VOB file converted to an avi file? I tried some ffmpeg and avconv commands and managed to create an avi, but the video and audio were completly out of sync.
