Skip to content

Instantly share code, notes, and snippets.

@Telematica
Created February 16, 2020 01:09
Show Gist options
  • Save Telematica/b322881444daaef1427a4cedcf259d7c to your computer and use it in GitHub Desktop.
Save Telematica/b322881444daaef1427a4cedcf259d7c to your computer and use it in GitHub Desktop.
bin/cue files to .iso / .wav file
# https://superuser.com/questions/70070/how-to-mount-a-bin-file-on-a-mac
# https://apple.stackexchange.com/questions/12812/mounting-cue-bin-files
# Installation
brew install bchunk
port install bchunk
# Create iso or wav files
bchunk image.bin image.cue image.iso
bchunk -w image.bin image.cue image.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment