pull down to refresh

Can you try something real quick. Instead of handbrake, let's try ffmpeg to do mostly the same thing:
ffmpeg -i VOB_FILE_ON_YOUR_DVD.VOB -map 0:v:0 -map 0:a:0 -c:v libx264 -crf 18 -preset slower -tune film -profile:v main -x264opts force-cfr=1 -r ntsc -c:a copy OUTPUT_FILENAME.mp4
Replacing the vob file path and output filename with your own, of course. If you're on linux the path to the VOB file will be something like this if mounted normally
/media/BeeRye/STAR_WARS_DVD/VIDEO_TS/VTS_01_1.VOB
Thank you for the reply, havent had time to try this but will soon.
reply