Gentoo Archives: gentoo-user

From: KH <gentoo-user@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [solved] [gentoo-user] burning a dvd+r dl - when trying to play: a52: CRC check failed!
Date: Fri, 03 Oct 2008 18:56:56
Message-Id: 48E66AF2.3060100@konstantinhansen.de
In Reply to: Re: [gentoo-user] burning a dvd+r dl - when trying to play: a52: CRC check failed! by Stroller
1 Stroller schrieb:
2 >
3 > On 2 Oct 2008, at 11:22, KH wrote:
4 >> ...
5 >> I am trying to capy a DVD. Somewhere it does not work as I want it. What
6 >> I did until now:
7 >>
8 >> #mplayer dvd://
9 >> #dd if=/dev/cdrom of=~/folder/moviedvd.iso
10 >> #mplayer -dvd-device ~/folder/moviedvd.iso dvd://
11 >
12 > I think that mplayer may be running DeCSS on the iso, but you're
13 > writing a scrambled image to the disk. I'm really sure that you can't
14 > copy a region-locked disk using `dd` as you describe.
15 >
16 > Can you try running something like (from my Bash history):
17 > $ vobcopy -m
18 > $ mkisofs -dvd-video -o fargo.iso FARGO_16X9
19 >
20 > Stroller.
21 >
22 >
23 Thanks for this idea. What I did was the following:
24
25 as root:
26 # mount -t iso9660 -o loop,user /home/me/folderone/themovie.iso
27 /home/me/scratch/mountpunkt/
28 # vobcopy -m -i ~/scratch/mountpunkt/
29 # mkisofs -dvd-video -o themovie_new.iso THEMOVIE/
30 # cdrecord -dao -v -gracetime=3 -dev=/dev/cdrom1 scratch/themovie_new.iso
31
32 This seems to work. Perfect!

Replies

Subject Author
Re: [solved] [gentoo-user] burning a dvd+r dl - when trying to play: a52: CRC check failed! Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)