diff options
| author | alexpdp7 <alex@pdp7.net> | 2025-06-08 11:41:05 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-06-08 11:41:30 +0200 |
| commit | f542f930d9f045eb12ec18dd518e7c90d5999dd0 (patch) | |
| tree | 65b2698d683d53f3829cc3b0795b309c144126f4 /misc | |
| parent | 7407a1eea792b662cedf8a0b88092a99e3452535 (diff) | |
Note that dd also works with concurrent VLC
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/ripping.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ripping.md b/misc/ripping.md index 451970bf..4d630542 100644 --- a/misc/ripping.md +++ b/misc/ripping.md @@ -38,8 +38,8 @@ 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` +* Start playback of the disc using [VLC media player](https://www.videolan.org/vlc/). +* Try `dd` first, if it fails, then 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. |
