bchunk icon indicating copy to clipboard operation
bchunk copied to clipboard

BinChunker for Unix / Linux converts .bin / .cue images to .iso and .cdr

Results 13 bchunk issues
Sort by recently updated
recently updated
newest added

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261278

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271285

This PR enables the following: 1. Handle image based on cuesheet FILE definitions. The first parameter is used to select the track or file to convert. Specifying a track will...

- Removed unused mode variable in track_t and unused WAV-header constants. - Moved nested if-statement into a single if-statement and refactored swabaudio part using for-loop as it's more concise and...

Hello, OK, I'm pretty sure nobody understood what I said... I regularly use bchunk to split audio files, according to the related CUE files, with the "-w" parameter : `/usr/bin/bchunk...

Added Apple Xcode project to build (and optionally code-sign chunk using Apple developer/app-store certificates) 1. builds 64bit architectures, 2. Supports Intel X86, X64, Apple M1 architectures - and will build...

no binaries for MacOS are offered, and the only I could find was 32bit build that was not code-signed. So I created an Xcode project for bchunck, and configured it...

This saves us from the trouble of manually renaming the tracks, if the names are already in the .cue file.

Hi! I've complied the software on macOS (High Sierra) without issues, but `make install` doesn't work: ``` jjarava$ make install install -m 755 -s -o root -g root bchunk /usr/local/bin...

Hello. Was very excited to recently discover that bchunk is back under development. This tool has been invaluable for me, so thanks for all you work on this! bchunk has...