Plug in the dvd
Run lsblk
to see if it got detected
Run dd if=/dev/cdrom of=dvd.dvd status=progress
You can now play the ripped dvd using mpv: mpv dvd://0/dvd.dvd
If you need to get rid of digital restrictions management, you can try this guide
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles, including DMs
4. Don’t submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
I just use handbrake.
Yeah this won’t work with 99.9 percent of DVDs or Blu-ray because of the DRM and the way the drives behave, not sure why you’d even post this.
I managed to rip one through this method
Yeah, an already ripped DVD or a non DRM protected DVD, which is as difficult as copying files from a USB and why dd works here.
non DRM protected DVD. It’s actually from Disney so I was quite surprised when there was no DRM
If it’s Disney without DRM it’s probably a bootleg DVD
@original_ish_name
if this works then every ripping guide on every tracker is about to be prettyyyyy embarrassed
Depends on if the DVD has DRM or not
this is just about ripping the dvd, I don’t know how to crack DRM
This makes an exact copy with DRM and all.
DVD encryption has been completely broken and that’s why there is free software for playing DVDs.
BluRay encryption has not been and has effectively prevented me from bying any BluRays. Wasted money on a drive way back when bying my current desktop and I didn’t realize this. Tried some commercial software, but they neither didn’t seem to reliably play the movies from library I tested with or triggered some more advanced DRM on the disc.
Thanks for this, I removed blu-rays from the title
You can play BluRays (excluding UHD BluRay) using libaacs and the right keys.
mkisofs -udf -allow-limited-size -input-charset "utf-8" -V "your_disc_title" -o output_name.iso source_folder/
Edit: Fixed command typo and added flathub.
Laughs in gentoo
Laughs in Gentoo and NixOS
Is this for cracking drm? If so how do you pin a comment on lemmy?
Yep. Bypasses DRM.
This should work with some caveats.
/dev/cdrom
with the name of the device file corresponding to your drive.“deep magic”
Linux trys to treat devices like files. If you ran
xxd /dev/cdrom
, you would see every bit on the disk (not just those of the files, but those in the free space as well) in order from the first to the last (converted to base-16 in what is called a hexdump). Not that you need to see this, but your video player does. The “DRM cracking” is actually a feature of libdvdcss that makes it possible for the system to treat the disk this way.dd
is just a general copying command and if Stack Exchange is to be believed, it isn’t necessarily the best option (https://unix.stackexchange.com/questions/12532/dd-vs-cat-is-dd-still-relevant-these-days). But it probably is necessary for the linked guide to work because it hasdd
truncate the file.edit: caveats is note spalled caceats
edit: file → files on the disk
“not” is not spelled “note” “spelled is” not spelled “spalled”
That was the joke
sorry
Don’t worry. It was a bit ambiguous 👍