Skip to main content
ToolsHub
5 min read

How to Compress a Video for Email Attachments

Compress a video to fit email attachment limits like Gmail's 25 MB free in your browser — adjust resolution and bitrate with no uploads.

Email Attachment Limits Explained

Most email services cap how large an attachment can be, and video files blow past those limits quickly. Gmail allows attachments up to 25 MB, and if your file is larger it switches to a Google Drive link instead. Outlook is stricter, commonly limiting attachments to around 20 MB, and many corporate mail servers set even lower caps. A single minute of phone video can easily exceed 100 MB, so trying to attach raw footage almost always fails. The fix is to compress the video down to a size that fits. The video compressor reduces file size in your browser using FFmpeg compiled to WebAssembly, so your footage never uploads to a server during the process.

How to Compress Your Video

Shrinking a video to fit an email is quick: 1. Open the tool. Visit the video compressor. 2. Add your video. Drag in the file you want to send. 3. Choose a level. Pick a stronger compression setting to hit a smaller target size. 4. Download. Save the compressed file and attach it to your email. Keep in mind that larger source videos take more time and memory to process locally, so a long clip may take a little patience. Checking the output size before attaching ensures you stay under the limit.

Resolution and Bitrate Basics

Two factors drive video file size more than anything else. Resolution is the pixel dimensions of the frame, such as 1080p or 720p. Dropping from 1080p to 720p removes more than half the pixels and shrinks the file substantially, often with little noticeable difference on a phone or in an email preview. Bitrate is how much data is used per second of video. Lower bitrate means a smaller file, though pushing it too low introduces blockiness. Good compression finds a bitrate that keeps the picture clean while meeting your size target. For email, a 720p clip at a moderate bitrate is usually the sweet spot between quality and a sendable size.

Trim the Parts You Do Not Need

Compression is only half the story. The fastest way to make a video smaller is to make it shorter. Before compressing, use the video trimmer to cut out dead air at the start and end, or to keep only the segment that matters. Removing ten seconds of nothing can save several megabytes on its own. A trim-then-compress workflow often gets a stubborn file under the limit when compression alone is not enough, and it spares the viewer from watching footage they do not need.

Resize for an Even Smaller File

If a clip still will not fit after compressing and trimming, reduce its dimensions. A high-resolution screen recording or 4K phone video carries far more data than an email needs. The resize video tool scales the frame down to a smaller size, which combined with compression can dramatically cut the file. For email, the recipient is likely watching on a phone or in a small preview window, so full resolution is rarely necessary. When even that is not enough, consider sharing through a cloud link instead, which every major email service offers for oversized files.

When a Cloud Link Beats an Attachment

Compression solves most email-size problems, but sometimes a different approach is smarter. Very long videos. A full presentation or a lengthy recording may never reach a sensible attachment size without ruining quality. Sharing a cloud link keeps the original intact and lets the recipient stream it. Multiple recipients. A link avoids sending the same large file to many inboxes, which clogs mail servers and storage quotas. Frequent updates. If the video might change, a link always points to the latest version, while an attachment freezes one copy. That said, an attachment is more convenient for short clips, works offline once downloaded, and does not depend on the recipient having access to a particular cloud service. A reliable rule of thumb: if a clip fits comfortably under the limit after trimming, resizing, and compressing, attach it. If it does not, share a link instead. To get a file under the limit, trim first with the video trimmer, scale it down with the resize video tool, then compress. These steps together handle the large majority of everyday email video. And when a clip is simply too long to shrink sensibly, reach for a cloud link without hesitation, since it preserves quality and spares every inbox involved.

Frequently Asked Questions

What is the attachment size limit for Gmail?

Gmail allows attachments up to 25 MB. If your file is larger, Gmail automatically uploads it to Google Drive and inserts a link instead of attaching the file directly.

Is my video uploaded when I compress it?

No. The video compressor uses FFmpeg compiled to WebAssembly to process the file in your browser, so your footage stays on your device. Larger videos take more time and memory.

How can I make a video small enough to email?

Combine three steps: trim out unneeded parts, lower the resolution such as from 1080p to 720p, and apply compression. Together these usually bring a clip under common 20 to 25 MB limits.

Will compressing ruin my video quality?

Moderate compression keeps the video looking good, especially on phones and small previews. Quality only suffers noticeably if you push the bitrate very low to hit an extreme size target.