How do I make an ISO copy of a DVD movie?

Method #1

I generally just do this via the command line if I want to copy a DVD to a directory and then make it into an ISO:

$ cd /dir/where/you/save/the/dvd

Now insert DVD to be copied:

$ dvdbackup -M
$ genisoimage -dvd-video -udf -o movie.iso /dir/where/you/save/the/dvd
$ eject /dev/dvd

Method #2

If on the other hand if I just want to make an ISO directly from a DVD:

$ genisoimage -dvd-video -udf -o movie.iso /dvd/mounted/to

Method #3

If you want to RIP or burn using a GUI then I'd suggest using K3b.

References

  • [one-liner]: How to Backup a Movie DVD via the Command Line on Fedora 14 & CentOS 5

If you want a graphical tool I would suggest K3b.

If you want a command line utility that is not dd, you can have a look at mkisofs instead.

Tags:

Debian

Iso