Calculator based on resolution, fps and length

filipcro

Junior Member
Jan 7, 2014
7
0
0
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.
 

Fardringle

Diamond Member
Oct 23, 2000
9,200
765
126
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.
 

Gooberlx2

Lifer
May 4, 2001
15,381
6
91
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:

serpretetsky

Senior member
Jan 7, 2012
642
26
101
do video compression methods use variable bit rates like a lot of audio compression methods?