I have been trying to get dvd::rip to work, but I have run into some problems. I have been poking around google and looking through the documentation at dvd::rip - A full featured DVD Ripper GUI for Linux, written in Perl. Forgive me if this is inappropriate, but I thought I would post here, since there seems to be a ton of questions about copying dvds on this forum. I guess my problem is that I don’t know what the hell I’m doing
I have a movie dvd I’m trying to copy (I think what I am doing is legal. If not, it should be.) I was hoping to somehow copy it to my hard drive, and eventually to a dvd. Like, an exact copy of the dvd. I have never really done this before, so I am just sort of feeling my way through.
So I have dvd::rip. My first concern is if I go to ‘debug’ and ‘check dependencies’, I have two that are not met. They are ffmpeg and fping, both listed as non-mandatory. But I don’t understand why they are not met, as both are listed as installed in package manager with better version numbers than recommended. I am a little concerned that maybe the ‘lack’ of ffmpeg is causing problems.
Continuing on, I have read the table of contents of the dvd. I tried to rip title 1, as it is the correct length of the video, so I guess that’s what I want. I can’t rip every title, as they are listed as over 180GB total (why is this?). I get 6 .vod files on my disk, but is stops like 70% of the way through. There is no error message in the log, but the .vod files seem to have all of the movie.
If I go through with the transcode stage using MPEG (is that what I would need to go to a dvd?), it takes over an hour, and at the end there is an error message that pops up in the log:
title #1’ failed with error message:
Command exits with failure code:
Command: execflow -n 19 mplex -f 4 -V -o /home/scott/dvdrip-data/unnamed/avi/001/unnamed-001-%d.mpg /home/scott/dvdrip-data/unnamed/avi/001/unnamed-001.m2v /home/scott/dvdrip-data/unnamed/avi/001/unnamed-001.mpa && echo EXECFLOW_OKOutput: INFO: [mplex] mplex version 1.9.0 (2.2.7 $Date: 2006/02/01 22:23:01 $)
**ERROR: [mplex] Unable to open file /home/scott/dvdrip-data/unnamed/avi/001/unnamed-001.m2v for reading.
Sat Mar 21 22:04:29 2009 Job ‘Multiplex MPEG - title #1’ finished
After this, I get a 2.5 gb file in my avi folder. It has no extension. If I try to play this file, it’s just the sound. It seems to all be there, but is listed as being 45 hours long (just silence once the movie is over).
Argh. This is frustrating! Am I just overlooking something?