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