DVD ripping on linux
March 24, 2008 8:04 PM   Subscribe

What do I use on Ubuntu to do exactly what Mac the Ripper does on Mac?

For all my attempts I can't seem to find an answer for this. I want to rip only. I do not want to compress to a smaller size, I do not want to change format.
posted by mzurer to Computers & Internet (10 answers total) 10 users marked this as a favorite
 
I'm guessing Mac the Ripper makes an ISO file from a DVD? In k3b, under "copy dvd," theres a checkbox for "only create image."
posted by duckstab at 8:09 PM on March 24, 2008


You want k9copy.
posted by majick at 8:10 PM on March 24, 2008


Best answer: vobcopy -m also works.
posted by reventlov at 8:19 PM on March 24, 2008 [2 favorites]


Assuming you want the files, not an .iso.
posted by reventlov at 8:19 PM on March 24, 2008


Response by poster: I believe reventlov gets me what I am after with the least fuss... Paradoxically, the GUI's of all the tools I have tried (including dvd::rip, acidrip, and k9copy - I have not tried k3b as the description in the add/remove tool does not even mention dvds!) have only confused me.
posted by mzurer at 8:28 PM on March 24, 2008


What I generally do is: insert the DVD, then close any auto-running movie players, then run the following commands:

lsdvd /dev/dvd
ddrescue /dev/dvd dvd.iso dvd.log

The lsdvd command opens the disc using libdvdcss, thereby feeding the DVD player the proper session keys for further access; the ddrescue command makes a block-for-block copy of it, retrying intelligently if it encounters bad blocks. You can install these commands and their prerequisites using

sudo apt-get install lsdvd gddrescue

and I've written up a procedure for dealing with scratched DVDs here.
posted by flabdablet at 8:45 PM on March 24, 2008 [1 favorite]


Doesn't VLC also rip? Checking...

I use it under Ubuntu and OS X. Just confirmed that it definitely does. Under Ubuntu, add VLC, open it, go to the file menu, select "Wizard", select the option to "Transcode/Save to file", click next and then click choose and select a DVD or file. Or your AV in. Or a streaming video. Really, whatever you want.

In conclusion, VLC is really easy to use, extremely stable and doesn't check DVDs for your country code under OS X. Great piece of software. These other pieces of software are probably great too, I just haven't used them.
posted by christhelongtimelurker at 9:01 PM on March 24, 2008


VLC also dies suddenly if it finds a scratch or error on the DVD, without telling you, so you think the rip has gone fine until you try to play the file and discover only 80% of it's there. Just saying.
posted by Jimbob at 9:30 PM on March 24, 2008


Seeing you're on Ubuntu I would use GnomeBaker. Just go to Tools -> Copy CD/DVD and select 'Only create image'
posted by PenDevil at 1:19 AM on March 25, 2008


Hey - if you have Wine installed you can also just use 'DVD Shrink'. Still the best in my opinion.
posted by tomw at 2:08 AM on October 15, 2008


« Older Guide to Tivoli backup in O'Reilly cookbook style?   |   What's the quote on Lorraine Hansberry's grave? Newer »
This thread is closed to new comments.