VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Not mpegs. Just making a CD image from files on the HD.
    Quote Quote  
  2. Member
    Join Date
    Jun 2002
    Location
    MO, US
    Search Comp PM
    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.
    Quote Quote  
  3. Iso is okay. How do I use mkisofs???
    Quote Quote  
  4. Member
    Join Date
    Jun 2002
    Location
    MO, US
    Search Comp PM
    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
    That will create an ISO9660+RR/Joliet hybrid image, so you'll get long filenames on recent Windows systems and retain basic compatibility with other systems. Current versions of mkisofs can also create hybrid images containing HFS or Apple ISO9660 extensions for better Mac compatibility if you're making a cross-platform CD and want file types/creators to be right.
    Quote Quote  
  5. Does it have a web page?
    Quote Quote  
  6. Member
    Join Date
    Jun 2002
    Location
    MO, US
    Search Comp PM
    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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!