1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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>
This commit is contained in:
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

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