Skip to main content

Get Marker Property

Category: Pr Markers Get Marker Property block screenshot

Reads the property selected in property from a marker.

Inputs

InputRequiredValue KindTypesEnum Values
markeryesexpressionreference, premiere-pathspec-string
propertyyesstringenum-stringNAME, START_SECONDS, DURATION_SECONDS, END_SECONDS, COMMENTS, TYPE, COLOR_INDEX, URL, TARGET

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