Convert Vob files from DVD to MP4, MOV and others with ffmpeg.
- Move the working directory on the terminal to the VIDEO_TS folder inside the DVD.
cd DIRECTORY_VIDEO_TS
- Move the working directory on the terminal to the VIDEO_TS folder inside the DVD. In this case, '1' is the starting number, '5' is the final number, '...' meanse it goes from 1 to 5.
cat VTS_01_{1..5}.VOB > ConCat.vob
- Convert original vob file to mp4, mov or selected format. It's based on the output extension.
ffmpeg -i input.vob output.mp4
*Works on MacOS, and I think it works on Linux