Marker Create
Creates a marker on a sequence, clip, or project item. 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. If durationSeconds is set, the marker is created with that duration instead of being just an instant.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
owner | yes | expression | reference, string | — |
name | no | expression | string | — |
type | no | expression | enum-string | COMMENT, CHAPTER, FLVCUEPOINT, WEBLINK |
startSeconds | no | expression | number | — |
durationSeconds | no | expression | number | — |
comments | no | expression | string | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | variable-name | — |
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
Import SRT As Sequence Markers
Prompts for marker text-target options, optionally clears existing active-sequence markers, then imports subtitle entries from an `.srt` file as sequence markers.
Topics: markers, subtitles, SRT import, file dialogs, marker comments
Source: recipes/ex-markers-import-srt-as-sequence-markers.json
Import YouTube Chapter Text As Sequence Markers
Prompts for a pasted chapter block or a text file, optionally clears existing active-sequence markers, then imports YouTube-style chapter lines as sequence markers.
Topics: markers, YouTube chapters, text import, file dialogs, multiline prompts, marker comments
Source: recipes/ex-markers-import-youtube-chapter-text-as-sequence-markers.json