Vcdgear - extracts .mpeg video from .bin files! (CLI)

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
User avatar
banger0250
Posts: 44
Joined: Thu 12 Aug 2010, 20:23
Location: Rothwell,Brisbane,Qld,AU

Vcdgear - extracts .mpeg video from .bin files! (CLI)

#1 Post by banger0250 »

I had some .bin/.cue files ripped of dvd's i needed to convert extract or what ever. I found this CLI program, VCDGEAR. Just download the .tar.gz from this site extract it and run.http://www.vcdgear.com/index.html
Run it with this command or similar

Code: Select all

./vcdgear -cue2mpg "/root/Videos/matrix.cue" matrix.mpg
Use quotation marks ("") around a location with spaces or special characters.
Type just

Code: Select all

./vcdgear
to read the --help file.
Taking pup for a walk

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#2 Post by darkcity »

nice find, added to cli list on wiki ; -)

http://puppylinux.org/wikka/CommandLinePrograms

Post Reply