Skip to main content

Export Sequence Frames

Category: Pr Rendering Export Sequence Frames block screenshot

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

InputRequiredValue KindTypesEnum Values
sequencenoexpressionreference, string, null
outputFolderyesexpressionstring
timesSecondsnoexpressionarray
intervalSecondsnoexpressionnumber
sampleCountnoexpressionnumber
rangenoexpressionenum-stringENTIRE, IN_OUT
widthnoexpressionnumber
heightnoexpressionnumber
sizePresetnoexpressionenum-stringTINY, SMALL, MEDIUM, HIGH, NATIVE
formatnoexpression
filenamePrefixnoexpressionstring
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-namevariable-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, or sampleCount.
  • sampleCount samples evenly inside the selected range rather than exactly on the range end.
  • range=IN_OUT requires explicit sequence in/out points.
  • sizePreset=SMALL with format=jpg is the recommended default for broad agent visual probing.
  • storeResultIn stores a list of exported frame metadata objects with path, timeSeconds, width, and height.

See Also

  • Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.