File size = bitrate * number of minutes * .0075 Bitrate = file size / (number of minutes * .0075) Number of minutes = file size / (bitrate * .0075) otherwise GB = mbps * minutes * .0075 mbps = GB / (minutes * .0075) minutes = GB / (mbps * .0075)
NOTE: The .0075 is derived from the following:
1/8 * 60 / 1000 = 0.0075.
File Size = width x height x colour depth x frame rate x duration
NOTE:
Sound File Size = sample rate x duration x bit depth x number of channels
NOTE:
Bitrate = file size / (number of minutes * .0075) Bitrate = (file size * 8) / (duration in seconds) Video Bitrate = Total Bitrate - Audio Bitrate
Number of minutes = file size / (bitrate * .0075).
file size = bitrate * number of minutes * .0075 file size = duration × frame rate × frame size frame size = H × V × color depth color depth = 8bitxRGB = 8*3 = 24 Picture File Size = colour depth x width in pixels x height in pixels colour depth = RGB=3 bytes; RGBA=4 bytes file size = bitrate * time file size = duration × file size per sec / 8 file size per second = fps × frame size Video File Size = (Bitrate / 8) × Duration File Size (in Bytes)=(Video Bitrate × Duration)+Audio Bitrate File Size (in Bytes)=(Video Bitrate × Duration)+((Audio Bitrate x Audio Size)/Audio Channels*6) Compressed Video File Size (GB) = (Bitrate (Mbps) * Total Time (seconds)) / (8 * 1024)
See bits per raw sample field.
An approximation of the sound bitdepth can be calculated by using variables: audio sample rate, audio channels and audio bitrate.
audio bitdepth = audio bitrate / audio_channels / audio sample rate
NOTE: The audio bitrate may need to be multiplied by 1,000 to be in bits.
bit rate = audio sample rate * audio channels * audio bit depth
Sound File Size = sample rate x duration x bit depth x number of channels