If you want to convert.bin or .cue file to ISO, you have to install “bchunk” package using apt-get command.
Install bchunk using the following command:
1 2 3 | sudo apt-get install bchunk<a name="more"></a> |
bchunk Syntax:
1 2 3 | bchunk [-v] [-p] [-r] [-w] [-s] |
Available options:
1 2 3 4 5 6 7 | -v -- Makes binchunker print some more unnecessary messages, which should not be of interest for anyone. -w -- Makes binchunker write audio tracks in WAV format. -s -- Makes binchunker swap byte order in the samples of audio tracks. -p -- Makes binchunker go into PSX mode and truncate MODE2/2352 tracks to 2336 bytes at offset 0 instead of normal 2048 bytes at offset 24. -r -- Makes binchunker output MODE2/2352 tracks in raw format, from offset 0 for 2352 bytes. Good for MPEG/VCD. |
bchunk Example:
1 2 3 | $ bchunk filename.bin filename.cue filename.iso |