Add basic documentation on the Quick Audio Export dialog
This commit is contained in:
parent
a1c465d7de
commit
8f53ffa490
41
include/quick-audio-export.html
Normal file
41
include/quick-audio-export.html
Normal file
@ -0,0 +1,41 @@
|
||||
<p>
|
||||
The <kbd class="window">Quick Audio Export</kbd> dialog is a trimmed-down
|
||||
version of its original counterpart. It's best for cases when all the user
|
||||
needs is exporting an entire session (or part of it) to something like a WAV
|
||||
file at the session rate.
|
||||
</p>
|
||||
|
||||
|
||||
<figure>
|
||||
<img style="width:50%;" width="50%" src="/images/quick-audio-export-dialog.png"
|
||||
alt="Quick Audio Export Dialog">
|
||||
<figcaption>Quick Audio Export Dialog</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
The three available options are:
|
||||
</p>
|
||||
|
||||
<table class="dl">
|
||||
<tr>
|
||||
<th>Format preset</th>
|
||||
<td>Lists popular options such as FLAC, WAV @ session rate, MP3, and others.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Export range</th>
|
||||
<td>Allows choosing between exporting a selection (range) or the entire
|
||||
session (from session start marker to session end marker). Only lists the
|
||||
latter option if no selection is available.
|
||||
</td></tr>
|
||||
<tr>
|
||||
<th>After export</th>
|
||||
<td>Allows choosing whether to open the folder where the audio file has been
|
||||
exported to, or do nothing.
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
Ongoing export can be canceled by pressing the
|
||||
<kbd class="button">Abort</kbd> button.
|
||||
</p>
|
@ -25,6 +25,7 @@
|
||||
<tr><th>Remove Video</th><td>Removes the video part of the session (the video timeline disappears)</td></tr>
|
||||
<tr><th>Loudness Assistant…</th><td>Shows the Loudness Analyzer and Normalizer, allowing an in-depth analysis of the master bus' volume for the final export</td></tr>
|
||||
<tr><th colspan="2">Export</th></tr>
|
||||
<tr><th class="sub1">Quick Audio Export…</th><td><a href="@@quick-audio-export">Export</a> a selection or the entire session to audio with just a few settings</td></tr>
|
||||
<tr><th class="sub1">Export to Audio File(s)…</th><td><a href="@@mixdown">Export</a> all or part of the session in audio form</td></tr>
|
||||
<tr><th class="sub1">Stem export…</th><td><a href="@@export-dialog">Exports each track</a> as its own audio file (for e.g. DAW interchange)</td></tr>
|
||||
<tr><th class="sub1">Export to Video File</th><td>Exports the session to a <a href="@@workflow-amp-operations">video file</a></td></tr>
|
||||
|
@ -1083,6 +1083,14 @@ uri: exporting/export-dialog
|
||||
part: subchapter
|
||||
---
|
||||
|
||||
---
|
||||
title: Quick Audio Export
|
||||
include: quick-audio-export.html
|
||||
link: quick-audio-export
|
||||
uri: exporting/quick-audio-export
|
||||
part: subchapter
|
||||
---
|
||||
|
||||
---
|
||||
title: Export Format Profiles
|
||||
include: export-format-profiles.html
|
||||
|
BIN
source/images/quick-audio-export-dialog.png
Normal file
BIN
source/images/quick-audio-export-dialog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user