From: Petter Reinholdtsen Date: Sun, 18 Sep 2011 17:43:48 +0000 (+0000) Subject: Update. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/237ddb97def16ba421c4e771779d188563d88986?ds=sidebyside Update. --- diff --git a/blog/data/2011-09-17-dvdrip.txt b/blog/data/2011-09-17-dvdrip.txt index 20ec33e693..6a4844fd30 100644 --- a/blog/data/2011-09-17-dvdrip.txt +++ b/blog/data/2011-09-17-dvdrip.txt @@ -43,3 +43,15 @@ rm -rf $tmpdir/$title

Anyone know of a better way available in Debian/Squeeze?

+

Update 2011-09-18: I got a tip from Konstantin Khomoutov about the +readom program from the wodim package. It is specially written to +read optical media, and is called like this: readom dev=/dev/dvd +f=image.iso. It got 6 GB along with the problematic Cars DVD +before it failed, and failed right away with a Timmy Time DVD.

+ +

Next, I got a tip from Bastian Blank about +his +program python-dvdvideo, which seem to be just what I am looking +for. Tested it with my problematic Timmy Time DVD, and it succeeded +creating a ISO image. The git source built and installed just fine in +Squeeze, so I guess this will be my tool of choice in the future.