Video File Size Calculator

Estimate a video file's size from duration and bitrate.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

This video file size calculator estimates how large a video file will be from its duration and its video + audio bitrate. It is handy for planning storage, picking an export setting, or checking whether a clip will slip under an upload or email limit before you spend time encoding it.

How it works

File size is governed entirely by bitrate and length — resolution and codec only matter because they determine the bitrate. The tool:

  1. Converts the duration to seconds: hours×3600 + minutes×60 + seconds.
  2. Adds the video and audio bitrates into one total kbps.
  3. Computes bytes as total_kbps × 1000 × seconds ÷ 8 (×1000 to go from kilobits to bits, ÷8 to go from bits to bytes).
  4. Shows the result in the most readable unit, stepping up through B, KB, MB, GB and TB in 1024-based steps.

Example

A 10-minute clip at 5000 kbps video plus 192 kbps audio:

  • total bitrate = 5000 + 192 = 5192 kbps
  • bits = 5192 × 1000 × 600 = 3,115,200,000
  • bytes = ÷ 8 = 389,400,000371 MB
VideoAudioDurationEstimated size
5000 kbps192 kbps10 min~371 MB
8000 kbps256 kbps5 min~295 MB
2500 kbps128 kbps60 min~1.10 GB

Enter your numbers and the size updates instantly — everything stays in your browser, nothing is uploaded.

Ad placeholder (rectangle)