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>
pull/23/head
4G3NT 2023-06-18 10:46:56 -07:00 committed by GitHub
parent d768c7e33b
commit fd32e0de3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/linux/bchunk.md Normal file
View File

@ -0,0 +1,16 @@
# 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}}`