• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Calculator based on resolution, fps and length

filipcro

Junior Member
I'm trying to find a simple calculator that outputs the size of the video file based on resolution, fps and length.

So, if I put in 1280*720, 24fps, 20min, I want to know what will be the size of the video file based on those 3 values.
 
There's an almost infinite number of possible answers using the same numbers for those three items. The primary determining factors of the size of a video are the bit rate of the video and the type of compression used.
 
The primary determining factors of the size of a video are the bit rate of the video and the type of compression used.

Exactly. H.264 compression, for example, will achieve better picture fidelity with a lower bitrate than, say, MPEG2. Additionally, you're mostly going to get average bitrates with newest codecs, which adapt frame-by-frame.

So, regardless of the resolution or fps...
20mins * 5mbps constant = 1200s * 5mbps = 6000mb / 8 bpB = 750MB

If you know your camera puts out 18mbps in 720p mode, then you can say that 20mins will equal ~2.7GB
 
Last edited:
Back
Top