Export Sequence AAF
Exports a sequence as an AAF interchange file. Use `mixdownVideo`, `embedAudio`, `trimSources`, and `handleFrames` to shape the exported interchange package. The `audioFileFormat` input currently supports `AIFF` and `WAV`. Use `videoMixdownPresetPath` only when `mixdownVideo=true`.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
sequence | no | expression | reference, string, null | — |
outputPath | yes | expression | string | — |
mixdownVideo | no | expression | boolean | — |
embedAudio | no | expression | boolean | — |
trimSources | no | expression | boolean | — |
handleFrames | no | expression | number | — |
audioFileFormat | no | expression | enum-string | AIFF, WAV |
videoMixdownPresetPath | no | expression | string | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | variable-name | — |
Notes
- Exports a sequence as an AAF interchange file.
sequenceis optional; the active sequence is used by default.audioFileFormatcurrently supportsAIFFandWAV.videoMixdownPresetPathis relevant only whenmixdownVideo=true.storeResultInstores boolean success.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.