Export Sequence Frames
Exports a batch of still frames from a sequence directly to disk. Provide exactly one sampling mode: `timesSeconds`, `intervalSeconds`, or `sampleCount`. For broad agent visual probing, prefer `sizePreset=SMALL` and `format=jpg` unless text or sharp graphics require PNG.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
sequence | no | expression | reference, string, null | — |
outputFolder | yes | expression | string | — |
timesSeconds | no | expression | array | — |
intervalSeconds | no | expression | number | — |
sampleCount | no | expression | number | — |
range | no | expression | enum-string | ENTIRE, IN_OUT |
width | no | expression | number | — |
height | no | expression | number | — |
sizePreset | no | expression | enum-string | TINY, SMALL, MEDIUM, HIGH, NATIVE |
format | no | expression | — | — |
filenamePrefix | no | expression | string | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | variable-name | — |
Notes
- Exports multiple still frames from a sequence directly to disk.
- This is a direct exporter path, not an Adobe Media Encoder queue workflow.
- Provide exactly one sampling mode:
timesSeconds,intervalSeconds, orsampleCount. sampleCountsamples evenly inside the selected range rather than exactly on the range end.range=IN_OUTrequires explicit sequence in/out points.sizePreset=SMALLwithformat=jpgis the recommended default for broad agent visual probing.storeResultInstores a list of exported frame metadata objects withpath,timeSeconds,width, andheight.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.