]> Shamusworld >> Repos - ardour-manual/blob - include/export-dialog.html
Deduplicating the Stem Export part
[ardour-manual] / include / export-dialog.html
1
2 <p>
3   When the work in Ardour is finished, one or multiple sound file(s) need to be
4   created, be it to be printed to a medium such as a CD or DVD, uploaded to a
5   streaming site or sent to another person or software for further work. This
6   can be done either using <kbd class="menu">Session &gt; Export &gt;
7   Export to Audio file(s)&hellip;</kbd>.
8 </p>
9
10 <figure class="right">
11   <img src="/images/export-dialog-file-format.png" alt="The Export window">
12   <figcaption>
13     The Export window
14   </figcaption>
15 </figure>
16
17 <h2>File Format</h2>
18
19 <p>
20   This tab contains controls for the format of the exported audio file(s).
21   More than one format can be enabled here, in which case each will be exported in turn.
22   Ardour is supplied with a list of export formats, including:
23 </p>
24
25 <ul>
26 <li>BWAV 32float</li>
27 <li>CD (Red Book)</li>
28 <li>DVD-A</li>
29 <li>FLAC 24 bit </li>
30 <li>FLAC 24 bit (tagged)</li>
31 <li>Ogg/Vorbis</li>
32 <li>Ogg/Vorbis (tagged)</li>
33 <li>Ring Tone</li>
34 </ul>
35
36 <p>
37   These formats can be edited, or new ones created, with the <a
38   href="@@export-format-profiles">"Edit Export Format Profile"</a> dialog, which
39   appears when clicking the <kbd class="menu">Edit</kbd> or
40   <kbd class="menu">New</kbd> buttons to the right of the drop-down list of
41   formats.
42 </p>
43
44 <p>
45   Presets can also be created, consisting of one or more formats. Ardour
46   provides some ready-made presets, too:
47 </p>
48
49 <ul>
50 <li>CD + DVD-A</li>
51 <li>CD + FLAC</li>
52 <li>CD + FLAC (tagged)</li>
53 <li>CD + Ogg/Vorbis + FLAC (tagged)</li>
54 <li>CD + Ogg/Vorbis</li>
55 <li>CD + Ogg/Vorbis (tagged)</li>
56 <li>CD only</li>
57 <li>DVD-A only</li>
58 <li>FLAC</li>
59 <li>FLAC (tagged)</li>
60 <li>Ogg/Vorbis + FLAC</li>
61 <li>Ogg/Vorbis + FLAC (tagged)</li>
62 <li>Ogg/Vorbis </li>
63 <li>Ogg/Vorbis (tagged)</li>
64 </ul>
65
66 <h2>The location</h2>
67
68 <p>
69   Aside from providing a way to tell Ardour <em>where</em> to put the created file(s),
70   the <dfn>location</dfn> part of the window allows to name the exported files with
71   a lot of choice regarding the naming convention, hence blending into the user's
72   workflow, and providing a clean way to keep the export folders from being cluttered
73   with poorly named files.
74 </p>
75 <p>
76   The name of the file(s) can optionally be made of:
77 </p>
78
79 <ul>
80   <li>The session or snapshot's name</li>
81   <li>A custom label (i.e., any text)</li>
82   <li>A revision number</li>
83   <li>The name of the timespan (see below)</li>
84   <li>A date (in multiple formats)</li>
85   <li>A time (also in multiple format).</li>
86 </ul>
87
88 <p class="note">
89   As in the screenshot above, when writing a file could erase a present file with
90   the same name, Ardour shows a yellow warning line in the bottom of the window, and
91   a button to list all the files that would be erased and replaced.
92 </p>
93
94 <h2>Analyze exported audio</h2>
95
96 <figure>
97   <img src="/images/export-report-analysis.png" alt="The Export Report/Analysis window">
98   <figcaption>
99     The Export Report/Analysis window
100   </figcaption>
101 </figure>
102
103 <p>
104   Checking <kbd class="option">Analyze Exported Audio</kbd> shows the Export Report/Analysis
105   window. This provides a lot of useful information about the exported file:
106 </p>
107 <ul>
108   <li>the file name and location</li>
109   <li>its format</li>
110   <li>its channel count</li>
111   <li>its sample rate</li>
112   <li>its duration and timecode.</li>
113 </ul>
114 <p>
115   It also allows to <kbd class="menu">Play</kbd> the file, and the <kbd class="menu">
116   Open Folder</kbd> button gives a quick access to the place where it has been created.
117 </p>
118 <p>
119   The most prominent feature though, are the two generated views of the audio file
120   in time (waveform) and frequency (sonograph) domain, and the loudness
121   analysis, giving:
122 </p>
123 <ul>
124   <li>the Peak value</li>
125   <li>the True Peak value (to take inter sample peaks into account)</li>
126   <li>the Normalization Gain (if it has been applied)</li>
127   <li>the Integrated Loudness</li>
128   <li>the loudness range</li>
129   <li>a graph of the multiplicity of the peaks at the different loudness levels.</li>
130 </ul>
131
132 <h2>Time Span</h2>
133
134 <figure>
135   <img src="/images/export-dialog-timespan.png" alt="The Time Span tab">
136   <figcaption>
137     The Time Span tab
138   </figcaption>
139 </figure>
140
141 <p>
142   This tab allows to select the range (or ranges) of the timeline to export. By default, "session" is
143   enabled&mdash;this will export the whole session from the start marker to the end marker.
144   Any loop or range present in the session can be chosen, or a combination thereof.
145 </p>
146 <p>
147   The realtime checkboxes allow to export audio as it is played,
148   and not freewheeling to render the file as fast as Ardour can. This can prevent
149   odd behaviours from some plugins (reverbs, etc...). This can be chosen globally
150   (with the <kbd class="option">Realtime Export</kbd> checkbox at the top) or individually on a per time span basis, with
151   the <kbd class="option">RT</kbd> checkbox next to each time span.
152 </p>
153
154 <h2>Channels</h2>
155
156 <figure>
157   <img src="/images/export-dialog-channels.png" alt="The Channels tab">
158   <figcaption>
159     The Channels tab
160   </figcaption>
161 </figure>
162
163 <p>
164   This tab decides which outputs (tracks or busses) should be sent to the exported
165   file. By default, only the Master Bus is sent.
166 </p>
167