diff options
Diffstat (limited to 'miragextract.html')
-rw-r--r-- | miragextract.html | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/miragextract.html b/miragextract.html index d42031d..bf833e9 100644 --- a/miragextract.html +++ b/miragextract.html @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" /> <title>miragextract</title> -<meta name="date" content="2020-05-09" /> +<meta name="date" content="2020-05-12" /> <style type="text/css"> /* @@ -373,7 +373,7 @@ ul.auto-toc { <tr class="manual-group field"><th class="docinfo-name">Manual group:</th><td class="field-body">Urchlay</td> </tr> <tr><th class="docinfo-name">Date:</th> -<td>2020-05-09</td></tr> +<td>2020-05-12</td></tr> <tr><th class="docinfo-name">Version:</th> <td>0.1.0</td></tr> </tbody> @@ -406,8 +406,8 @@ converted to wav, flac, or ogg/vorbis (via libsndfile).</p> <kbd><span class="option">-a</span></kbd></td> <td>Extract only audio tracks. Default 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'. +<kbd><span class="option">-b <var><name></var></span></kbd></td> +<td>Sets the base filename for the output files. Default is <strong>track</strong>. Can be prefixed with a directory to write files in that dir, but the dir must already exist (example: -b extracted/track). See also the -n option.</td></tr> @@ -417,7 +417,8 @@ also the -n option.</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 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> +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> <td>Lists the tracks in the image without extracting them.</td></tr> @@ -429,13 +430,13 @@ using input 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">-p</span></kbd></td> +<kbd><span class="option">-p <var><passwd></var></span></kbd></td> <td>Password for encrypted images. Note that anyone who can run <strong>ps(1)</strong> on your system may be able to view the password. Also note that password support in miragextract is <em>completely</em> untested: I have no encrypted images to test with.</td></tr> <tr><td class="option-group"> -<kbd><span class="option">-q</span></kbd></td> +<kbd><span class="option">-q <var><qual></var></span></kbd></td> <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> @@ -444,7 +445,7 @@ wav or cdda output.</td></tr> <td>Swaps bytes in audio tracks. Use this if your audio files sound like white noise or gibberish.</td></tr> <tr><td class="option-group"> -<kbd><span class="option">-t</span></kbd></td> +<kbd><span class="option">-t <var><track></var></span></kbd></td> <td>Takes a track number (1-99), and extracts only that one track. Default behaviour is to extract all tracks.</td></tr> </tbody> @@ -461,8 +462,9 @@ 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', or '.dmg' if they look -like Apple disk images.</p> +<p>Output data tracks will be named to end in '.iso' by default, or '.hfs' +if they look like Apple disk images, or '.hfs.iso' for "hybrid" images +that can be mounted as either (such as Blizzard's Mac/PC releases).</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 |