What Is Video Bitrate?
Learn what video bitrate means, how it affects MP4 and MOV file size, and practical bitrate ranges for email, web, and archive exports.
The export panel shows Mbps, kbps, or a quality slider with no numbers. You lower the slider, the preview looks fine on your monitor, and the uploaded file still looks mushy on a phone. Bitrate is the dial those controls usually adjust under the hood.
Bitrate defined simply
Bitrate is the amount of video data encoded per second, measured in bits per second (often Mbps, megabits per second).
Audio has its own bitrate (for example, 128 kbps AAC). Total file size roughly equals:
(video bitrate + audio bitrate) × duration ÷ 8
Divide by 8 to convert bits to bytes. A 60-second clip at 10 Mbps video plus 0.128 Mbps audio is about 76 MB before container overhead.
Higher bitrate gives the encoder more room to preserve detail, motion, and grain. Lower bitrate forces heavier compression and visible artifacts.
Bitrate is not the same as resolution. A 1080p file at 15 Mbps can look sharper than a 4K file at 8 Mbps on a normal monitor.
How bitrate relates to file size
Duration multiplies everything. Doubling length doubles size at the same bitrate. That is why trimming a screen recording before re-export often helps more than tweaking CRF by one step.
| Duration | Video bitrate | Approximate video size |
|---|---|---|
| 1 min | 5 Mbps | ~37 MB |
| 1 min | 10 Mbps | ~75 MB |
| 5 min | 5 Mbps | ~185 MB |
| 5 min | 2 Mbps | ~75 MB |
Add audio and mux overhead. Short social clips need fewer absolute megabytes than hour-long webinars at the same bitrate. Plan with the video file size calculator .
Constant vs variable bitrate
CBR (constant bitrate) targets the same rate every second. Predictable for live streaming and some broadcast specs. Can waste bits on easy scenes.
VBR (variable bitrate) spends more bits on hard scenes (sports, confetti, screen scroll) and less on static shots. Most file exports use VBR or quality-based modes (CRF in FFmpeg, “Quality” sliders in apps).
CRF (constant rate factor) picks quality and lets bitrate float. You choose sharpness; file size varies by content. Screen recordings with small text need higher quality settings than a talking-head clip.
Export dialogs that hide numbers still map sliders to CRF or average bitrate internally. Moving the slider one notch can jump several megabytes on a long clip.
Bitrate vs resolution and codec
Bitrate does not work in isolation.
| Factor | Why it matters |
|---|---|
| Resolution | 4K has four times the pixels of 1080p; it needs more bits for the same sharpness |
| Frame rate | 60 fps needs more bits than 24 fps for the same motion smoothness |
| Codec | H.265 can achieve similar quality at lower bitrate than H.264 |
| Content | Grass, water, and UI text are hard to compress |
Dropping 4K to 1080p often saves more than halving bitrate at 4K. See H.264 vs H.265 and frame rate basics .
Practical ranges by use case
Starting points for H.264 at 1080p (adjust after preview):
| Use case | Video bitrate hint |
|---|---|
| Email or chat attachment | 720p, about 2 to 4 Mbps, trim first |
| Internal review | 1080p, about 5 to 8 Mbps |
| YouTube or Vimeo upload | 1080p, about 8 to 12 Mbps (platform re-encodes); see YouTube recommended settings |
| Archive master | High bitrate or visually lossless; store on disk, not email |
For 4K, use higher figures unless you encode with HEVC. Phone 4K clips often arrive at high bitrate already; re-exporting at sensible settings for sharing is normal. When the cap is fixed in megabytes, use compress video to target size on Mac instead of guessing Mbps.
Platforms re-encode on ingest. Uploading a 50 Mbps mezzanine rarely helps viewers; it only slows your upload.
Common mistakes when lowering bitrate
Mistake 1: Crush bitrate before dropping resolution. A blocky 4K file can be larger and uglier than a clean 1080p export.
Mistake 2: Ignore audio. 256 kbps stereo matters for music demos; 96 kbps is enough for voice-over screen recordings.
Mistake 3: Judge quality only on a high-density panel. Pause on small text and fast pans on a typical laptop.
Mistake 4: Re-compress an already compressed MP4 repeatedly. Each generation adds artifacts. Keep a master and compress a copy for delivery.
Step-by-step paths: Mac video compression or Windows video compression . Duration math: how long is a 10 MB video .
When a quality preset is enough
A built-in 720p or 1080p export can work when the file lands under the limit and text stays readable.
When a form lists an exact megabyte number, working backward from size is clearer than picking Mbps. GetCompress can set a video target file size, preview the clip, and save presets for recurring portals. Exact target size is video only. It does not replace a color suite or broadcast packaging tool.
- Video size calculatorEstimate video file size from duration, resolution, and bitrate. Use the formula and tables to plan MP4 exports before you re-encode.
- 10 MB video lengthEstimate how many seconds fit in a 10 MB MP4 or MOV at 720p and 1080p, and what to change when you need a smaller video.
- Target Video Size on MacHit an exact MB cap for email or uploads on Mac. Use GetCompress target file size, or FFmpeg two-pass encoding when you want manual bitrate control.
- H.264 vs H.265Compare H.264 (AVC) and H.265 (HEVC) for file size, quality, compatibility, and when to pick each codec for sharing video.