Not mpegs. Just making a CD image from files on the HD.
+ Reply to Thread
Results 1 to 6 of 6
-
If it's all just data files you can get the same end result and a smaller file by creating an ISO image instead. Most CD authoring software can create an ISO image, or you can use mkisofs. If you really must have it as a bin/cue your options are more limited, but I think fireburner can do it.
-
mkisofs is a UNIX command-line program that's been ported to Windows, like cdrdao and vcdimager. If you're not very familiar with CD-ROM authoring you probably want to look for something else. The included documentation is the final authority on how to use it, but you probably want something like this:
Code:mkisofs -r -T -J -V cdname -o image.iso sourcedirectory
-
A quick Google search reveals that mkisofs is a part of the cdrtools package.
http://www.fokus.fhg.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
Similar Threads
-
cue and bin files
By natty in forum Newbie / General discussionsReplies: 2Last Post: 21st Jun 2011, 15:25 -
extracting the bin/cue from .oo1,.002 etc files
By belwas in forum Newbie / General discussionsReplies: 5Last Post: 7th Jan 2010, 00:59 -
Having trouble with .bin/.cue files
By UncleBose in forum Software PlayingReplies: 8Last Post: 12th Jan 2008, 06:06 -
Create browsable copy of a website on my hard drive (Tool)
By retroborg in forum Off topicReplies: 4Last Post: 29th Aug 2007, 07:06 -
What files/settings do I need for bin/cue
By Choppa in forum Authoring (VCD/SVCD)Replies: 9Last Post: 23rd Jun 2007, 21:29