FPS timecode calculator
Translate a video timecode into a frame count and the real elapsed time. Pick your frame rate — 23.976, 24, 25, 29.97, 30, 50, 59.94 or 60 fps — enter the HH:MM:SS:FF timecode, and the tool returns the total number of frames plus the true running time.
Frame counts use ((HH × 60 + MM) × 60 + SS) × fps + FF, and real time is derived from the actual fractional frame rate — all computed in your browser.