mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:02:09 +02:00

* bchunk: add page * bchunk: fix error * bchunk: fix mistakes * bchunk: apply suggestions Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * bchunk: apply suggestion Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
460 B
460 B
bchunk
Convert CD images to a set of
.iso
and.cdr
tracks. More information: http://he.fi/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}}