๐ŸŽž๏ธ Frame Rate Converter

Time per frame (ms)16.6667 ms
Common frame rates
24 fps41.6667 ms
30 fps33.3333 ms
60 fps16.6667 ms
90 fps11.1111 ms
120 fps8.3333 ms
144 fps6.9444 ms
240 fps4.1667 ms

Convert between frame rate (fps, frames per second) and the time per frame (milliseconds). Useful for game development and video editing frame-timing calculations.

How to use

  1. Choose "fps to ms" or "ms to fps" mode.
  2. Enter the frame rate or the time per frame.
  3. The converted value is shown automatically.

FAQ

What formula does this use?

Time per frame (ms) = 1000 / fps โ€” a simple reciprocal relationship.

Why is 60fps equal to 16.67ms?

Dividing one second (1000ms) evenly into 60 frames gives 1000 รท 60 โ‰ˆ 16.6667 ms per frame.

How is this used in game development?

When building a fixed-frame-rate game loop, it helps you understand the time budget available for processing each frame.