From owner-freebsd-multimedia@FreeBSD.ORG Thu Jul 8 02:53:44 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E98016A4CE for ; Thu, 8 Jul 2004 02:53:44 +0000 (GMT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478BB43D1D for ; Thu, 8 Jul 2004 02:53:44 +0000 (GMT) (envelope-from rpratt1950@earthlink.net) Received: from fl-69-69-7-167.dyn.sprint-hsd.net ([69.69.7.167] helo=kt.weeble.com) by turkey.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1BiP2X-0002p7-00; Wed, 07 Jul 2004 19:53:37 -0700 Date: Wed, 7 Jul 2004 22:56:12 -0400 From: Randy Pratt To: Drew Tomlinson Message-Id: <20040707225612.1fc4940e.rpratt1950@earthlink.net> In-Reply-To: <40EC11C2.6020504@mykitchentable.net> References: <40EC11C2.6020504@mykitchentable.net> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org Subject: Re: VCDGear Doesn't Extract MPEG X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 02:53:44 -0000 On Wed, 07 Jul 2004 08:07:46 -0700 Drew Tomlinson wrote: > I've installed the VCDGear 1.6d port on FBSD 4.9. When using the > -cue2mpg option, I get this error: > > ERROR: Could not find MPEG stream in CD_Image_File_CD1.cue > > Yet if I use the latest Windows GUI version (3.55), the mpeg is > extracted without error. Here's my .cue file: > > blacklamb# cat CD_Image_File_CD1.cue > FILE "CD_Image_File_CD1.bin" BINARY > TRACK 01 MODE2/2352 > FLAGS DCP > INDEX 01 00:00:00 > TRACK 02 MODE2/2352 > FLAGS DCP > INDEX 00 00:07:15 > INDEX 01 00:09:15 > INDEX 02 15:49:49 > INDEX 03 31:43:32 > INDEX 04 44:04:22 > INDEX 05 56:43:62 > > I suspect this is a bug in the older FBSD version? Has anyone else > experienced this problem? Any known workarounds? > > Thanks, > > Drew I've used "vcdxrip" to extract mpegs from bin files: vcdxrip -b CD_Image_File_CD1.bin Its part of the multimedia/vcdimager tools. It will extract to avseq01.mpg or some such name, but it will be the original format. You'll be able to tell by the size and using "mpginfo". HTH, Randy --