Does MakeMKV re-encode the MKV video from the Blu-Ray, or does it just defeat the DRM and extract the original file as was burned to the disc? I can use a tool like dvdbackup with the libdvdcss library, for example, to losslessly rip a DVD without any reencoding:
Code: Select all
dvdbackup -M -i /dev/sr0 -o my-lossless-dvd
eject /dev/sr0
genisoimage -V TITLE --dvd-video -o my-lossless-dvd.iso my-lossless-dvd/TITLE