For Each Subtitle Entry
Iterates over subtitle entries in an SRT file and exposes raw times, parsed seconds, and text variables.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | file-path-string | — |
indexVar | yes | string | variable-name | — |
startVar | yes | string | variable-name | — |
endVar | yes | string | variable-name | — |
textVar | yes | string | variable-name | — |
startSecondsVar | no | string | — | — |
endSecondsVar | no | string | — | — |
Notes
No additional notes are available yet.
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