Video is orders of magnitude heavier than any other everyday file type. Knowing which of the four size levers to pull makes it manageable.
A one-minute clip from a modern phone can easily exceed 200 MB. Email providers typically cap attachments around 20 to 25 MB. That gap is why "just send me the video" is one of the most reliably frustrating requests in office life. Understanding what makes video large explains exactly how to make it smaller.
Why video is so heavy
A video is a sequence of images played rapidly, plus audio. Consider raw uncompressed 1080p at 30 frames per second: roughly 2 million pixels, three bytes of colour each, thirty times a second. That is around 180 MB per second. Every video you have ever watched is compressed by a factor of hundreds or thousands.
Video codecs achieve this primarily through temporal compression: consecutive frames are usually very similar, so instead of storing each frame in full, the codec stores occasional complete keyframes and then only the differences between them. This is why a static talking-head shot compresses beautifully while shaky handheld footage of rustling leaves does not.
The four levers that control file size
1. Bitrate
Bitrate is the amount of data used per second, and it is the most direct control over size. File size is approximately bitrate multiplied by duration. Halving the bitrate roughly halves the file. Typical targets for 1080p web video sit between 4 and 8 megabits per second; 720p is comfortable between 2 and 4; screen recordings of mostly static content can go far lower.
2. Resolution
Dropping from 4K to 1080p removes three quarters of the pixels. Dropping from 1080p to 720p removes more than half again. For a clip that will be watched in a small player, on a phone, or embedded in a document, 4K is almost always wasted. Match resolution to how the video will actually be viewed.
3. Frame rate
Halving frame rate from 60 to 30 frames per second can save a substantial share of the file. For interviews, presentations, and screen recordings, 30 fps is perfectly smooth. Reserve 60 fps for fast motion, sport, and gameplay where the extra temporal detail is genuinely visible.
4. Codec
Newer codecs achieve the same visual quality at lower bitrates. H.265 is roughly 40 to 50% more efficient than H.264, and AV1 more efficient still. The trade-off is compatibility and encoding time: H.264 in an MP4 container plays essentially everywhere, which is why it remains the safe default for sharing with people whose software you do not control.
Strategies that work better than compression
Before compressing at all, consider whether you need to send the whole video as a file.
Trim ruthlessly
Duration multiplies everything. Cutting a five-minute clip down to the forty seconds that actually matter reduces the file by more than any encoding setting, and improves the experience for the recipient. This is almost always the best first move.
Share a link instead of a file
Upload to cloud storage or a video platform and send a link. The recipient streams at whatever quality suits their connection, you avoid attachment limits entirely, and you can revoke access later. For most business situations this is the correct answer.
Extract stills where a still will do
A great many videos are sent to communicate something that a screenshot would convey just as well: an error message, a chart, a document state. A compressed still image is a thousand times lighter. If a frame or two suffices, use the Image Compressor on a screenshot and skip video entirely.
Build a document instead
For step-by-step instructions, a sequence of annotated screenshots is often clearer than a screen recording — and searchable. Capture the frames, then assemble them with Image to PDF into a single lightweight document.
Practical targets
- Email attachment: under 20 MB. Realistically that means 720p, 30 fps, around 2 Mbps, and under 90 seconds. Trim first.
- Embedded on a web page: 1080p at 4 to 6 Mbps in H.264 MP4, with a poster image so nothing loads until the visitor presses play.
- Messaging apps: these re-encode aggressively anyway. Send 720p and let the platform do its thing.
- Archival master: do not compress. Keep the original camera file.
Audio matters too
Audio is a smaller share of a video file but not a negligible one. Uncompressed stereo audio runs about 1.4 Mbps; AAC at 128 kbps is transparent for speech and music in a video context, and 96 kbps mono is entirely adequate for a voiceover or screen recording. If your video has no meaningful audio, removing the track entirely is free savings.
Mistakes to avoid
- Re-encoding repeatedly. Each pass degrades quality permanently. Always encode once from the original.
- Upscaling. Converting 720p footage to 1080p adds file size and no detail whatsoever.
- Compressing the master. Keep the original and compress copies.
- Ignoring the recipient. A 4K file is useless to someone watching in a small window on a laptop.
The summary
Trim the duration, then reduce the resolution to what will actually be viewed, then lower the bitrate until quality is merely adequate rather than pristine, and only then reach for a newer codec. In practice, most oversized videos shrink to a sharable size on the first two steps alone. And when the content does not truly need motion, replacing the video with compressed stills or a PDF is faster for you and better for whoever receives it.