--- layout: default title: Export Format Profiles ---
An Export Format Profile specifies the file format in which Ardour will export audio files, and also other audio file export options.
Export Format Profiles are edited via the 'Edit Export Format Profile' dialog.
If enabled, peak levels of exported files will be normalized to the level chosen here.
Selecting an item in the 'Compatibility' column will display options in the other columns that are incompatible with that item in red.
The appropriate item in the 'Quality' column will be highlighted when you choose a file format. Clicking on items in the 'Quality' column currently doesn't seem to do anything useful.
This column contains a list of Ardour's supported export file types. Click on the format you want to use.
You can explicitly choose the sample rate of your exported files here, or choose 'Session rate' to export in the current session's sample rate, without sample rate conversion.
If your chosen sample rate does not match the current session's sample rate, choose the sample rate conversion quality here. Better quality options are slower.
Options relevant to the chosen file format will appear here. Categories of audio file format are:
Available options include a selection of the following:
Choose the bit depth of exported files.
If the exported files bit depth is less than Ardour's native bit depth, choose the dithering algorithm to use.
As well as exporting an audio file, create a file (in CUE or TOC format respectively) containg CD track information, as defined in the Ranges & Marks List.
If the exported file format supports metadata, use data entered in the Session Metadata window to tag the exported files.
The 'Label' field lets you choose the name which will be shown for this format in the drop-down list of export formats in the 'File Formats' tab of the Export dialog.
If this is not blank, it is considered as a command to be run after the export of each file. Either the command must exist in $PATH, or you can specify an absolute path to an executable file here.
Certain sequences are allowed here to stand for the exported file name and the like. Currently these are:
%f
%d
%b
%s
%n
%%
Any part of the command-line enclosed in double-quotes (") will be used as-is. {% children %}