From owner-freebsd-multimedia@FreeBSD.ORG Sat May 3 08:09:51 2003 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 1602537B401 for ; Sat, 3 May 2003 08:09:51 -0700 (PDT) Received: from grouse.mail.pas.earthlink.net (grouse.mail.pas.earthlink.net [207.217.120.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A72B43F85 for ; Sat, 3 May 2003 08:09:50 -0700 (PDT) (envelope-from rpratt1950@earthlink.net) Received: from user223.net726.fl.sprint-hsd.net ([65.41.147.223] helo=k6-2.weeble.com) by grouse.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 19Bydu-0003Ux-00; Sat, 03 May 2003 08:09:38 -0700 Date: Sat, 3 May 2003 11:11:05 -0400 From: Randy Pratt To: Pat Lashley Message-Id: <20030503111105.6f0f9bc6.rpratt1950@earthlink.net> In-Reply-To: <2663460000.1051948434@mccaffrey.phoenix.volant.org> References: <20030502181806.08e55b65.rpratt1950@earthlink.net> <20030502222229.GB21232@cnd.mcgill.ca> <20030502185341.7ffbf72d.rpratt1950@earthlink.net> <2663460000.1051948434@mccaffrey.phoenix.volant.org> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org Subject: Re: Extracting from a .bin file 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: Sat, 03 May 2003 15:09:51 -0000 On Sat, 03 May 2003 00:53:55 -0700 Pat Lashley wrote: > --On Friday, May 02, 2003 18:53:41 -0400 Randy Pratt > wrote: > > > On Fri, 2 May 2003 18:22:29 -0400 > > Mathew Kanner wrote: > > > >> On May 02, Randy Pratt wrote: > >> > I've tried several things (transcode, ffmpeg, vcdgear) but can't seem > >> > to hit on the right combination of things to make it happen. > >> > >> Can you play it with mplayer (in the ports)? > > > > I've been successful in playing .bin files that do not contain vorbis > > audio but this one will not play with mplayer. > > > > The only other information I have is from the .cue and .toc files: > > A .bin with an accompanying .cue is the output from a popular Windows > CD-ripping program. You can use bchunk (/usr/ports/sysutils/bchunk) > to convert it into an .iso file that can either be burned onto a CD > or mounted using vnconfig. I've tried using bchunk and it does create a .iso image: Reading the CUE file: Track 1: MODE2/2352 01 00:00:00 (startsect 0 ofs 0) Track 2: MODE2/2352 01 00:22:56 (startsect 1706 ofs 4012512) Writing tracks: 1: movie01.iso mmc sectors 0->1706 (1707) mmc bytes 0->4012511 (4012512) sector data at 24, 2048 bytes per sector real data 3495936 bytes 3/3 MB [********************] 100 % 2: movie02.iso mmc sectors 1706->357544 (355839) mmc bytes 4012512->840943488 (836930977) sector data at 24, 2048 bytes per sector real data 728758272 bytes 694/694 MB [********************] 100 % Things look as if they went well, but when trying to mount: vnconfig -c -v vn0 movie-02.iso /dev/vn0: 0 bytes on movie02.iso mount_cd9660 /dev/vn0 /mnt cd9660: /dev/vn0: Invalid argument Either this .bin file is corrupt or isn't what it appears to be. Thanks Randy