diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-09 19:16:13 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-05-09 19:16:13 -0400 |
commit | 092c409ab70d2c34d87af998d859e2019059131a (patch) | |
tree | 61835153e0afa71e750241d3e1b9c1e97cbd938b /miragextract.html | |
parent | 8dda4bc4f4fdb5d79af90022d44cd0e568b84899 (diff) | |
download | miragextract-092c409ab70d2c34d87af998d859e2019059131a.tar.gz |
autodetect mac .dmg data tracks
Diffstat (limited to 'miragextract.html')
-rw-r--r-- | miragextract.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/miragextract.html b/miragextract.html index 3fe03ad..4066fbb 100644 --- a/miragextract.html +++ b/miragextract.html @@ -416,7 +416,7 @@ also the -n option.</td></tr> <td>Extract only data tracks. Default is to extract all tracks.</td></tr> <tr><td class="option-group"> <kbd><span class="option">-f</span></kbd></td> -<td>Sets the format and filename extension for the output files. +<td>Sets the format and filename extension for the output audio files. Choices are <strong>wav</strong>, <strong>ogg</strong>, <strong>flac</strong>, <strong>cdda</strong> (raw CD audio). Default is <strong>wav</strong>.</td></tr> <tr><td class="option-group"> <kbd><span class="option">-l</span></kbd></td> @@ -461,10 +461,8 @@ by libmirage. See the README for your version of libmirage for details.</p> match the encoding set with -f. Note that mp3 is NOT a valid -f option. If you need mp3, extract to .wav and then use a tool like lame or ffmpeg to convert to mp3.</p> -<p>Output data tracks will be named to end in '.iso', which is usually -correct. Future versions of this program might be smart enough to -detect e.g. Macintosh DMG files and name them appropriately (for now, -just rename them if you need to).</p> +<p>Output data tracks will be named to end in '.iso', or '.dmg' if they look +like Apple disk images.</p> <p>Images with multiple sessions should be supported, but have not been tested. Track numbering just continues, so a disc with 2 sessions of 8 files each will have tracks numbered 1 to 16 as far as the -t option |