From: alexpdp7 Date: Sun, 8 Jun 2025 08:43:46 +0000 (+0200) Subject: Describe process for ripping discs were dd fails X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=7407a1eea792b662cedf8a0b88092a99e3452535;p=alex.git Describe process for ripping discs were dd fails --- diff --git a/misc/ripping.md b/misc/ripping.md index 9dca2c8..451970b 100644 --- a/misc/ripping.md +++ b/misc/ripping.md @@ -34,6 +34,12 @@ See . ### Video -`pv` seems to be enough to create ISO. +You can use `dd` to rip DVD and Blu-ray. +However, `dd` can fail on some disks, perhaps due to damage or copy protection. +[This post on unix.stackexchange describes a trick that works](https://unix.stackexchange.com/a/642790): + +* Start playback of the disc using [VLC media player](https://www.videolan.org/vlc/) +* Run a command like `ddrescue -n -b2048 -K1M /dev/sr0 x.iso x.map` +* After `ddrescue` starts running, pause playback. [FindVUK](http://fvonline-db.bplaced.net/) has the keys to rip Blu-ray discs.