Is MakeMKV lossless ripping?

Everything related to MakeMKV
Post Reply
Message
Author
rfkrocktk
Posts: 2
Joined: Mon Feb 01, 2016 7:19 pm

Is MakeMKV lossless ripping?

#1 Post by rfkrocktk » Mon Feb 01, 2016 7:24 pm

The documentation doesn't seem clear as to whether the ripping is lossless or lossy.

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
Does MakeMKV work by reencoding the original file or by just defeating/working around the DRM?

SamuriHL
Posts: 2324
Joined: Mon Jun 14, 2010 5:32 pm

Re: Is MakeMKV lossless ripping?

#2 Post by SamuriHL » Mon Feb 01, 2016 7:36 pm

No reencoding is done on video. Audio is more complex...if you decide to rip the streams as is, audio is also untouched. However, there are methods to convert the audio to other formats such as FLAC.

rfkrocktk
Posts: 2
Joined: Mon Feb 01, 2016 7:19 pm

Re: Is MakeMKV lossless ripping?

#3 Post by rfkrocktk » Mon Feb 01, 2016 7:39 pm

My main concern is being able to rip a BluRay disc and being able to do sha512sum on the output and the original file and get the same value. If I want to reencode to a different format (ie different audio/video codec), I'll do it in another file. I just want the original 1:1 copy on hand so I can always have the option to switch to a different end-user format if I want to. So you're saying that the rip will by default have checksum integrity?

SamuriHL
Posts: 2324
Joined: Mon Jun 14, 2010 5:32 pm

Re: Is MakeMKV lossless ripping?

#4 Post by SamuriHL » Mon Feb 01, 2016 7:49 pm

No, of course it's not going to be able to checksum. Blu-ray is in m2ts format and potentially broken up into multiple files that are segmented together. MKV is a completely different format. What I'm saying is the streams contained within the MKV are identical to the streams contained in the m2ts. The files will most definitely not match any checksum analysis though.

electronicsguy
Posts: 47
Joined: Wed May 01, 2013 10:42 pm

Re: Is MakeMKV lossless ripping?

#5 Post by electronicsguy » Tue Feb 02, 2016 9:19 pm

rfkrocktk wrote:My main concern is being able to rip a BluRay disc and being able to do sha512sum on the output and the original file and get the same value. If I want to reencode to a different format (ie different audio/video codec), I'll do it in another file. I just want the original 1:1 copy on hand so I can always have the option to switch to a different end-user format if I want to. So you're saying that the rip will by default have checksum integrity?
I don't think you understand the meaning of checksum. how can the checksum between2 different formats be the same? and furthermore, this has nothing to do with lossy/lossless.

TKFRvision
Posts: 2
Joined: Mon Jun 29, 2020 11:51 am

Re: Is MakeMKV lossless ripping?

#6 Post by TKFRvision » Sun May 30, 2021 12:32 pm

But if I rip the same disc twice with the same options do I have the same Sha-256?

Woodstock
Posts: 10327
Joined: Sun Jul 24, 2011 11:21 pm

Re: Is MakeMKV lossless ripping?

#7 Post by Woodstock » Sun May 30, 2021 2:19 pm

The MKV header contains information about the time the file was created. Since this will vary with when you do the rip, no, the hash will not be identical.

Post Reply