How can I convert an iso cd image to bin/cue format on a mac? I did some Googling, but couldn't find a solution, ended up having to use some freeware tool for windows in a VM :/

link|improve this question
1  
If anyone found this post because they were trying to do the reverse (convert bin/cue to an iso) take a look here: jamesnsears.com/2007/04/convert_bin_cue_iso_on_mac_osx.php Worked for me. You can download bchunk and run "bchunk problemimage.bin problemimage.cue convertedimage.iso" – username Nov 23 '09 at 13:34
feedback

4 Answers

LiquidCD can write CUE/BIN files. The process would be the same as actually creating an image from the disc.

  • Mount ISO image on the Mac
  • Point LiquidCD to the Mounted Image
  • Write CUE/BIN File

I did this before to convert an ISO to a DMG.

link|improve this answer
The iso image I'm converting also contains some CD audio tracks. Will they be converted as well with this method? – Mike Akers Jul 15 '09 at 14:48
You will have to test and try, I am not sure. LiquidCD however does support extracting Music so it might be able to. I hardly ever deal with Audo CD's – Diago Jul 15 '09 at 15:10
feedback

Toast Titanium will do it, but its by no means free.

There's a handy little command line tool to do BIN/CUE -> ISO, but I can't find one to do the reverse.

link|improve this answer
1  
+1 ...that's what I was trying to do. Works great. – username Nov 23 '09 at 13:36
feedback

FYI, Disk Utility built into OS X can burn .ISO files natively. Just select 'Burn' from the toolbar in Disk Utility and choose your .ISO file and Disk Utility will burn it, all without additional software

link|improve this answer
feedback

PowerISO has a Mac command line utility for converting between ISO, BIN, DAA, and other formats.

http://www.poweriso.com/poweriso-1.3-osx.tar.gz

poweriso convert input.img -o output.bin -ot bin

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.