Frames to Seconds

Popular Conversions

FramesFPSSecondsTimecode (MM:SS:FF)
18002475.0003:15:00
18003060.0001:00:00
36006060.0001:00:00
9002536.0000:36:00
720024300.0005:00:00

Conversion Formula

Seconds = Frames ÷ FPS. For timecode: Total seconds to minutes (floor division), remainder to seconds, frames modulo FPS.

  1. Divide frames by FPS for decimal seconds.
  2. Total minutes = floor(total seconds / 60).
  3. Remaining seconds = total seconds % 60.
  4. Remaining frames = frames % FPS.

Visual Timeline

Slider shows progress from 0 to input frames at selected FPS.

Regional Standards

  • North America/Japan: 29.97 or 30 fps (NTSC video).
  • Europe/Australia: 25 fps (PAL video).
  • Cinema global: 24 fps standard.
  • Gaming/PC: 60, 120, 144 fps common.

Frequently Asked Questions

How does drop-frame vs non-drop-frame affect calculations?
Non-drop uses simple division; drop-frame skips frames periodically to match real time (e.g., 29.97 fps). This calculator uses non-drop for simplicity—use specialized tools for broadcast.
What if FPS is fractional like 23.976?
Formula still applies directly: seconds = frames / 23.976. Presets included for accuracy.
Can I convert large frame counts?
Yes, handles up to billions; outputs precise timecodes for long videos or animations.
Why use specific FPS for video editing?
Matches project settings to avoid sync issues in Premiere, DaVinci Resolve, or After Effects.