Random notes: Difference between revisions
Jump to navigation
Jump to search
Created page with "=== Extracting data/audio from a hybrid CD's bin/cue image === On linux cdemu/gcdemu will allow mounting the image in a way where ripping software like Asunder recognises the..." |
No edit summary |
||
| Line 1: | Line 1: | ||
=== Extracting data/audio from a hybrid CD's bin/cue image === | === Extracting data/audio from a hybrid CD's bin/cue image === | ||
On linux | On linux: | ||
bchunk allows direct extraction, e.g. | cdemu/gcdemu will allow mounting the image in a way where 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> | |||
Revision as of 21:19, 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 ripping software like Asunder recognises the audio tracks correctly
bchunk allows direct extraction, e.g. bchunk -w image.bin image.cue [basefilename]