I'm a newbie in the field of ripping Blurays and UHD Blurays but I'm on master level in ripping computer games.
However, I just would like to know, what is the best method for ripping Blurays and especially UHDs to an ISO image on Linux?
I bought the MakeMKV license and also a UHD friendly drive recently, but I'm not sure how to successfully create an ISO image of the disk?
I did it with dd after opening the disk with MakeMKV:
Code: Select all
sudo dd if=/dev/sr0 of=bluray.iso bs=4M status=progress
I got a message from MakeMKV that opening the disk failed, and so ripping took endless time. It seems the disk was dumped including the copy protection or something else.
MakeMKV is not made for creating ISO images. The only thing I found out is the backup function in MakeMKV, which puts all files in a folder including a folder named MAKEMKV. So I would have to create an ISO from these?
So the question is how to to it the best way?
Thank you very much for your help