Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CLI DVD copy?
Date: Thu, 01 Dec 2011 00:41:13
Message-Id: CAEH5T2NR6SUtX4GP+fECXwT3sf+Xt7yiP93YY_iGRBsrqK3ufA@mail.gmail.com
In Reply to: [gentoo-user] CLI DVD copy? by Mark Knecht
1 On Wed, Nov 30, 2011 at 5:53 PM, Mark Knecht <markknecht@×××××.com> wrote:
2 > I've got 1 DVD that for some reason fails to rip using Handbrake. I
3 > then tried it in dvd::rip and it said it couldn't read the table of
4 > contents. However after all of that the DVD plays fine in xine as well
5 > as on my DVD player so I doubt there is anything truly wrong with the
6 > DVD itself.
7 >
8 > I was considering making a copy of this DVD to keep for bug testing in
9 > the future. I'm wondering how to make a copy of a DVD movie at the
10 > command line? All the things I'm finding in Google point to dvd::rip
11 > or other GUI apps. I tried a simple dd copy, ala
12 >
13 > dd if=/dev/dvd of=Movie.iso
14 >
15 > but that fails also.
16
17 dvdunauthor /dev/dvd
18 (from media-video/dvdauthor)
19
20 or
21
22 vobcopy -m /dev/dvd
23 (from media-video/vobcopy)
24
25 one of those should do the trick