Convert Time To Sequence Display Timecode
Formats internal sequence time using a sequence's display format and zero point. Uses the selected sequence's display format and zero point. Video display conversion supports the audited core formats plus FRAMES and feet+frames; audio display support covers the currently mapped AUDIO_SAMPLES and AUDIO_MS cases. Use mediaType to choose the relevant audio/video timing domain. On prSequenceRemoveItems, it selects Premiere's ripple alignment/time grid and does not filter the supplied items.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
timeSeconds | yes | expression | number | — |
sequence | yes | expression | reference, string | — |
mediaType | no | expression | enum-string | VIDEO, AUDIO |
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
Render Sequence Marker Ranges
Renders one safely named file per non-zero-duration active-sequence marker. The setup dialog offers an optional `.epr` preset; leaving it empty uses the Premiere-installed H.264 Match Source - Adaptive High Bitrate preset.
Topics: markers, rendering and export, sequence export, presets, filename patterns, file dialogs, folder dialogs, collision handling
Source: recipes/ex-markers-render-active-sequence-ranges-with-preset.json