Video guide

What Is Video Bitrate? A Simple Explanation

Video bitrate explained simply, how it affects quality and file size, typical bitrates for 720p, 1080p and 4K, and when it makes sense to lower it.

Quick answer: video bitrate is the amount of data used for each second of video, measured in megabits per second (Mbps). Higher bitrate means more detail and larger files. For H.264 at 30 fps, around 5–10 Mbps is typical for 1080p and 2.5–5 Mbps for 720p.

Bitrate is the single most important number for understanding video quality and file size, yet it is often hidden in technical menus. Here is what it means in practice.

Definition

Bitrate is measured in megabits per second (Mbps). A 10 Mbps video uses 10 million bits, or 1.25 megabytes, for every second of footage. Multiply by the duration and you get the file size:

File size (MB) ≈ bitrate (Mbps) × duration (seconds) ÷ 8

A 2-minute video at 8 Mbps: 8 × 120 ÷ 8 = 120 MB.

Why bitrate affects quality

Video compression works by describing each frame as efficiently as possible. The encoder reuses information from previous frames and discards details that are hard to see. The more data it is allowed to use, the more detail it can keep.

When the bitrate is too low for the content, you see typical artifacts:

  • Blocking: visible squares, especially in dark areas or gradients like skies;
  • Smearing: fine textures (grass, water, hair) turn into blur;
  • Pumping: quality visibly drops during fast motion or scene changes.

Why the same bitrate can look good or bad

The bitrate a video needs depends on:

  • Resolution: 4K has four times the pixels of 1080p and needs much more data.
  • Frame rate: 60 fps contains twice as many frames as 30 fps.
  • Content complexity: a static interview is easy to compress; confetti, rain, sports or handheld camera movement are hard.
  • Codec: HEVC, VP9 and AV1 need less bitrate than H.264 for similar quality.

This is why there is no single "correct" bitrate: a talking-head video can look great at 3 Mbps in 1080p, while a football match may need several times more.

Typical bitrates

These are common ranges for H.264 at 24–30 fps. Streaming platforms use similar ranges in their upload recommendations. For 60 fps content, allow roughly 1.5 times more.

Resolution Typical bitrate (H.264)
480p 1–2.5 Mbps
720p 2.5–5 Mbps
1080p 5–10 Mbps
4K 20–45 Mbps

Phones often record at higher bitrates than these, because they must encode instantly while filming, and that is why their videos compress so well afterwards.

Constant, variable and quality-based encoding

  • Constant bitrate (CBR) uses the same amount of data every second. It is predictable, which is useful for live streaming, but wasteful on simple scenes.
  • Variable bitrate (VBR) gives more data to complex scenes and less to simple ones, for a target average.
  • Quality-based encoding (CRF) targets a consistent visual quality and lets the bitrate vary as needed. With the x264 encoder, CRF values range from 0 (lossless) to 51 (lowest quality); 18–28 is the usual range, and lower means better quality and bigger files.

Our Compress Video tool uses quality-based encoding, combined with a maximum resolution for each setting.

Resolution vs bitrate: a common trap

A 1080p video with a very low bitrate often looks worse than a 720p video with a sufficient bitrate: the encoder spreads too little data over too many pixels. When you need a small file, lowering the resolution is usually better than starving a high resolution of data.

How to check a video's bitrate

  • Windows: right-click the file › Properties › Details. Look for "Total bitrate".
  • Mac: open the video in QuickTime Player, then Window › Show Movie Inspector. Look for "Data rate".
  • Anywhere: divide the file size by the duration. A 150 MB, 60-second video: 150 × 8 ÷ 60 = 20 Mbps.

When should you lower the bitrate?

  • The file is too large to send or upload.
  • The video will be watched on phones or in small embeds.
  • The video was recorded at a very high bitrate, as is common with phones and action cameras.

Keep the original high-bitrate file for archiving or future editing, and create a compressed copy for sharing.

Frequently asked questions

Is a higher bitrate always better? Up to a point. Beyond the level where artifacts disappear, more bitrate only makes the file bigger.

Does converting to a higher bitrate improve quality? No. Re-encoding cannot recover detail that was lost in the original.

What bitrate should I use for sharing on social media? Around 5–8 Mbps for 1080p H.264 is a good target; platforms usually re-compress uploads anyway.

Found an error in this guide? Tell us at our contact page. Read how we write and update our content in our Editorial Policy.