Skip to main content

Export Sequence Frame

Category: Pr Rendering Export Sequence Frame block screenshot

Exports one still frame from a sequence directly to disk. Use `sizePreset` for agent preview frames when exact dimensions are not important. This is a direct still-image export path, not an Adobe Media Encoder queue workflow.

Inputs

InputRequiredValue KindTypesEnum Values
sequencenoexpressionreference, string, null
timeSecondsyesexpressionnumber
outputPathyesexpressionstring
widthnoexpressionnumber
heightnoexpressionnumber
sizePresetnoexpressionenum-stringTINY, SMALL, MEDIUM, HIGH, NATIVE
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-namevariable-name

Notes

  • Exports one frame from a sequence directly to disk.
  • This is a direct exporter path, not an Adobe Media Encoder queue workflow.
  • outputPath must use one of the currently supported still-image extensions exposed by Premiere's exporter.
  • width and height can still be used for exact dimensions.
  • sizePreset can be used instead of exact dimensions for preview/probing output. Supported values are TINY, SMALL, MEDIUM, HIGH, and NATIVE.
  • storeResultIn stores boolean success.

See Also

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

Examples

Render Active-Sequence Frames At Equal Distances To Fixed Folder

Exports a small evenly spaced set of `.png` frames across the active sequence to a fixed folder path, so visual timeline sampling can be runtime-validated deterministically.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: frame export, visual probing, timeline sampling, runtime validation

Source: patterns/ex-sequence-render-active-sequence-frames-equal-distances-fixed-folder.json

Download JSON

Render Frames At Sequence Markers To Fixed Folder

Exports one `.png` frame per active-sequence marker to a fixed folder path, so marker-driven still export can be runtime-validated deterministically.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: markers, frame export, review stills, runtime validation

Source: patterns/ex-markers-render-active-sequence-frames-fixed-folder.json

Download JSON

Export Transcript And Reference Frame

Creates a temporary sequence from the first selected project item, waits briefly, exports transcript JSON if available, and writes one reference frame for visual verification.

kind: Recipe · format: runtime-dsl · validation: Schema only

Topics: semantic probing, transcript, frame export, visual verification

Source: recipes/ex-semantic-export-transcript-and-reference-frame.json

Download JSON