Skip to main content

Export Project Item Frames

Category: Pr Rendering Export Project Item Frames block screenshot

Exports a batch of source-context still frames from a clip project item. Provide exactly one sampling mode: `timesSeconds`, `intervalSeconds`, or `sampleCount`. Use `range=PROJECT_ITEM_IN_OUT` for the current project-item range or `range=MEDIA_DURATION` for full source-media inspection.

Inputs

InputRequiredValue KindTypesEnum Values
itemyesexpressionreference, string
outputFolderyesexpressionstring
timesSecondsnoexpressionarray
intervalSecondsnoexpressionnumber
sampleCountnoexpressionnumber
rangenoexpressionenum-stringPROJECT_ITEM_IN_OUT, MEDIA_DURATION
widthnoexpressionnumber
heightnoexpressionnumber
sizePresetnoexpressionenum-stringTINY, SMALL, MEDIUM, HIGH, NATIVE
formatnoexpression
filenamePrefixnoexpressionstring
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-namevariable-name

Notes

  • Exports multiple source-context still frames from a clip project item.
  • Provide exactly one sampling mode: timesSeconds, intervalSeconds, or sampleCount.
  • range=PROJECT_ITEM_IN_OUT uses the current project-item in/out when available and otherwise falls back to readable media bounds.
  • range=MEDIA_DURATION samples across the full readable media duration.
  • This block is for source-content inspection. Use prExportSequenceFrames when the final edited timeline appearance matters.
  • The implementation may use temporary matching sequences internally, so this block requires Premiere write permission.
  • Do not rely on this block to preserve or restore the active sequence UI state. Use explicit sequence refs for follow-up operations.
  • 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.