Skip to main content

For Each Marker

Category: Pr Markers For Each Marker block screenshot

Iterates over the markers of a sequence, clip, or project item owner. If you provide indexVar, the block also exposes the current zero-based iteration index. If fromSeconds and/or toSeconds are provided, the block limits its work to that time range. Use order to control iteration order, for example ASC or DESC.

Inputs​

InputRequiredValue KindTypesEnum Values
markerVaryesstringvariable-name—
indexVarnostringvariable-name—
owneryesexpressionreference, string—
fromSecondsnoexpressionnumber—
toSecondsnoexpressionnumber—
ordernoexpressionenum-stringASC, DESC

Notes​

No additional notes are available yet.

See Also​

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

Examples​

List Sequence Markers

Loops over sequence markers on the active sequence and collects their names.

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

Topics: markers, sequence inspection

Source: patterns/ex-markers-list-active-sequence.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 Sequence Markers To SRT

Prompts for the subtitle text source first, then exports active-sequence markers to an `.srt` file while skipping empty resolved text and zero-duration markers.

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

Topics: markers, subtitles, SRT export, save dialogs, marker comments

Source: recipes/ex-markers-export-active-sequence-to-srt.json

Download JSON