LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bchunk

Convert BIN/CUE CD images to ISO and audio tracks

TLDR

Convert a binary CD image to ISO
$ bchunk [path/to/image.bin] [path/to/image.cue] [path/to/output]
copy
Convert with verbose mode
$ bchunk -v [path/to/image.bin] [path/to/image.cue] [path/to/output]
copy
Output audio files in WAV format
$ bchunk -w [path/to/image.bin] [path/to/image.cue] [path/to/output]
copy

SYNOPSIS

bchunk [options] image.bin image.cue output

DESCRIPTION

bchunk converts CD images in BIN/CUE format to standard ISO 9660 images and audio tracks. It reads the CUE sheet to determine track layout and extracts each track to a separate file.Data tracks are converted to ISO format, while audio tracks can be output as raw CDR audio or WAV files. The output files are named with the specified prefix and numbered sequentially.

PARAMETERS

-v

Verbose mode; display detailed progress information
-w
Output audio tracks as WAV files instead of raw CDR
-r
Raw mode; do not convert data tracks to ISO format
-p
Use PSX (PlayStation) mode for certain disc types
-s
Swap byte order in audio tracks

INSTALL

sudo apt install bchunk
copy
sudo dnf install bchunk
copy
sudo pacman -S bchunk
copy
sudo zypper install bchunk
copy
brew install bchunk
copy
nix profile install nixpkgs#bchunk
copy

CAVEATS

BIN files must match the layout described in the CUE sheet exactly. Multi-session discs may not convert correctly. Some protected or non-standard disc images may fail to convert.

HISTORY

bchunk (BIN/CUE CHunK) was developed as a tool to convert proprietary CD image formats to standard formats usable by CD burning software and emulators.

SEE ALSO

cdrdao(1), wodim(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid