From owner-freebsd-questions@FreeBSD.ORG Fri Nov 25 03:26:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A81E16A41F for ; Fri, 25 Nov 2005 03:26:52 +0000 (GMT) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5919E43D69 for ; Fri, 25 Nov 2005 03:26:51 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 2AF4531341; Thu, 24 Nov 2005 22:26:49 -0500 (EST) Date: Thu, 24 Nov 2005 22:26:49 -0500 (EST) From: user To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: dvd-ripping to iso on freebsd ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 03:26:52 -0000 Hello, What is a tool I can use on FreeBSD to rip dvd movies to _iso_ ? Every document I see refers to vobcopy, which is not what I want, as I want single-file iso dumps of the dvd. Simply reading the device itself with `dd` (and perhaps piping it to libcss or whatever) is also not acceptable, because I want very much to remove macrovision and prohibited user actions (PUAs / PUOs) as well. I have always used dvd-decryptor under windows and it has worked great, but I would like to just do it in FreeBSD in the shell, with a command line. Thanks.