Compressing video: bitrate is the setting that matters
Everyone reaches for resolution first. Bitrate is what actually controls the file size.
Video compression confuses people because there are three knobs and only one of them usually needs turning. Resolution is how many pixels. Frame rate is how many images per second. Bitrate is how much data is spent per second of video, and it is the one that decides file size.
Drop a 1080p clip from a high bitrate to a moderate one and the file halves with barely any visible difference on a phone screen. Drop the resolution to 480p instead and it looks obviously worse while saving less than you expected. Start with bitrate. The compressor is in ToolHub.
Compress Video: the facts that matter
| Main control | Bitrate, not resolution |
| Output format | MP4 with H.264, the widest compatibility |
| WhatsApp limit | Around 16 MB |
| Screen recordings | Compress very well, being mostly static |
| Reversible | No. Keep the original |
How to do it, step by step
- 1Note your target size. WhatsApp caps around 16 MB for video, email attachments usually 25 MB.
- 2Open the video compressor in ToolHub.
- 3Reduce bitrate first, keeping the resolution. This is where the saving is.
- 4Only reduce resolution if bitrate alone did not get you there, and only to 720p rather than lower.
- 5Watch ten seconds of the output on the device it is meant for. A phone hides compression that a monitor exposes.
Three things worth knowing
- Trim before you compress. Removing ten seconds of nothing beats compressing them.
- H.264 MP4 plays everywhere. Fancier codecs save space and then fail to open on someone's device.
- For anything hosted on a website, video should be served from proper infrastructure rather than uploaded as a file. CodeAiMan's cloud and DevOps team handles that kind of setup.
Common problems, solved
Where to run it
This tool is part of the ToolHub tool library, a library of over 1,000 browser-based tools covering PDF, image, video, audio, text and developer work. Everything runs in the browser and none of it needs an account.
ToolHub is built by codaiman.com, an AI-first software company in Ahmedabad. Related to this page: Cloud and DevOps aws, azure and gcp infrastructure with docker, kubernetes, ci/cd and infrastructure as code.
Compress Video, in the browser: no install, no sign-up, no upload queue. Part of the ToolHub library from CodeAiMan.
Open ToolHubRelated tools
Trim Video
Cutting dead footage reduces file size with zero quality loss. Compression cannot say the same.
Read guideConvert Video to MP4
MOV, AVI, MKV all play somewhere. MP4 with H.264 plays everywhere. That is the whole reason for this conversion.
Read guideVideo to GIF
GIF is a terrible video format that is universally supported. Here is how to keep one small enough to be useful.
Read guide