From fd32e0de3a1f7c39d2587e0ead8baf7567a14065 Mon Sep 17 00:00:00 2001 From: 4G3NT <76431337+4G3NT@users.noreply.github.com> Date: Sun, 18 Jun 2023 10:46:56 -0700 Subject: [PATCH] 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 --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- pages/linux/bchunk.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/bchunk.md diff --git a/pages/linux/bchunk.md b/pages/linux/bchunk.md new file mode 100644 index 000000000..0e37a1301 --- /dev/null +++ b/pages/linux/bchunk.md @@ -0,0 +1,16 @@ +# bchunk + +> Convert CD images to a set of `.iso` and `.cdr` tracks. +> More information: . + +- 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}}`