snippetbashTip
bchunk — Convert CD images to a set of `.iso` and `.cdr` tracks. More information: <https://manned.org/bchunk
Viewed 0 times
bchunkcommandimagesandconvertclisetiso
linux
Problem
How to use the
bchunk command: Convert CD images to a set of .iso and .cdr tracks. More information: <https://manned.org/bchunk>.Solution
bchunk — Convert CD images to a set of .iso and .cdr tracks. More information: <https://manned.org/bchunk>.Convert binary CD into a standard iso9960 image file:
bchunk {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}Convert with verbose mode:
bchunk -v {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}Output audio files in WAV format:
bchunk -w {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}Code Snippets
Convert binary CD into a standard iso9960 image file
bchunk {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}Convert with verbose mode
bchunk -v {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}Output audio files in WAV format
bchunk -w {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}Context
tldr-pages: linux/bchunk
Revisions (0)
No revisions yet.