How to convert Bin/Cue into ISO on Mac OSX

Bin/Cue is not so popular as compare to other format like ISO. And on MAC, you can not mount the Bin/Cue directly, so the solution is only convert Bin/Cue file into the ISO format, for which it can easily be mounted.

There are two soft wares can do that for you: Toast Titanium & BinChunker

1. Using Toast Titanium

(I’m using version 11)

- Right click on the file and open with Toast

open-bin-cue-with-toast

- Choose File -> Save as Disc Image

save-as-disc-image-with-toast

- Name the Disc Image

name-disc-image-toast

- Save the file, change .toast extension to .iso extension

convert-bin-cue-to-iso-toast-titanium

- DONE

2. Using BinChunker

This assuming you have MacPorts installed

- Open terminal

- Install BinChunker

sudo port install bchunk

- Convert the Bin/Cue file to ISO

bchunk /path/to/bin/file/file_name.bin /path/to/cue/file/file_name.cue /path/to-output/file/file_name.iso

Related posts:

Share

About number.0