When you compress a video and it comes out blocky, the most likely reason is that the bitrate — the amount of data used per second of video — was set too low. Bitrate is the primary dial controlling the trade-off between quality and file size, and understanding it is the key to compressing video intelligently rather than guessing.
What Bitrate Actually Is
Bitrate is measured in kilobits per second (kbps) or megabits per second (Mbps). It tells you how many bits of data are used for every second of playback.
- A video at 8,000 kbps uses 8 megabits for every second played.
- Over a 5-minute video, that's 8 × 300 = 2,400 megabits ≈ 300 MB.
Halve the bitrate and you roughly halve the file size — but with increasing cost to visual quality.
Bitrate, Resolution and Quality Together
Bitrate doesn't mean much without knowing the resolution:
| Resolution | Typical good-quality bitrate (H.264) | Typical acceptable bitrate |
|---|---|---|
| 480p | 1,500–2,500 kbps | 700 kbps |
| 720p | 2,500–5,000 kbps | 1,500 kbps |
| 1080p | 5,000–8,000 kbps | 3,000 kbps |
| 4K | 15,000–40,000 kbps | 8,000 kbps |
These are rough guides for H.264. With H.265, you can use roughly half these bitrates for similar visual quality.
What Low Bitrate Looks Like
- Flat scenes (a still room, a talking head) stay reasonably clean even at lower bitrates.
- Complex motion (sport, fast panning, explosions) is hardest to compress — detail breaks up first.
- Fine texture (grass, fabric, foliage) becomes smooth and smeared.
- Sudden scene changes can cause visible quality drops for a moment.
This is why the same bitrate setting can look fine on one video and terrible on another — the content type matters as much as the number.
Variable vs Constant Bitrate
Most compressors offer a choice:
- Constant bitrate (CBR) — uses the same bitrate throughout. Predictable file size; wastes bits on easy scenes.
- Variable bitrate (VBR) — uses more bits for complex scenes, fewer for simple ones. Better average quality for the same file size.
For general use, VBR is the better default.
Practical Guidance for Common Uses
| Use | Suggested approach |
|---|---|
| WhatsApp video | Keep total file small; a few minutes at 720p around 1,000 kbps usually works |
| Email attachment | Under 25 MB; choose resolution and bitrate accordingly |
| YouTube upload | YouTube re-encodes everything; upload as high quality as practical |
| Archiving | Match the original's bitrate; don't compress unnecessarily |
| Sharing on a slow connection | Reduce resolution first, then bitrate |
Use Video Compressor to apply these settings without needing to configure them manually — it handles resolution, bitrate and codec together. For more background on the practical steps, see how to reduce video file size without losing much quality and how to compress a video for WhatsApp. If compressed videos look blocky, read why compressed videos look blocky.