Convert Timecode To Time
Parses explicit timecode text or frame text to seconds. frameRate is required only for FRAMES, FEET_FRAMES_16MM, and FEET_FRAMES_35MM. Frame parsing accepts 300f, 300 frames, or frame 300 (whole, non-negative frames); plain numeric strings are rejected. SMPTE accepts HH:MM:SS:FF, HH:MM:SS;FF, and HH;MM;SS;FF; the chosen format determines Drop/Non-Drop, not the separator.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
timecode | yes | expression | string | — |
format | yes | expression | enum-string | TC_23_976, TC_24, TC_25, TC_48, TC_29_97_DF, TC_29_97_NDF, TC_30, TC_50, TC_59_94_DF, TC_59_94_NDF, TC_60, FEET_FRAMES_16MM, FEET_FRAMES_35MM, FRAMES |
frameRate | no | expression | number, string | — |
Notes
No additional notes are available yet.