Skip to main content

Set Sequence Property

Category: Pr Sequences Set Sequence Property block screenshot

FRAME_SIZE accepts a positive integer WIDTHxHEIGHT string such as 1920x1080. Work Area is not a settable property here; use prSequenceSetWorkArea. 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​

InputRequiredValue KindTypesEnum Values
sequencenoexpression——
propertyyesstringenum-stringIN_POINT, OUT_POINT, ZERO_POINT, PLAYER_POSITION
valueyesexpression——
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-name——

Notes​

Work Area is not a settable property here; use prSequenceSetWorkArea.

  • 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.

Examples​

Render Sequence Marker Ranges

Renders one safely named file per non-zero-duration active-sequence marker. The setup dialog offers an optional `.epr` preset; leaving it empty uses the Premiere-installed H.264 Match Source - Adaptive High Bitrate preset.

kind: Recipe · format: persisted-document · validation: Schema only

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

Download JSON