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. Plain numeric strings are intentionally rejected for frame parsing.
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.