Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DVD gives error but works fine
Date: Mon, 19 Dec 2011 23:02:57
Message-Id: CAK2H+ecRjf=EmJF1KDPEgE3=z-EsdE6D8A30Sr=mij7-hjkx1g@mail.gmail.com
In Reply to: [gentoo-user] DVD gives error but works fine by Dale
1 On Mon, Dec 19, 2011 at 2:40 PM, Dale <rdalek1967@×××××.com> wrote:
2 >
3 > This is mostly for Joerg Schilling since he is the list guru for ALL things
4 > DVD but others with nice answers can reply too.  ;-)   Anyway.
5 >
6 > I have been making movie DVDs.  Yea, I figured it out.  It took a while too.
7 >  Thing is, when I get ready to burn the DVD, I put in a nice shiney new
8 > DVD+RW that is made by Memorex.  I then tell k3b to burn the image.  It does
9 > its preformat thing then pops up a error that it failed.  Nothing more than
10 > that that I can see.  It also spits the DVD out.  I click load and it goes
11 > back in and finishes the burn normally and I might add that I have played
12 > several of these DVDs and they work fine.
13 >
14 > Since it burns fine and works in the end, why does it give me this error?
15 >  Some info:
16 >
17 > root@fireball / # equery list *cdr*
18 >  * Searching for *cdr* ...
19 > [IP-] [  ] app-cdr/cdrdao-1.2.3-r1:0
20 > [IP-] [  ] app-cdr/cdrtools-3.01_alpha06:0
21 > [IP-] [  ] virtual/cdrtools-0:0
22 > root@fireball / # equery list *k3b*
23 >  * Searching for *k3b* ...
24 > [IP-] [  ] app-cdr/k3b-2.0.2-r1:4
25 > root@fireball / #
26 >
27 > [ebuild   R   ~] app-cdr/cdrtools-3.01_alpha06  USE="unicode -acl" 1,980 kB
28 > [ebuild   R    ] app-cdr/k3b-2.0.2-r1  USE="dvd encode ffmpeg flac handbook
29 > mad vcd vorbis wav (-aqua) -debug -emovix (-kdeenablefinal) -lame -musepack
30 > -musicbrainz -sndfile -sox -taglib" LINGUAS="-ast -be -bg -ca -ca@valencia
31 > -cs -csb -da -de -el -en_GB -eo -es -et -eu -fi -fr -ga -gl -he -hi -hne -hr
32 > -hu -is -it -ja -km -ko -ku -lt -mai -nb -nds -nl -nn -oc -pa -pl -pt -pt_BR
33 > -ro -ru -se -sk -sl -sv -th -tr -uk -zh_CN -zh_TW" 12,533 kB
34 >
35 >
36 > Ideas?  I checked the logs and I don't see anything except the burn itself.
37 >
38 > Dale
39 >
40
41 Hi Dale,
42 We're operating in parallel today but using different tools.
43
44 OK, based on Stroller's responses to my DVD Movie backup thread (or
45 whatever it was called) I'm trying out dvdbackup + mkisofs +
46 growisofs. So far the best (as measured by my ease of getting through
47 it) web site I found was an Arch Wiki page:
48
49 https://wiki.archlinux.org/index.php/Dvdbackup
50
51 From this I got 4 basic commands to try out:
52
53 1) Grab the data off the disc backing up everything
54
55 dvdbackup -i /dev/dvd -o . -M
56
57 2) Create an iso image:
58
59 mkisofs -dvd-video -udf -o ./dvd.iso ./MOVIE_NAME
60
61 3) Test that the iso works:
62
63 mplayer dvd:// -dvd-device ./dvd.iso
64
65 4) Write the iso to a DVD disc:
66
67 growisofs -Z /dev/dvd=dvd.iso
68
69 So far I've had very mixed results, but it's early days:
70
71 1) The first movie I tried produced a black screen in mplayer with no
72 audio and a number of messages telling me to file a bug report.
73
74 2) The second movie produced good results in mplayer but the iso file
75 itself is bigger than 6GB implying to me that maybe it's dual layer or
76 something else I haven't figured out yet.
77
78 Anyway, maybe we can keep each other updated (on list of off,
79 either is fine with me) about our progress.
80
81 - Mark

Replies

Subject Author
Re: [gentoo-user] DVD gives error but works fine Dale <rdalek1967@×××××.com>
Re: [gentoo-user] DVD gives error but works fine Pandu Poluan <pandu@××××××.info>