Skip to content

Commit

Permalink
bchunk: add page (tldr-pages#10386)
Browse files Browse the repository at this point in the history
* bchunk: add page

* bchunk: fix error

* bchunk: fix mistakes

* bchunk: apply suggestions

Co-authored-by: Lena <[email protected]>

* bchunk: apply suggestion

Co-authored-by: K.B.Dharun Krishna <[email protected]>

---------

Co-authored-by: Lena <[email protected]>
Co-authored-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
3 people authored Jun 18, 2023
1 parent d768c7e commit fd32e0d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/linux/bchunk.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit fd32e0d

Please sign in to comment.