From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 28 22:03:21 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E67116A400 for ; Thu, 28 Jun 2007 22:03:21 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out12.ilk.de [194.121.104.12]) by mx1.freebsd.org (Postfix) with ESMTP id AFFB413C457 for ; Thu, 28 Jun 2007 22:03:20 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool10.ka.ilk.net [212.86.194.10]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id l5SLNW7q018600; Thu, 28 Jun 2007 23:23:32 +0200 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.4+Sun/8.13.4) with ESMTP id l5SLKpJb010784; Thu, 28 Jun 2007 23:20:51 +0200 (CEST) Message-ID: <46842749.2060100@smo.de> Date: Thu, 28 Jun 2007 23:25:29 +0200 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070525 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Gore Jarold References: <283475.71866.qm@web63009.mail.re1.yahoo.com> In-Reply-To: <283475.71866.qm@web63009.mail.re1.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: command line only cd and dvd ISO ripping ... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 22:03:21 -0000 Gore Jarold wrote: [ripping CDs...] That part has already been answered... ;-) > Second, I'd like to do the same thing with my DVDs - > that is, archive them to a single ISO file that > represents the entire DVD - without losing one single > bit. > > The difficulty here is that, in addition to a good > command line to produce the ISO (not sure what that > is, yet) I also need to incorporate decss in that > command line in order to decrypt the DVD on its way to > the iso file. > > I see that there is a /usr/ports/multimedia/libdvdcss, > but that is just a library - are there any command > line utilities that incorporate libdvdcss that I can > pipeline in a normal unix command to generate my > desired DVD ISO ? Take a look at sysutils/dvdbackup. It copies the entire structure of (Video-)DVD 1:1 to disk. You can then build an ISO with mkisofs. For example: mkisofs -dvd-video -o $file.iso $your_ripped_stuff/ HTH, Philipp -- www.familie-ost.info/~pj