2025-03-14 21:59:59 -06:00
|
|
|
# bchunk
|
|
|
|
|
|
|
|
|
|
> Convert CD images to a set of `.iso` and `.cdr` tracks.
|
2025-07-24 22:27:13 -06:00
|
|
|
> More information: <https://manned.org/bchunk>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|