Time Calculator for Video Editors

SMPTE timecode in, SMPTE timecode out - frame-accurate math at every delivery rate, mixed freely with plain durations.

Output format:
5-second pre-roll countdownShow the duration as a timecode (HH:MM:SS:FF) at your default fpsConvert to shooting days (12h = 1 day)
Current date & timeWork Day (8h)
YearMonthWeekDay
HourMinuteSecondTime separator (HH:MM:SS)
AMPMDate separator (MM/DD/YYYY)
Open the full app - it's free

Timecode math is base-60 with a frame twist: frames roll over at the frame rate, not at 60. One wrong carry and your EDL is off. TCalc parses HH:MM:SS:FF natively - write the frame rate as a suffix (f24, f25, f29.97, f59.94) and every operation stays frame-accurate.

The Film layout below has timecode keys ready; results format back as SMPTE, or as plain time when that reads better.

Timecode is base-60 with a frame remainder

A timecode reads HH:MM:SS:FF, and the frame field is the part that breaks ordinary calculators. At 24 fps the frame counter runs 00 to 23 and then rolls the second; at 25 fps it runs to 24; at 30 fps it runs to 29. Adding 15 frames to 01:00:00:20 gives 01:00:01:11 at 24 fps but 01:00:01:05 at 30 fps. The same expression has different answers depending on a project setting, which is exactly why doing it in your head at 2am produces conform errors.

Write the frame rate into the value and the ambiguity disappears. A suffix such as f24 or f30 pins the rate for that term, so mixed-rate arithmetic stays honest instead of silently assuming the project default.

24 fps
Film standard. Frames 00-23. One hour = 86,400 frames.
25 fps
PAL broadcast. Frames 00-24. One hour = 90,000 frames.
30 fps
Video/broadcast. Frames 00-29. One hour = 108,000 frames.
HH:MM:SS:FF
The SMPTE timecode layout. The last field is frames, not hundredths.
01:00:00:10f24 + 15s + 5m=01:05:15:10f24

Mixing timecode with plain durations while keeping frame precision.

90f24=3s 18f

90 frames at 24 fps is three and three-quarter seconds, not 0.9 of anything.

01:32:15:00f24 - 5s=01:32:10:00f24

Backing a five-second slate off a running timecode.

Runtime, delivery slates and the numbers a client actually asks for

Deliverable specs are written in mixed units. A broadcaster will ask for a programme of 44:30 with a five-second slate, bars and tone at a fixed duration, and a hard out. Building that timeline means adding durations expressed in minutes and seconds to durations expressed in frames, then reading the result back as a timecode so it can be typed into the deliverable sheet.

The reverse question - how many frames is this - comes up whenever you hand work to VFX or conform. Frame counts are the lingua franca there, and the conversion depends on the rate, so it pays to state it explicitly rather than assume.

44m 30s=64,080f

Programme duration expressed as a frame count at 24 fps for a VFX handover.

2h 30m=216,000f

A typical feature length in frames at 24 fps.

01:00:00:00f24 + 44m 30s + 5s=01:44:35:00f24

Programme start at the one-hour mark, plus runtime, plus slate.

Why the frame rate has to travel with the number

The most expensive mistakes in an edit suite are unit mistakes, not arithmetic mistakes. A duration copied from a 25 fps timeline into a 24 fps sequence looks correct to the eye and is wrong by one frame per second - four seconds of drift across a feature. Because a bare timecode carries no rate, it cannot warn you.

Keeping the rate attached to each value means a mixed-rate expression either resolves correctly or is visibly mixed, and the output format selector then lets you read the same underlying result as 24 fps timecode, 30 fps timecode, a raw frame count or plain hours and minutes without recomputing anything.

Real Examples

00:59:30:00f24 + 00:01:15:12f24=01:00:45:12f24

Add a clip to a sequence - carry across seconds, minutes, and the hour.

01:23:45:00f24 - 01:00:00:00f24=00:23:45:00f24

Runtime between two program marks.

02:00:00:00f30 - 01:59:59:29f30=00:00:00:01f30

Exactly one frame at 30 fps - the borrow is correct.

2h / 3=40m

Split two hours of footage into three equal review blocks.

Answers as you type

Quick calc
=

Both widgets live on the widgets page.

Frequently Asked Questions

How do I add SMPTE timecodes?

Add field by field from the right, carrying frames at the frame rate and seconds/minutes at 60. At 24 fps, 00:59:30:00 + 00:01:15:12 = 01:00:45:12. In TCalc you type both values with an f24 suffix and the carry is handled.

Which frame rates does TCalc support?

Any rate you spell out: f23.976, f24, f25, f29.97, f30, f50, f59.94, f60 and more, plus a configurable default so a bare HH:MM:SS:FF follows your project. The NTSC rates are handled as the exact rationals 24000/1001 and 30000/1001. Drop-frame and pull-down live on the dedicated timecode calculator.

Can I mix timecode with regular minutes?

Yes - timecode is a duration under the hood. Add a 90-minute runtime to a timecode and format the result back as SMPTE at your frame rate.