piracy

How to rip a dvd (probably also works with cds, etc) on gnu/linux (probably also works on other *nix systems such as macos and openbsd)

  1. Plug in the dvd

  2. Run lsblk to see if it got detected

  3. Run dd if=/dev/cdrom of=dvd.dvd status=progress

  4. You can now play the ripped dvd using mpv: mpv dvd://0/dvd.dvd

If your dvd has Digital Restrictions Management there will most likely be extra steps

41
27
Comments 27