Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
bchunk_1.2.0 | Description: | CD image conv. from bin/cue to iso/cdr | Download: | bchunk_1.2.0-i386-aros.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 32kb | Version: | 1.2.0 | Date: | 15 Apr 14 | Author: | Heikki Hannikainen | Submitter: | Miloslav Martinka | Requirements: | ABIv0 - i386 | Category: | utility/misc | License: | Other | Distribute: | yes | FileID: | 1383 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 245 (Current version) | | 245 (Accumulated) | Votes: | 1 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] binchunker for Unix, version 1.2.0
Copyright (C) 1998-2004 Heikki Hannikainen <hessu()hes.iki.fi>
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.
|