Video Bitrate Explained: A Beginner's Guide
What Is Bitrate?
Bitrate is the amount of data used to encode one second of video, measured in megabits per second (Mbps) or kilobits per second (kbps). Think of it as the "budget" of data allocated to each second of your video. A higher bitrate means more data per second, which translates to better visual quality — but also larger file sizes.
How Bitrate Affects Quality
Video compression works by discarding detail the encoder considers less important. At high bitrates, the encoder has enough budget to preserve fine detail. At low bitrates, it must aggressively discard information, resulting in visible artifacts: blockiness (macroblocking), blurring, banding in gradients, and loss of texture detail.
The relationship is not linear. Doubling the bitrate does not double the quality — there are diminishing returns. The "sweet spot" depends on resolution, frame rate, content complexity, and the codec used.
Bitrate vs CRF: Two Approaches
Constant Bitrate (CBR): The encoder targets a specific bitrate regardless of content complexity. Simple scenes get more data than they need; complex scenes get less than they need. Rarely ideal.
Variable Bitrate (VBR): The encoder allocates more bits to complex scenes and fewer to simple ones, maintaining consistent quality. Most modern encoders use VBR.
Constant Rate Factor (CRF): Used by Tooler's Video Compressor. Instead of targeting a specific bitrate, you set a quality level (CRF value). The encoder uses whatever bitrate is needed to achieve that quality. Lower CRF = higher quality + larger file. CRF 23 is widely considered "visually lossless."
Typical Bitrate Guidelines
| Resolution | H.264 (Standard) | H.265/HEVC |
|---|---|---|
| 480p (SD) | 1-2.5 Mbps | 0.5-1.5 Mbps |
| 720p (HD) | 2.5-5 Mbps | 1.5-3 Mbps |
| 1080p (Full HD) | 5-10 Mbps | 3-6 Mbps |
| 4K (UHD) | 20-50 Mbps | 10-30 Mbps |
These are general guidelines. Fast-moving content (sports, action) needs higher bitrates than talking-head videos. Animation and screen recordings compress very efficiently and can use lower bitrates.
How to Choose the Right Setting
For most users, CRF-based encoding (what Tooler provides) is the better choice. You do not need to calculate bitrates — just choose your quality level and let the encoder determine the bitrate. This produces more consistent results than manually guessing bitrate targets.