From adb3b0ea076653193747c63a0c0011e16b1a50a3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 7 May 2020 13:44:31 -0400 Subject: auto-regenerate man/html pages --- miragextract.html | 23 +++++++++++++++++++---- 1 file 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).

-l Lists the tracks in the image without extracting them. +-a +Extract only audio tracks. + +-d +Extract only data tracks. + -s Swaps bytes in audio tracks. Use this if your audio files sound like white noise or gibberish. @@ -415,15 +421,23 @@ like white noise or gibberish. Default behaviour is to extract all tracks. -b -Sets the base filename for the output files. Default is 'track'. +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. + +-n +Set the base filename to the input filename, minus its extension. +E.g. for foo.cue, this is the same as saying "-b foo". -f Sets the format and filename extension for the output files. -Choices are 'wav', 'ogg', 'flac', 'cdda' (raw CD audio). Default is 'wav'. +Choices are wav, ogg, flac, cdda (raw CD audio). Default is wav. -q -Quality setting for .ogg and .flac output files. Integer from 0 -to 10. Default is 7. +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. @@ -431,6 +445,7 @@ to 10. Default is 7.

NOTES

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.

+

Output files will be overwritten if they already exist, with no prompting.

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. -- cgit v1.2.3