aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 97fa8146d5189ba2b8ce0aecf427a2b663339cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
miragextract

Extracts data and audio tracks from any CD image supported by libmirage.

One day, it will work like this:

Usage: miragextract [-t track] [-b basename] [-f cdda|wav|ogg|flac] image-file

-t takes a track number, and extracts only that one track. Default
behaviour is to extract all tracks.

-b sets the basename for the output files. Default is 'track'.

-f sets the format and filename extension for the output files. Default is
'wav'. "cdda" files are raw CD audio samples.

Output files will be named e.g. track01.wav, track02.wav.

Requires libmirage >= 3.0.0 and libsndfile (tested with 1.0.26, other
versions should work).