Export Project Item Frame
Exports one source-context still frame from a clip project item. `timeSeconds` is source/project-item time, not sequence time. This is for inspecting source content; use sequence-frame export when final timeline appearance matters.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
item | yes | expression | reference, string | — |
timeSeconds | yes | expression | number | — |
outputPath | yes | expression | string | — |
width | no | expression | number | — |
height | no | expression | number | — |
sizePreset | no | expression | enum-string | TINY, SMALL, MEDIUM, HIGH, NATIVE |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | variable-name | — |
Notes
- Exports one source-context still frame from a clip project item.
timeSecondsis source/project-item time, not sequence time.- This block is for source-content inspection. Use
prExportSequenceFramewhen the final edited timeline appearance matters. - The implementation may use a temporary matching sequence internally, so this block requires Premiere write permission even though the final user-visible output is a still image.
- Do not rely on this block to preserve or restore the active sequence UI state. Use explicit sequence refs for follow-up operations.
storeResultInstores boolean success.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.