Random notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
cdemu/gcdemu will allow mounting the image in a way where audio ripping software like Asunder recognises the audio tracks correctly | cdemu/gcdemu will allow mounting the image in a way where audio ripping software like Asunder recognises the audio tracks correctly | ||
<code>bchunk</code> allows direct extraction, e.g. <code>bchunk -w image.bin image.cue [basefilename]</code> | <code>bchunk</code> allows direct extraction, e.g. <code>bchunk -w image.bin image.cue [basefilename]</code> will create an .iso file with the data contents and .wav files for each audio track. | ||
Revision as of 22:04, 8 May 2022
Extracting data/audio from a hybrid CD's bin/cue image
On linux:
cdemu/gcdemu will allow mounting the image in a way where audio ripping software like Asunder recognises the audio tracks correctly
bchunk allows direct extraction, e.g. bchunk -w image.bin image.cue [basefilename] will create an .iso file with the data contents and .wav files for each audio track.