dvd_rip
is a tiny DVD ripper that is part of dvd_info. It is tiny because it has a subset of major DVD ripper options such as HandBrake. It uses libmpv to power everything, and is essentially a wrapper around mpv
.
A man page is included with the install (man dvd_rip).
See also –help
output.
I originally wrote it as a proof-of-concept and a way to use libmpv's backend for coding. It's good to use if you want to see what a DVD track would look like with some generic settings for encoding, a quick way to get in and out. If you like the way it works, awesome. :)
What it does:
dvd_rip_##
by default where '##' is the track number.What it does NOT do (this is why it's a tiny ripper):
I recommend using something like HandBrake for more advanced options.
CRF for x264 ranges from 0 to 51, with the default being 23.
In x264, changing the encoder speed is relative to quality, not filesize. In these presets, however, both CRF and encoding speed are adjusted for each level.
CRF for x265 ranges from 0 to 51, with the default being 28.
In x265, changing the encoder speed is relative to filesize, not quality. In these presets, however, both CRF and encoding speed are adjusted for each level.