Technology 9 min readMarch 22, 2025

Bitrate, Resolution, and File Size: How Video Compression Really Works

A clear, jargon-free explanation of the three numbers that decide how big your video is and how good it looks.

If video compression feels like a black box, it is usually because three related ideas get mixed together: resolution, frame rate, and bitrate. Once you understand what each one means and how they interact, choosing the right compression settings stops being guesswork. This guide explains all three in plain language and shows how they combine to determine both the quality and the size of any video.

Resolution: how many pixels per frame

Resolution is the number of pixels in each frame, written as width by height. 1920x1080 (1080p) means each frame is just over two million pixels. 4K (3840x2160) is four times that. More pixels mean more detail, but also more data to store and transmit. Crucially, resolution only helps up to the size of the screen it is viewed on. A 4K video on a phone shows no more visible detail than 1080p, because the screen cannot display the extra pixels.

Frame rate: how many frames per second

Frame rate (fps) is how many still images play each second to create the illusion of motion. 24 fps is the cinematic standard, 30 fps is typical for everyday video, and 60 fps gives extra smoothness useful for sports and gaming. Doubling the frame rate roughly doubles the amount of data, because there are twice as many frames to encode. For most content, 30 fps is plenty.

Bitrate: the master dial

Bitrate is the amount of data the video uses per second, usually measured in megabits per second (Mbps). It is the single number most directly tied to file size, because file size is essentially bitrate multiplied by duration. A 10 Mbps video that runs for 60 seconds produces about 75 megabytes regardless of its resolution. This is the key insight: bitrate, not resolution, is what fills up the file.

Resolution and frame rate determine how much detail and motion you could capture. Bitrate determines how much of it you actually keep.

How the three work together

Think of bitrate as a budget and resolution plus frame rate as the bills you are trying to pay. A 4K/60 video demands a high bitrate to look good, because it has enormous amounts of detail and motion to encode. Give it too little bitrate and it falls apart into blocky artifacts. A 720p/30 video, by contrast, looks clean at a much lower bitrate because there is far less to describe. Good compression is about matching the bitrate budget to what the content actually needs.

Video typeResolution / fpsSensible bitrate
Screen recording / slides1080p / 303–5 Mbps
Everyday talking video1080p / 306–10 Mbps
Fast action or sports1080p / 6012–18 Mbps
High-detail 4K2160p / 3035–50 Mbps

Constant vs variable bitrate

There are two ways to spend the bitrate budget. Constant bitrate (CBR) uses the same data rate throughout, which is simple but wasteful: quiet, static scenes get the same data as complex action. Variable bitrate (VBR) is smarter; it spends more on demanding scenes and less on simple ones, keeping the perceived quality steady while shrinking the overall file. Modern compressors, including BoltCompress, use intelligent variable bitrate so you get the best quality per megabyte automatically.

Why a better codec changes the math

The codec is the technology that turns these numbers into actual compressed data. A more efficient codec like H.265 can hit the same visual quality at a much lower bitrate than H.264, which means smaller files for free. This is why switching codecs is often more effective than fiddling with resolution: you keep all your detail and motion but spend far fewer bits describing it.

Putting it into practice

  1. 1Decide the largest screen your video will realistically be watched on, and set resolution to match. Do not pay for pixels nobody sees.
  2. 2Use 30 fps unless smooth fast motion is essential, then choose 60.
  3. 3Let a smart variable-bitrate encoder set the data rate per scene rather than forcing one fixed number.
  4. 4Choose an efficient codec (H.265) when your devices support it to get the same quality at a smaller size.

The bottom line

Every video file is the product of resolution, frame rate, and bitrate, tied together by the codec. Resolution and frame rate set the ceiling for detail and motion; bitrate decides how much you keep and therefore how large the file is. Master those relationships and you can shrink any video confidently, knowing exactly which dial to turn and why.

Try it on your own video

BoltCompress applies everything in this guide automatically. Upload a video and compress it free in seconds.

Compress a Video

Keep reading