Skip to content

Instantly share code, notes, and snippets.

@mara004
Last active March 24, 2025 22:28
Show Gist options
  • Save mara004/b3f0a3535382e232e729614ad4edca87 to your computer and use it in GitHub Desktop.
Save mara004/b3f0a3535382e232e729614ad4edca87 to your computer and use it in GitHub Desktop.
DVD ripping
# see also https://wiki.ubuntuusers.de/DVDs_manuell_rippen/#Komplette-Spur-rippen
lsdvd /dev/sr0 # to show available tracks and their length
mplayer dvd://n -dvd-device /dev/sr0 # to preview a track -- where n is the track number (1-based)
mplayer dvd://n -dvd-device /dev/sr0 -v -dumpstream -dumpfile filename.vob # to rip track
@mara004
Copy link
Author

mara004 commented Feb 18, 2025

There's also vobcopy and dvdbackup, which I haven't tried yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment