]> Shamusworld >> Repos - ardour-manual/blob - include/export-format-profiles.html
More passive form, updated screenshots, updated 'export' and 'vbap panners'
[ardour-manual] / include / export-format-profiles.html
1
2 <h2>Export Format Profiles</h2>
3
4 <p>
5   An Export Format Profile specifies the file format in which Ardour will export
6   audio files, and also other audio file export options.
7 </p>
8
9 <p>
10   Export Format Profiles are edited via the <kbd class="menu">Edit Export Format
11   Profile</kbd> dialog.
12 </p>
13
14 <figure class="right">
15   <img src="/images/edit-export-format-profile.png" alt="The 'Edit Export Format Profile' dialog">
16   <figcaption>
17     The 'Edit Export Format Profile' dialog
18   </figcaption>
19 </figure>
20
21 <h3>Normalize</h3>
22 <p>
23   If enabled, levels of exported files will be normalized to the level chosen here.
24   The normalization can be either:
25 </p>
26
27 <ul>
28   <li>Peak, which adjusts the gain to bring the highest signal peak to the
29     chosen level (in <acronym title="decibels relative to full scale">dBFS</acronym>),</li>
30   <li>Loudness, which adjusts the gain to bring the average amplitude to the
31     chosen level (in <acronym title="loudness units relative to full scale">LUFS</acronym>),
32     without exceeding the chosen true-peak value (in
33     <acronym title="decibels true peak">dBTP</acronym>).
34     EBU R128 is only available for mono or stereo sounds while true'peak works
35     for any channel layout.</li>
36 </ul>
37
38 <h3>Trim silence at start/end</h3>
39 <p>
40   These checkboxes allow to remove any part Ardour considers silent (0dB),
41   at the beginning or/and end of each exported track.
42 </p>
43
44 <h3>Add silence at start/end</h3>
45 <p>
46   These checkboxes allow to add silence at the beginning or/and end of each
47   exported track. The duration of the added silence can be manually fixed in the
48   adjascent 'timer' input fields.
49
50 <h3>Compatibility/Quality/File format/Sample rate</h3>
51
52 <h4>Compatibility</h4>
53 <p>
54   Selecting an item in the 'Compatibility' emphasizes the settinggs in the other
55   columns that are compatible with the selected standard, by turning incompatible
56   options red. When an incompatible quality/format/sample rate is selected, the
57   compatibility column checkbox disapears.
58 </p>
59
60 <h4>Quality</h4>
61 <p>
62   The appropriate item in the 'Quality' column will be highlighted a file format
63   is chosen. At the moment, selecting a Quality settings does not show the
64   compatible File formats.
65 </p>
66
67 <h4>File format</h4>
68 <p>
69   This column contains a list of Ardour's supported export file types. Selecting
70   one updates the options underneath it.
71 </p>
72
73 <h4>Sample rate</h4>
74 <p>
75   A specific sample rate can be chosen for the exported files, or the current session's
76   sample rate (by choosing 'Session rate'), without sample rate conversion.
77 </p>
78
79 <h4>Sample rate conversion quality</h4>
80 <p>
81   In case the chosen sample rate does not match the current session's sample rate,
82   the sample rate conversion quality can be chosen here. Better quality options are
83   slower.
84 </p>
85
86 <h3>Format Options</h3>
87 <p>
88   Options relevant to the chosen file format will appear just under the
89   Compatibility/Quality/File format/Sample rate table.
90 </p>
91
92 <h4>Tag with session's metadata</h4>
93 <p>
94   If the exported file format supports metadata (e.g. FLAC, Ogg Vorbis), use data
95   entered in the <a href="@@metadata">Session Metadata</a> window to tag the
96   exported files.
97 </p>
98
99 <h4>Sample Format and Dithering</h4>
100 <p>
101   The <kbd class="menu">Sample Format</kbd> is the bit depth of exported files,
102   i.e. the numbers of values a sample can have. Increasing the sample format
103   results in a better defined audio file at the cost of increasing the file size.
104 </p>
105 <p>
106   If the exported files bit depth is less than Ardour's native bit depth
107   (32 bits floating point by default), the dithering algorithm, that chooses how
108   to compute the conversion can be chosen in the <kbd class="menu">Dithering</kbd>
109   column.
110 </p>
111
112 <h3>Options</h3>
113 <p>
114   These options are presented whatever the chosen format is:
115 </p>
116
117 <h4>Create CUE/TOC/chapter mark file</h4>
118 <p>
119   As well as exporting an audio file, Ardour can create a file (in CUE, TOC or MP4ch format
120   respectively) containing CD track information, as defined in the
121   <a href="@@the-ranges-and-marks-lists">Ranges &amp; Marks List</a>.
122   Those files can then be used to either burn a CD or DVD, or to create "chapters"
123   inside a compatible mp4 video container.
124
125 <h3>Label</h3>
126 <p>
127   The <kbd class="menu">Label</kbd> field allows to choose the name which will be
128   shown for this format in the drop-down list of export formats in the
129   'File Formats' tab of the <a href="@@export-dialog">Export dialog</a>.
130 </p>
131
132 <h3>Command to run post-export</h3>
133 <p>
134   If this is not blank, it is considered as a command to be run after the export
135   of each file. Either the command must exist in $PATH, or an absolute path to
136   an executable file can be specified here.
137 </p>
138
139 <p>
140   Certain sequences are allowed here to stand for the exported file name and
141   various parameters. Currently these are:
142 <table class="dl">
143 <tr><th><code>%f</code></th>
144 <td>Full path and filename of the exported audio file</td></tr>
145 <tr><th><code>%d</code></th>
146 <td>Directory containing the exported audio file (including trailing directory separator)</td></tr>
147 <tr><th><code>%b</code></th>
148 <td>Basename of the exported audio file (without extension)</td></tr>
149 <tr><th><code>%s</code></th>
150 <td>Path to the current session file</td></tr>
151 <tr><th><code>%n</code></th>
152 <td>Name of the current session file</td></tr>
153 <tr><th><code>%%</code></th>
154 <td>A literal percent sign</td></tr>
155 </table>
156
157 <p>
158   Any part of the command-line enclosed in double-quotes (") will be used as-is.
159 </p>
160
161 <p>
162   As an exemple, exporting an mp3 file can be done by inserting <code>lame -b320 %f</code>
163   which will convert the exported audio file ('%f') to a 320 kbs mp3 using the lame encoder
164   (provided lame is installed first on the system).
165 </p>