Short: CD image conv. from bin/cue to iso/cdr Author: Heikki Hannikainen, MorphOS port by Bruno Peloille Uploader: Bruno Peloille (beworld@sfr.fr) Type: disk/cdrom Version: 1.2.2 Architecture: ppc-morphos >=3.13 binchunker for Unix, version 1.2.2 Copyright (C) 1998-2004 Heikki Hannikainen Enhancements provided by: Colas Nahaboo , 1999 Godmar Back , 2001 Matthew Green , 2003 Piotr Kaczuba , 2009 Reuben Thomas , 2008 Yegor Timoshenko , 2017 binchunker converts a CD image in a ".bin / .cue" format (sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The bin/cue format is used by some non-Unix cd-writing software, but is not supported on most other cd-writing programs. The .iso track contains an ISO file system, which can be mounted through a loop device on Linux systems ('mount track.iso /mnt/cdrom -o loop=/dev/loop0,blocksize=1024'), or written on a CD-R using cdrecord. The .cdr tracks are in the native CD audio format. They can be either written on a CD-R using cdrecord -audio, or converted to WAV (or any other sound format for that matter) using sox ('sox track.cdr track.wav'). Audio tracks can be written in WAV format by using the -w switch. Compiled with MorphOS 3.12 - GCC 9