Export Configurations¶
An Export Configuration defines a single output file within a Delivery Preset. Each configuration specifies what to export and how.
Adding an Export¶
- Select a delivery preset from the dropdown.
- Click the + button in the "Exports to Generate" section.
- The Export Editor opens — configure the fields below, then click Save.
Export Editor Fields¶
Name¶
A display label for this export (e.g., "Full Mix", "Dialog Only"). This is shown in the export list but does not affect the output filename.
File Suffix¶
A string appended to the sequence name in the output filename.
| Sequence Name | Suffix | Output Filename |
|---|---|---|
| MySequence | _FULL | MySequence_FULL.mp4 |
| EP01_Edit | _VO | EP01_Edit_VO.mov |
| A001 | (empty) | A001.mp4 |
A live preview is shown below the field.
Suffix Tokens¶
The suffix can include tokens that are resolved per sequence at export time. Click the {} button next to the suffix field to insert one:
| Token | Resolves to | Example |
|---|---|---|
{date} | Current date (uses your date folder format) | 031026 |
{fps} | Sequence frame rate | 2397, 25, 30 |
{width} | Frame width | 1920 |
{height} | Frame height | 1080 |
Tokens can be combined with literal text. For example, the suffix _FULL_{date} on sequence EP01_Edit produces EP01_Edit_FULL_031026. When the suffix contains tokens, the preview line reads "Preview: SequenceName…" with the tokens resolved; otherwise it shows the literal suffix appended to the sequence name.
Export Preset¶
Select an Adobe Media Encoder .epr preset from the dropdown. Presets are discovered from the folders configured in Settings.
Note
If no presets appear, go to Settings → Export Preset Folders and add the folder containing your .epr files. See Settings for details.
Track Selection¶
Choose All Tracks or Selected Tracks for both video and audio independently. See Track Selection for the full guide.
Batch export across multiple sequences
When the export scope is set to batch (multiple sequences selected), the Export Editor shows the tracks of the first selected sequence and displays an info banner. Because track layouts can differ between sequences, use Search for track strings (in Settings) so tracks are matched by name rather than by index across every sequence.
Managing Exports¶
Enable / Disable¶
Each export has a checkbox in the export list. Disabled exports are dimmed and skipped during batch export. Use this to temporarily exclude an export without removing it.
Edit¶
Click an export row (or its pencil icon) to reopen the Export Editor.
Remove¶
Click the × button on an export row. A confirmation dialog appears before deletion.
Reorder¶
Exports run in the order they appear in the list. The order is determined by the sequence they were added.
What Happens at Export Time¶
For each enabled export configuration, Scrub:
- Resolves the preset name to a
.eprfile path. - Applies track selection (temporarily mutes/unmutes tracks).
- Builds the output filename:
{SequenceName}{Suffix}.{Extension}. - Queues the export to Adobe Media Encoder.
- Restores original track mute states.
All exports share the same output folder and optional date subfolder.