D
D
Dmitry2010-09-20 00:50:08
linux
Dmitry, 2010-09-20 00:50:08

How to extract audio tracks from ISO disk image in Linux?

The question seems to be stupid and banal, but I did not find a single tool for solving the problem.
cdparanoia only works with real drives.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2010-09-20
@mephisto

I found a solution, "MDF Audio Extracter", a very small utility that does exactly what it needs (I originally had the image in MDF) - pulls out wav-files of tracks that can be encoded further

F
fenrirgray, 2010-09-20
@fenrirgray

If you convert to something, then it should work simply:
flac --channels=2 --sample-rate=44100 --endian=little --bps=16 your_disk.iso -c > your_disk.flac (of course, options are not necessarily )
And if you need the original, that is, cdemu, use it to mount the disk and then cdparanoia will do everything.

G
Gribozavr, 2010-09-20
@gribozavr

<nerd> An
ISO image is called ISO because it contains the file system according to the ISO 9660 standard. This FS does not apply in any way to audio CDs that contain tracks in a different format. Conclusion - you do not have an ISO image :)
</bore>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question