From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RcmET-0000t9-4k for garchives@archives.gentoo.org; Mon, 19 Dec 2011 23:02:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D7F021C125; Mon, 19 Dec 2011 23:02:43 +0000 (UTC) Received: from mail-ww0-f41.google.com (mail-ww0-f41.google.com [74.125.82.41]) by pigeon.gentoo.org (Postfix) with ESMTP id 3757A21C059 for ; Mon, 19 Dec 2011 23:01:31 +0000 (UTC) Received: by wgbdt12 with SMTP id dt12so7712874wgb.4 for ; Mon, 19 Dec 2011 15:01:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=JO6LOA5tRcZ2QaeES8vuxvGhyHn4JTnFGL9Z5EB6dWE=; b=eYUyJyB9sEadFT/jA73CvWu2ryNRHdUBgg0L3njmnhC/4/rS06jO1hO9dB0iCKx2od 2TPSPut7flna3ype3BEYFGnpQ+CHTFmAArCeTpABMxT8rRexAqtOv3SeHSdCVAXT6ULl bXDR1FtOMjp3bIRlCUuW1hbJ+ruOG6a06ZUuA= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.91.201 with SMTP id cg9mr2780551wib.15.1324335691123; Mon, 19 Dec 2011 15:01:31 -0800 (PST) Received: by 10.223.160.73 with HTTP; Mon, 19 Dec 2011 15:01:31 -0800 (PST) In-Reply-To: <4EEFBD5C.6030308@gmail.com> References: <4EEFBD5C.6030308@gmail.com> Date: Mon, 19 Dec 2011 15:01:31 -0800 Message-ID: Subject: Re: [gentoo-user] DVD gives error but works fine From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1b804da1-ab65-4368-b7bc-a25c3bd4da9c X-Archives-Hash: 70d9898f7a9a98725fd4e1094c2c5b77 On Mon, Dec 19, 2011 at 2:40 PM, Dale wrote: > > This is mostly for Joerg Schilling since he is the list guru for ALL thin= gs > DVD but others with nice answers can reply too. =C2=A0;-) =C2=A0 Anyway. > > I have been making movie DVDs. =C2=A0Yea, I figured it out. =C2=A0It took= a while too. > =C2=A0Thing is, when I get ready to burn the DVD, I put in a nice shiney = new > DVD+RW that is made by Memorex. =C2=A0I then tell k3b to burn the image. = =C2=A0It does > its preformat thing then pops up a error that it failed. =C2=A0Nothing mo= re than > that that I can see. =C2=A0It also spits the DVD out. =C2=A0I click load = and it goes > back in and finishes the burn normally and I might add that I have played > several of these DVDs and they work fine. > > Since it burns fine and works in the end, why does it give me this error? > =C2=A0Some info: > > root@fireball / # equery list *cdr* > =C2=A0* Searching for *cdr* ... > [IP-] [ =C2=A0] app-cdr/cdrdao-1.2.3-r1:0 > [IP-] [ =C2=A0] app-cdr/cdrtools-3.01_alpha06:0 > [IP-] [ =C2=A0] virtual/cdrtools-0:0 > root@fireball / # equery list *k3b* > =C2=A0* Searching for *k3b* ... > [IP-] [ =C2=A0] app-cdr/k3b-2.0.2-r1:4 > root@fireball / # > > [ebuild =C2=A0 R =C2=A0 ~] app-cdr/cdrtools-3.01_alpha06 =C2=A0USE=3D"uni= code -acl" 1,980 kB > [ebuild =C2=A0 R =C2=A0 =C2=A0] app-cdr/k3b-2.0.2-r1 =C2=A0USE=3D"dvd enc= ode ffmpeg flac handbook > mad vcd vorbis wav (-aqua) -debug -emovix (-kdeenablefinal) -lame -musepa= ck > -musicbrainz -sndfile -sox -taglib" LINGUAS=3D"-ast -be -bg -ca -ca@valen= cia > -cs -csb -da -de -el -en_GB -eo -es -et -eu -fi -fr -ga -gl -he -hi -hne = -hr > -hu -is -it -ja -km -ko -ku -lt -mai -nb -nds -nl -nn -oc -pa -pl -pt -pt= _BR > -ro -ru -se -sk -sl -sv -th -tr -uk -zh_CN -zh_TW" 12,533 kB > > > Ideas? =C2=A0I checked the logs and I don't see anything except the burn = itself. > > Dale > Hi Dale, We're operating in parallel today but using different tools. OK, based on Stroller's responses to my DVD Movie backup thread (or whatever it was called) I'm trying out dvdbackup + mkisofs + growisofs. So far the best (as measured by my ease of getting through it) web site I found was an Arch Wiki page: https://wiki.archlinux.org/index.php/Dvdbackup From this I got 4 basic commands to try out: 1) Grab the data off the disc backing up everything dvdbackup -i /dev/dvd -o . -M 2) Create an iso image: mkisofs -dvd-video -udf -o ./dvd.iso ./MOVIE_NAME 3) Test that the iso works: mplayer dvd:// -dvd-device ./dvd.iso 4) Write the iso to a DVD disc: growisofs -Z /dev/dvd=3Ddvd.iso So far I've had very mixed results, but it's early days: 1) The first movie I tried produced a black screen in mplayer with no audio and a number of messages telling me to file a bug report. 2) The second movie produced good results in mplayer but the iso file itself is bigger than 6GB implying to me that maybe it's dual layer or something else I haven't figured out yet. Anyway, maybe we can keep each other updated (on list of off, either is fine with me) about our progress. - Mark