diff --git a/pages/linux/bchunk.md b/pages/linux/bchunk.md new file mode 100644 index 000000000..0e37a1301 --- /dev/null +++ b/pages/linux/bchunk.md @@ -0,0 +1,16 @@ +# bchunk + +> Convert CD images to a set of `.iso` and `.cdr` tracks. +> More information: . + +- 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}}`