Srt Add Entry
Adds one subtitle entry to an SRT file. Set append when new content should be added to existing file contents instead of replacing them.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | file-path-string | — |
start | yes | expression | string | — |
end | yes | expression | string | — |
text | yes | expression | string | — |
append | no | expression | — | — |
Notes
No additional notes are available yet.
Examples
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