Introduction
Making a video smaller sounds simple, but there are several ways to do it. You can reduce bitrate, lower resolution, trim unwanted parts, change codecs or to a more efficient format. The best method depends on whether you care most about email limits, website speed, social uploads, storage space or visual quality.
Why video files get so large
Modern phones and cameras record high resolution, high frame rate footage by default. A short 4K clip can become hundreds of megabytes or more. Screen recordings can also become large because they preserve sharp UI text and long periods of motion, while online meeting recordings can grow with duration.
What compression actually changes
A compressor looks for repeated visual information between frames, adjusts bitrate and codec settings, and can optionally reduce resolution. The aim is to remove data viewers are unlikely to notice, not to randomly delete parts of the video. Better compressors balance size reduction with stable visual detail.
Method 1: set a target file size
Target-size compression is the easiest method when you must stay under a limit. For example, if an upload form allows 100MB, set the target to 90MB or 95MB to leave a small safety margin. The compressor estimates bitrate from the target size and video duration.
Method 2: adjust quality
Quality-based compression is better when the exact file size is flexible. A CRF-style setting lets the encoder decide how many bits are needed to preserve detail. Lower values keep more quality and create larger files; higher values shrink more aggressively.
Method 3: reduce resolution
Resolution reduction can make a large difference, especially for 4K footage that will only be watched on mobile screens. Dropping from 4K to 1080p or from 1080p to 720p can reduce size significantly, but it is not ideal when small text or detailed product UI must remain sharp.
Method 4: trim before compressing
The cleanest way to reduce size is to remove content nobody needs. Cutting silent openings, repeated takes, dead air or unused endings reduces duration and improves quality because the remaining video gets more bitrate from the same size budget.
Recommended workflow
Start by trimming if needed, then choose MP4/H.264 for broad compatibility. Use target size for strict upload limits and quality mode for general sharing. Preview the result before sending and keep the original until you know the compressed version is acceptable.
Common mistakes
Do not recompress the same file over and over, because quality loss accumulates. Do not force a long video into an unrealistically tiny size. Do not assume smaller resolution is always the answer. For tutorials, screen recordings and demos, text readability may matter more than pure file size.
FAQ
MP4 is usually the safest format for sharing. H.264 offers the broadest playback support, while H.265 may produce smaller files but can be less compatible. Online tools are convenient for public content; local compression is better for sensitive files you do not want to upload.