Video quality and delivery

How to Calculate Video File Size from Bitrate and Duration

Estimate video storage from total bitrate and running time, with worked examples and the difference between decimal MB and binary MiB.

Quick answer

The short version

Multiply total bitrate in bits per second by duration in seconds, then divide by eight to convert bits to bytes. Add video and audio bitrates before calculating.

What matters most

  • Bitrate and duration determine an encoded file estimate more directly than resolution.
  • Variable bitrate makes the result an estimate until encoding finishes.
  • MB and MiB use different unit systems.

How to apply it

  1. Add video, audio and any relevant overhead bitrates.
  2. Convert duration to seconds.
  3. Multiply bitrate by seconds and divide by eight.
  4. Convert bytes to MB using 1,000,000 or MiB using 1,048,576, and label the result clearly.

Reference table

How to Calculate Video File Size from Bitrate and Duration reference table
Total bitrateDurationApproximate decimal size
5 Mb/s1 minute37.5 MB
10 Mb/s10 minutes750 MB
20 Mb/s30 minutes4.5 GB
50 Mb/s60 minutes22.5 GB

Use exact dimensions and units in production notes; familiar labels can describe more than one standard.

Common mistakes to avoid

  • Forgetting that bitrate is measured in bits while file size is usually bytes.
  • Leaving audio bitrate out of the total.
  • Assuming resolution alone predicts file size.

Continue with the right tool

Use a calculator to check the numbers against your own source and destination instead of relying on a generic preset.

Related guides

Frequently asked questions

Why is the final file different from the estimate?

Variable bitrate, container overhead and encoder behavior change the actual total.

Does frame rate affect size?

It influences how much bitrate may be needed for a quality target, but bitrate remains the direct size input.

How many bits are in a byte?

Eight bits equal one byte.