Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DVD Movie backups
Date: Fri, 16 Dec 2011 18:03:41
Message-Id: CAK2H+efzRDNS9k1bNkoc9RzPguAPaONo3BboOddmzC43bmyNcA@mail.gmail.com
In Reply to: Re: [gentoo-user] DVD Movie backups by Michael Mol
1 On Fri, Dec 16, 2011 at 9:53 AM, Michael Mol <mikemol@×××××.com> wrote:
2 > On Fri, Dec 16, 2011 at 12:25 PM, Mark Knecht <markknecht@×××××.com> wrote:
3 >> On Fri, Dec 16, 2011 at 9:06 AM, Michael Mol <mikemol@×××××.com> wrote:
4 >>> No; you'll have to decrypt, or do without the encrypted bits.
5 >>>
6 >>> dvdbackup is probably the closest to what you want.
7 >>>
8 >>> On Dec 16, 2011 11:09 AM, "Mark Knecht" <markknecht@×××××.com> wrote:
9 >>>>
10 >>>> For archive purposes is there a simple way for me to make a
11 >>>> bit-for-bit copy retail DVDs I've purchased?
12 >>>>
13 >>>> Assume that I've got the right sort of DVD drive, I guess something
14 >>>> capable of writing dual-layer DVDs.
15 >>>>
16 >>>> Thanks,
17 >>>> Mark
18 >>
19 >> Interesting. So even something that just copies blocks of data, like
20 >> dd, can't be used for that purpose?
21 >>
22 >> I have no interest in tearing apart the DVD in any way. It was more
23 >> about the idea of a fire causing the loss of maybe $15K-$20K
24 >> investment over the years. I can rip all the CDs, keep the ripped
25 >> version here to watch on the computer, and store the DVDs elsewhere,
26 >> but that elimiates (generally) being able to watch special features
27 >> which my wife and kid enjoy.
28 >>
29 >> Thanks for the info.
30 >
31 > I did exactly the same thing a few years ago, but it's been a long,
32 > long time, so my memory on my process is very fuzzy. (It also involved
33 > my first foray into RAID...I've got a couple hundred DVDs!) Go ahead,
34 > count the number of times I qualify something with "IIRC"...
35 >
36 > dvdbackup can recreate the ISO images, IIRC.
37 >
38 > If you run a simple 'dd' on a DVD with encrypted portions, you'll get
39 > I/O errors when it encounters the encrypted pieces. IIRC, some of the
40 > data required to decrypt those portions is on the disc, but it's in an
41 > out-of-the-way portion that won't show up as part of the block device.
42 > IIRC, dvdbackup makes use of libdvdcss to decrypt the encrypted
43 > portions[1], and writes a decrypted version of the data. *this* is why
44 > you can't make a bit-for-bit copy; the output data would be decrypted.
45 >
46 > There are other, later obstacles, too; once CSS was broken, some
47 > content publishers (Bandai USA, for example) would fudge the ISO spec
48 > and the DVD nav specs in ways that didn't break *most* hardware DVD
49 > players, but did tend to break players which strictly adhered to the
50 > standards, such as ffmpeg, vlc and mplayer. It also broke dvdbackup
51 > for me, IIRC, which is why I had to resort to vobcopy in some cases. I
52 > expect the software angle for handling these things has gotten better,
53 > though.
54 >
55 > [1] I don't know how it does it when dd would have hit an I/O error.
56 > Obviously, my understanding of the workings of dvdbackup, dd, DVDs and
57 > CSS encryption is flawed somehow.
58 >
59 > --
60 > :wq
61 >
62
63 Thanks for the info. It makes it a bit clearer as to what's causing
64 the road block vs. the sort of answer Jorg provided this morning which
65 did nothing (as when I asked on the cd-record list a few days ago and
66 the answer there did nothing either) to advance my knowledge on the
67 subject.
68
69 I appreciate the time it took you to respond. Thanks!
70
71 Cheers,
72 Mark