capitaluf.blogg.se

How to convert mp4 into avi format
How to convert mp4 into avi format










how to convert mp4 into avi format

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

how to convert mp4 into avi format

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.

  • with the subtitle as required (or no one at all).
  • I would prefer to have a command line solution to create an avi with the following features: I tried acidrip as well, but it always choose an audio track I did not want to use. I tried dvdrip, which failed due to a frame count error or something. I am trying to convert a VOB file copied from a DVD into an avi in Ubuntu 13.10.












    How to convert mp4 into avi format