diff options
Diffstat (limited to 'miragextract.html')
-rw-r--r-- | miragextract.html | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/miragextract.html b/miragextract.html index 0e1d91d..31f96b3 100644 --- a/miragextract.html +++ b/miragextract.html @@ -406,6 +406,12 @@ converted to wav, flac, or ogg/vorbis (via libsndfile).</p> <kbd><span class="option">-l</span></kbd></td> <td>Lists the tracks in the image without extracting them.</td></tr> <tr><td class="option-group"> +<kbd><span class="option">-a</span></kbd></td> +<td>Extract only audio tracks.</td></tr> +<tr><td class="option-group"> +<kbd><span class="option">-d</span></kbd></td> +<td>Extract only data tracks.</td></tr> +<tr><td class="option-group"> <kbd><span class="option">-s</span></kbd></td> <td>Swaps bytes in audio tracks. Use this if your audio files sound like white noise or gibberish.</td></tr> @@ -415,15 +421,23 @@ like white noise or gibberish.</td></tr> Default behaviour is to extract all tracks.</td></tr> <tr><td class="option-group"> <kbd><span class="option">-b</span></kbd></td> -<td>Sets the base filename for the output files. Default is 'track'.</td></tr> +<td>Sets the base filename for the output files. Default is 'track'. +See also the -n option. Beware of using filenames with directory +separators in them: the output files will be written in the same +dir as the input file. Hopefully you have permission to write there.</td></tr> +<tr><td class="option-group"> +<kbd><span class="option">-n</span></kbd></td> +<td>Set the base filename to the input filename, minus its extension. +E.g. for foo.cue, this is the same as saying "-b foo".</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. -Choices are 'wav', 'ogg', 'flac', 'cdda' (raw CD audio). Default is 'wav'.</td></tr> +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">-q</span></kbd></td> -<td>Quality setting for .ogg and .flac output files. Integer from 0 -to 10. Default is 7.</td></tr> +<td>Quality setting for ogg and flac output files. Integer from 0 +to 10. Default is 7. Has very little effect on flac, and no effect on +wav or cdda output.</td></tr> </tbody> </table> </div> @@ -431,6 +445,7 @@ to 10. Default is 7.</td></tr> <h1>NOTES</h1> <p>Image-file is e.g. a .cue, .ccd, .nrg, .mds, or anything else supported by libmirage. See the README for your version of libmirage for details.</p> +<p>Output files will be overwritten if they already exist, with no prompting.</p> <p>Output audio files are named track01.wav, track02.wav, etc by default. The 'track' part of the name can be set with -b, and the extension will match the encoding set with -f. Note that mp3 is NOT a valid -f option. |