M HYPE SPLASH
// updates

Ripping DVDs with menu

By Emma Valentine

I used this answer and have ripped a DVD to back it up using dvd::rip. Although it doesn't seem to actually rip the menu, it does rip everything as a seperate file, which is what I would expect and is obviously fine.

However, it only seems to ripping in to .vob format (I have set it to go to .avi). Also, it is ripping in to files that are 22 minutes long (This does not relate to chapters on the dvd at all).

I am quite sure I have followed the manual, thought I don't know how up to date it is. If there are any very easy tools to "glue" together the files then that would also be good.

1 Answer

The Ubuntu forums had a few solutions after I asked here -

In particular ripping the whole iso, using

dd if=/dev/dvd of=/path/dvd.iso

seems to do exactly what I wanted

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy