Compression
How to Reduce Video Size for Sharing
Getting a video under an email, chat or upload limit without a series of failed guesses, and what to do when it simply will not fit.
2 min read · Published 15 August 2026
The usual approach to a size limit is to export, check, and try again with a lower number. It works eventually and wastes a lot of time. The arithmetic that decides file size is simple enough to do first, which means one export instead of four.
Start from the limit, not the settings
File size is bitrate multiplied by duration. Turn that round and the bitrate you can afford is the size limit divided by the duration. The bitrate calculator on this site does it, subtracting the audio track first, because sound is not free and on a long file it takes a real share of the budget.
One thing to watch: a stated limit in megabytes is usually binary, meaning 1,048,576 bytes each, while bitrates are decimal. The gap is about five per cent, which is exactly the margin that makes a file that should have fit come in slightly over. Aim two or three per cent under whatever you were told.
Then check whether that bitrate is realistic
A bitrate that fits is not the same as a bitrate that looks acceptable. Ten minutes of 4K into a 25MB limit works out at a bitrate that will produce something close to unwatchable. The compression estimator converts the figure into bits per pixel per frame, which tells you whether the target is achievable at that resolution or whether something else has to give.
What to change, in order
- Cut anything you do not need. Length is the most direct lever there is, and dead air at the start and end is usually the easiest thing in the file to lose.
- Reduce the resolution. Halving both dimensions removes three quarters of the pixels and lets the remaining bitrate go much further.
- Switch to a more efficient codec if the recipient can play it.
- Lower the frame rate if the content is not motion-heavy.
- Reduce the audio bitrate. For speech, 64 to 96 kbps is usually indistinguishable from more.
When it will not fit at all
Some things genuinely do not compress into a small limit while remaining worth watching. A twenty minute 4K recording into a 25MB attachment is not a settings problem, it is an arithmetic one. The honest options are to send a link from a storage service instead, split the video into parts, or send a short excerpt and the full file another way.
Compressing until it fits regardless produces something nobody can actually use, which is worse than admitting the constraint.
Watch for the second compression
Many messaging services compress video again on their own after you send it, sometimes aggressively. If the recipient needs the quality, sending a link to the original file avoids that second pass entirely. It is also why a video that looked fine when you exported it can arrive looking noticeably worse.
A note on what you are sharing
Compressing and sharing a video you made, or one you have permission to pass on, is uncontroversial. Passing on someone else's work is a different question regardless of file size, and one worth being clear about before you send it rather than after.
Common questions
What is the fastest way to get under a limit?
Trim the length first, then drop the resolution one step. Between them these two changes usually get you there without touching bitrate at all, and they cost less visible quality than starving the encoder does.
Why does the file arrive smaller than I sent it?
Many platforms re-compress video after upload to save their own storage and bandwidth. You have no control over that pass, which is why sending a link to the original is better when quality matters.
Should I zip the video first?
It will not help. Video is already heavily compressed, so a general purpose archiver finds almost no redundancy left to remove. Expect a saving of one or two per cent at best.