X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fexport-format-profiles.html;h=09580a90f081f2f870ec69d2f477f1edc6892c5c;hb=fec481cb354390fa2e3e0781b31a4ba7edae2e78;hp=f98386e8c57951c0df4d6f4565041e9edbfa3e33;hpb=91db92553d42c43e3ee2f59f83f6bd0dddb0d8c1;p=ardour-manual diff --git a/include/export-format-profiles.html b/include/export-format-profiles.html index f98386e..09580a9 100644 --- a/include/export-format-profiles.html +++ b/include/export-format-profiles.html @@ -31,7 +31,7 @@ chosen level (in LUFS), without exceeding the chosen true-peak value (in dBTP). - 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. @@ -45,22 +45,22 @@

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.

Compatibility/Quality/File format/Sample rate

Compatibility

- 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.

Quality

- 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.

@@ -69,6 +69,11 @@ This column contains a list of Ardour's supported export file types. Selecting one updates the options underneath it.

+

+ 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. +

Sample rate

@@ -159,7 +164,7 @@

- As an exemple, exporting an mp3 file can be done by inserting lame -b320 %f + For example, exporting an mp3 file can be done by inserting lame -b320 %f 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).