On 2002-02-25 09:21, Firby wrote:
Tell me if you get the OS X version of the app to run… I wanted to run it
yup. you have to run it from the terminal. cd to where ever you put it, then type ./VCDGearOSX1.6e (the ./ is important unless it’s in your PATH).
This will give you instructions on how to run it.
VCDGear v1.6e build 082401 coded by Dracore (dracore@home.com)
Usage : VCDGear [options] [@file.lst] inputfile outputfile
Options: -cue2raw -cif2mpg -mpg2raw
-cue2dat -mpg2mpg -mpg2bin
-cue2mpg -nrg2mpg -cif2bin
-raw2dat -mpg2dat -nrg2bin
-raw2mpg -dat2mpg -sfd2mpg
@file.lst (optional) contains list of MPEGs to process
/v:"vol name" a 32-char volume label for cd image output
-track## extract only track ## from a multitrack image
-r#### force read of ####-byte sectors
-w#### force write of ####-byte sectors
-nobumper removes CD-i MPEG sequence bumper
-fix fix broken MPEG blocks during .mpg output
-noinit don't add initial sequence during fix
-nosplit don't split MPEG files based on timecode
-passive process a file but dont write output
-toast generate Toast compatible MPEG files
so if I wanted to convert a dat to a mpg I would type
./VCDGearOSX1.6e -dat2mpg inputfile.dat outputfile.mpg
there is a note that says a graphics port is on it’s way, but for now it is command line only.