]> Shamusworld >> Repos - ardour-manual/blobdiff - include/export-format-profiles.html
Added the Loudness Analyzer and Normalizer
[ardour-manual] / include / export-format-profiles.html
index f98386e8c57951c0df4d6f4565041e9edbfa3e33..09580a90f081f2f870ec69d2f477f1edc6892c5c 100644 (file)
@@ -31,7 +31,7 @@
     chosen level (in <acronym title="loudness units relative to full scale">LUFS</acronym>),
     without exceeding the chosen true-peak value (in
     <acronym title="decibels true peak">dBTP</acronym>).
-    EBU R128 is only available for mono or stereo sounds while true'peak works
+    EBU R128 is only available for mono or stereo sounds while true-peak works
     for any channel layout.</li>
 </ul>
 
 <p>
   These checkboxes allow to add silence at the beginning or/and end of each
   exported track. The duration of the added silence can be manually fixed in the
-  adjascent 'timer' input fields.
+  adjacent 'timer' input fields.
 
 <h3>Compatibility/Quality/File format/Sample rate</h3>
 
 <h4>Compatibility</h4>
 <p>
-  Selecting an item in the 'Compatibility' emphasizes the settinggs in the other
+  Selecting an item in the 'Compatibility' emphasizes the settings in the other
   columns that are compatible with the selected standard, by turning incompatible
   options red. When an incompatible quality/format/sample rate is selected, the
-  compatibility column checkbox disapears.
+  compatibility column checkbox disappears.
 </p>
 
 <h4>Quality</h4>
 <p>
-  The appropriate item in the 'Quality' column will be highlighted a file format
-  is chosen. At the moment, selecting a Quality settings does not show the
+  The appropriate item in the 'Quality' column will be highlighted when a file format
+  is chosen. At the moment, selecting a Quality setting does not show the
   compatible File formats.
 </p>
 
   This column contains a list of Ardour's supported export file types. Selecting
   one updates the options underneath it.
 </p>
+<p>
+       Note: For mp3 export ardour relies on ffmpeg to encode the file. This comes bundled
+       with the video-tools (and is always available when you install the official Ardour
+       binary.
+</p>
 
 <h4>Sample rate</h4>
 <p>
 </p>
 
 <p>
-  As an exemple, exporting an mp3 file can be done by inserting <code>lame -b320 %f</code>
+  For example, exporting an mp3 file can be done by inserting <code>lame -b320 %f</code>
   which will convert the exported audio file ('%f') to a 320 kbs mp3 using the lame encoder
   (provided lame is installed first on the system).
 </p>