Format Time
Formats seconds as a generic human-readable time string.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
timeSeconds | yes | expression | number | — |
format | yes | expression | enum-string | SECONDS_SUFFIX, M_SS, MM_SS, H_MM_SS, HH_MM_SS, H_MM_SS_MS, HH_MM_SS_MS |
Notes
No additional notes are available yet.
Examples
Render Active-Sequence Frames At Equal Distances To Fixed Folder
Exports a small evenly spaced set of `.png` frames across the active sequence to a fixed folder path, so visual timeline sampling can be runtime-validated deterministically.
Topics: frame export, visual probing, timeline sampling, runtime validation
Source: patterns/ex-sequence-render-active-sequence-frames-equal-distances-fixed-folder.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