Get Marker Property
Reads the property selected in property from a marker.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
marker | yes | expression | reference, premiere-pathspec-string | — |
property | yes | string | enum-string | NAME, 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.
Topics: markers, sequence inspection
Source: patterns/ex-markers-list-active-sequence.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.
Topics: markers, frame export, review stills, runtime validation
Source: patterns/ex-markers-render-active-sequence-frames-fixed-folder.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.
Topics: markers, subtitles, SRT export, save dialogs, marker comments
Source: recipes/ex-markers-export-active-sequence-to-srt.json