LinuxCommandLibrary

bchunk

Convert CD images to a set of `.iso` and `.cdr` tracks.

TLDR

Convert binary CD into a standard iso9960 image file

$ bchunk [path/to/image.bin] [path/to/image.cue] [path/to/output]
copy


Convert with verbose mode
$ bchunk -v [path/to/image.bin] [path/to/image.cue] [path/to/output]
copy


Output audio files in WAV format
$ bchunk -w [path/to/image.bin] [path/to/image.cue] [path/to/output]
copy

Copied to clipboard