VOGONS


First post, by x86++

User metadata
Rank Newbie
Rank
Newbie

Attached is bchunk.exe for Windows (mingw32 libraries may be required). It processes a cue/bin image to wav files (assuming redbook audio):
bchunk.exe -w <image.bin> <image.cue> <basename>

Where the basename is the user specified audio file name which is appended with a track number. A patch file is included in the archive, but it isn't necessary unless building it from original source v1.2.0: http://he.fi/bchunk/.

To encode wav to another format, such as ogg music files:
download ffmpeg:
http://ffmpeg.zeranoe.com/builds/win32/static … win32-static.7z

encode wav files to ogg via bash shell
for i in *.wav; do ffmpeg.exe -i $i -acodec libvorbis -b:a 320k `basename $i .wav`.ogg;done

Reply 1 of 3, by dr.zeissler

User metadata
Rank l33t
Rank
l33t

Does it have any other use, then extracting WAV-Files out of Images?

Retro-Gamer 😀 ...on different machines

Reply 2 of 3, by gdjacobs

User metadata
Rank l33t++
Rank
l33t++

IIRC, it extracts the ISO as well.

All hail the Great Capacitor Brand Finder

Reply 3 of 3, by RoyBatty

User metadata
Rank Oldbie
Rank
Oldbie

Just mount the image and use EAC.