SMPTE timecode calculator
timecode_calculateParse an SMPTE timecode at a frame rate (including 29.97/59.94 drop-frame) and report its frame count and real elapsed seconds; optionally re-express it at another rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | When converting rates: "time" keeps the same real-world moment (conform, default); "frames" keeps the frame count (reinterpret). | |
| rate | Yes | Frame rate the timecode is expressed in. | |
| to_rate | No | Optional target frame rate to convert to. | |
| timecode | Yes | Timecode like "01:00:02:12" (use ";" before frames for drop-frame). |