

The command in ffmpeg that i use in other distros is:įfmpeg -i concat:"VTS_01_1.VOB|VTS_01_2.VOB|VTS_01_3.VOB|VTS_01_4.VO B" -acodec libmp3lame -aq 100 -ac 2 -vcodec libx264 -crf 20 -threads 0 output.mp4


I had ffmpeg working fine in 13.10, but i forgot the process to install it now that it is no longer in the repos in 14.04. I am trying to install ffmpeg on ubuntu 14.04 to concatenate 4 VOB files to mp4. I dont know why ubuntu is the odd man out in linux now that they use avconv instead of ffmpeg.
