To compute the the time of one frame, compute the reciprocal value of the frame rate. You get the number of seconds. To get the value in milliseconds, multiply by 1000.
25 fps: frame time is 1/25 s = 0.04 s; in milliseconds: 0.04 * 1000 ms = 40 ms
30 fps: frame time is 1/30 s = 0.0333 s; in milliseconds: 0.0333 s * 1000 ms = 33.333 ms
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.