Set Sequence Property
FRAME_SIZE accepts a positive integer WIDTHxHEIGHT string such as 1920x1080. Premiere applies the new frame rectangle through a sequence-settings action, preserving the other settings derived from the sequence preset or matching source. If sequence is omitted, the block uses the active sequence when supported. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
sequence | no | expression | — | — |
property | yes | string | enum-string | IN_POINT, OUT_POINT, ZERO_POINT, PLAYER_POSITION |
value | yes | expression | — | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | — | — |
Notes
FRAME_SIZEaccepts a positive integerWIDTHxHEIGHTstring such as1920x1080.- Premiere applies the new frame rectangle through a sequence-settings action, preserving the other settings derived from the sequence preset or matching source.
Examples
Render Marker Ranges With Export Preset
Configures preset, output folder, filename pattern, and collision handling in one dialog, then renders one safely named file per non-zero-duration active-sequence marker with counted failures and guarded In/Out restoration.
Topics: markers, rendering and export, sequence export, presets, filename patterns, file dialogs, folder dialogs, collision handling
Source: recipes/ex-markers-render-active-sequence-ranges-with-preset.json