#!/bin/shThe result is an ISO file which is named after the first argument to the script.
mkdir dvd
dvdbackup -M -i/dev/dvd -odvd
genisoimage -dvd-video -o $1.iso dvd/*
rm -r dvd
Install the required programs with the following command.
apt-get install dvdbackup genisoimage
2 comments:
Even at 2 years old this post was incredibly useful. I've been hitting my head against the wall trying to get an ISO image from my DVD's and this is the post that showed me how to do it. Thank you.
Seconded. There are a ton of not terribly useful posts involving transcoding when all some of us want to do is backup our old dvd's before they die.
Post a Comment