How to Reduce Video File Size Without Wrecking the Quality
A video file is too large for an email, a messaging app or an upload limit, and you need it smaller. Before compressing blindly, it helps to know which dial actually controls size.
The one number that matters most
File size is close to a simple product: bitrate multiplied by duration.
Bitrate is how many bits per second the encoder spends describing the video. A ten-minute clip at 10 Mbps is roughly 750 MB, regardless of whether it is 1080p or 4K. Resolution and frame rate matter, but they matter through bitrate: higher resolution needs more bits to look acceptable, so encoders allocate more.
This gives you a clear order of operations.
1. Trim first
The cheapest reduction is removing footage you do not need. Cutting duration in half roughly halves the size, and unlike compression it costs no quality at all in the part you keep. If you can do it losslessly, it is also nearly instant.
Most oversized videos contain dead air at the start, a fumble at the end, or a long stretch nobody will watch. Remove those before touching any encoder settings.
One caveat: the relationship is not perfectly linear. Encoders spend more bits on complex, fast-moving footage. Cut away a static intro and keep the action, and your file will shrink by less than the duration suggests.
2. Lower the bitrate
The most direct lever. Halving the bitrate roughly halves the file.
How far you can go depends on the footage. A talking head against a plain wall survives aggressive compression, because very little changes between frames. Handheld footage of a crowd, rain, confetti or foliage falls apart quickly, because almost every pixel changes every frame and the encoder has nothing to reuse.
Rough starting points for H.264 at 30 fps: 1080p looks good around 8 Mbps and acceptable near 5; 720p works around 5 Mbps; 4K generally wants 35 Mbps or more. Treat these as opening bids and judge with your eyes, especially on the most complex few seconds rather than a calm shot.
3. Drop the resolution
If the video will be watched on a phone, 4K is wasted. Scaling 4K down to 1080p cuts the pixel count by three quarters and permits a much lower bitrate for the same perceived quality.
Match the resolution to the destination, not to the camera. Most social platforms re-encode to around 1080p anyway, so uploading 4K often just means uploading four times the data for the platform to discard.
4. Switch codec
The same footage at the same visual quality is meaningfully smaller in H.265 or AV1 than in H.264, often 25 to 50 percent. That is a real saving with no perceptual cost.
The trade-off is compatibility and encoding time. If the file needs to open on an unknown device, H.264 remains the safe choice. See our guide to video codecs for the details.
5. Reduce frame rate, carefully
Halving frame rate from 60 to 30 fps saves a meaningful amount. It also visibly changes how motion feels, and it is not reversible. Reasonable for a screen recording or a static interview; a bad idea for sport or anything with fast camera movement.
What does not help much
Changing the container. Rewrapping an MP4 as a MOV moves the same compressed data into different packaging. The size barely changes.
Zipping it. Video is already compressed to the point where general-purpose compression finds almost nothing left to exploit. Expect a percent or two.
Re-encoding at the same bitrate. This costs you a compression generation and saves nothing. If you are going to re-encode, lower something.
A practical order
Trim the footage. Match the resolution to where it will actually be watched. Lower the bitrate until you can see the damage, then step back one notch. Only then consider a newer codec, and only if you know the destination can decode it.
And re-encode from your original, not from an already-compressed export. Each lossy generation compounds, and it is far easier to go back to the source than to recover detail that has already been discarded.