pull down to refresh

Off the bat I'll say I never had the best results with the default setting presets, especially the "fast" ones.
If this is a casual project, just try another default preset first.
Try any of these. Keep in mind it can make your machine (especially a laptop) work at 100% CPU for a while. The higher the quality the longer it will take. You can run one of these and if it's satisfactory, then all is well.
Of course, if you want to optimize for quality and filesize, without ripping the same DVD multiple times, one option is to crop a 1-2minute clip out of the video to test on, and try processing it using different settings to compare before running it on the full DVD.
These are still sort of "one-size-fits-enough" kind of presets. If you want optimal results, it depends on your use case and expectations, how many DVDs you gotta go through and whether they're all somewhat of a similar format.
If you want to tweak further... stay tuned because I started writing way too much text for a reply like this so I'll likely make a quick guide its own post soon :P
Thanks for the reply! Fiddled around with previewing using these other settings...the issue persists unfortunately 😞
reply
The issue being just low quality? Staggering?
If you use VLC or some other media player to play the video (VOB) file directly from the DVD, is the quality already crap?
reply
the quality is just fine when playing from VLC directly on the disk. Its like static-y and blurry...similar to a poor quality buffering when streaming a video online.
reply
33 sats \ 1 reply \ @nichro 14 Jul
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
reply
Thank you for the reply, havent had time to try this but will soon.
reply