From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GXg7X-0000Cj-2G for garchives@archives.gentoo.org; Wed, 11 Oct 2006 15:35:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9BFVsfH004758; Wed, 11 Oct 2006 15:31:54 GMT Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9BFOnb3023313 for ; Wed, 11 Oct 2006 15:24:49 GMT Received: by wr-out-0506.google.com with SMTP id 67so44579wri for ; Wed, 11 Oct 2006 08:24:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NmbGG+OV3lPUGOfjmLWSRePNZ3OvPzmH1W/ABqxerHi868rurXPJ9fszZ0vvvhnuEoEyInGBfXwGwokjNKxz2z37WCiCelMgt26A0c9kTnQgA1BMHlW79dPz1U6JIc4QanV6hKkTdigFPYSiuwHZWgWkYUu02AzG7DyAzq79jJA= Received: by 10.90.78.1 with SMTP id a1mr486156agb; Wed, 11 Oct 2006 08:24:48 -0700 (PDT) Received: by 10.90.54.10 with HTTP; Wed, 11 Oct 2006 08:24:48 -0700 (PDT) Message-ID: <49bf44f10610110824u5364ad40rac4086c8c90023f@mail.gmail.com> Date: Wed, 11 Oct 2006 08:24:48 -0700 From: Grant To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] {OT} dvdrip permissions error, alternative? In-Reply-To: <20061010215313.0a0e0397@krikkit.digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10610050957q6a1758apded3e4b5ffce987@mail.gmail.com> <20061009100237.3d598df4@krikkit.digimed.co.uk> <49bf44f10610090755k65e772e0jf1677c65694240ad@mail.gmail.com> <20061009161657.30b14684@hactar.digimed.co.uk> <49bf44f10610090942v732db493l5741893da96f80a3@mail.gmail.com> <20061009190703.3fd2226c@krikkit.digimed.co.uk> <49bf44f10610091708y237251f4p922a46bfa19a3e47@mail.gmail.com> <20061010092847.35e25270@hactar.digimed.co.uk> <49bf44f10610100859s64e6d680kd0c9c7f117bcaf2a@mail.gmail.com> <20061010215313.0a0e0397@krikkit.digimed.co.uk> X-Archives-Salt: 9f15828a-a8a6-4d2c-93eb-0b235afaf47f X-Archives-Hash: d5b84558e5b3f78191f0b35b5109c927 > > > mount /dev/dvd > > > TITLE=$(vobcopy -I 2>&1 | awk '/DVD-name:/ {print $3}') > > > vobcopy -m || exit > > > mkisofs -dvd-video -V ${TITLE} -o ${TITLE}.iso ${TITLE} || exit > > > rm -fr ${TITLE} > > > umount /dev/dvd > > > > Thanks for the script. I set it up to temporarily use my dd images as > > the source, and it looks like the iso comes out about 13MB smaller > > than the dd image. Does that make sense? > > I guess that could be down to the encryption overhead. > > > Also, mkisofs didn't like -o ${TITLE}.iso and errored with something > > like: > > > '.iso' is an invalid atom > > > > Does ${TITLE}.iso need quotes? > > It shouldn't, because disc names shouldn't include spaces, but it's > probably safest to add them, because shouldn't rarely equals doesn't. The > error looks like it could be caused by a space at the end of the movie > name, although awk should have removed that. I tried using vobcopy to decrypt my "The Life of Mammals" dd images and, strangely, it's not working. vobcopy outputs the same error that dvdbackup did, something about an error cracking the CSS keys, which comes from libdvdcss. VLC plays the post-vobcopy image just fine, but it won't play in totem and mplayer. The weird thing is, vobcopy seemed to decrypt perfectly when working straight from the DVD so that the image could be played in all the players. I don't have the DVD now to test with. I guess I'll just have to do more testing when I can. - Grant -- gentoo-user@gentoo.org mailing list