Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2004 22:56:12 -0400
From:      Randy Pratt <rpratt1950@earthlink.net>
To:        Drew Tomlinson <drew@mykitchentable.net>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: VCDGear Doesn't Extract MPEG
Message-ID:  <20040707225612.1fc4940e.rpratt1950@earthlink.net>
In-Reply-To: <40EC11C2.6020504@mykitchentable.net>
References:  <40EC11C2.6020504@mykitchentable.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 07 Jul 2004 08:07:46 -0700
Drew Tomlinson <drew@mykitchentable.net> 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


-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040707225612.1fc4940e.rpratt1950>