From owner-freebsd-questions@FreeBSD.ORG Mon Dec 3 03:09:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC01816A418 for ; Mon, 3 Dec 2007 03:09:15 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id A010613C46B for ; Mon, 3 Dec 2007 03:09:15 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so5094928waf for ; Sun, 02 Dec 2007 19:09:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=TlfgJC8Z2p6kKEIWe0AHXo6PJajHi9s9XTl6KzmFpi0=; b=Lxh9cxpBZvPcq738rXLXiV6f2JjdxoKcE2sHV2nQRszDOZQr3nKMFsFEiZHfUwQ8tdHFAe5duqYkeV9ZT4G+dLgqIzCGET81ZlzYcGU23uRGT0EvgxMzVqJrJF76rh30UgWlGpqyGoXsFFj3vPwEr1dbSsmvXAXCYf46jrkqSxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Oitzw63g7kxQpnfxEK6VMkTMN/2kDOciIeu6YO4xkHUF89WWYpjnFdkJycvbi6TMxOlZlYD11fgFQWwm6QJ2zm8Lv9yJj5OTR8WiGVDyKBn0JRAr6ayBqayOKLJGqt13W+prlBirsDVloPhsR0pNLkeLlQfTCtPa4xRIoxV0Jk0= Received: by 10.114.107.19 with SMTP id f19mr4421wac.1196649767639; Sun, 02 Dec 2007 18:42:47 -0800 (PST) Received: by 10.115.91.9 with HTTP; Sun, 2 Dec 2007 18:42:47 -0800 (PST) Message-ID: <87f7f4170712021842r4336f596x7ce599e6f6a22740@mail.gmail.com> Date: Sun, 2 Dec 2007 21:42:47 -0500 From: "Jeremy Gransden" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with mkisofs -dvd-video 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: Mon, 03 Dec 2007 03:09:15 -0000 HI List, What is the correct procedure to create a dvd-video iso. I have tried the following and receive an error: [jeremy@icipher ~]$ mkisofs -dvd-video -o ~/develip.iso -R ~/develop_spin/ Using PSA07000.VOB;1 for /PSA074781-2.VOB (PSA074781-1.VOB) mkisofs: Unable to make a DVD-Video image. [jeremy@icipher ~]$ I searched google and did not find much of information. I read several articles about the case of the file names, but my files are uppercase as they suggested. I can create iso's without the -dvd-video switch, but not with. I also saw a suggestion to use the development version of cdrtools, but I get the same results. Any suggestions are much appreciated. thanks, Jeremy