1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages/linux/bchunk.md
4G3NT fd32e0de3a
bchunk: add page (#10386)
* 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>
2023-06-18 19:46:56 +02:00

16 lines
460 B
Markdown

# 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}}`