What compression does to a video file
Video compression works differently than compressing a folder of documents. When you compress a Word file or a spreadsheet into a ZIP archive, the file stays exactly the same — it just takes up less space until you unzip it. Video compression is permanent: the original video data gets removed or simplified, and you cannot get it back by decompressing.
A video file is enormous because it stores color and brightness information for every single pixel in every single frame. A five-minute video at 1080p resolution contains millions of individual images. Compression reduces file size by throwing away data the human eye is unlikely to notice — slightly blurry motion, subtle color shifts, fine details in the background. The more you compress, the more visible the loss becomes.
This matters because you have to choose: keep the original file (which takes up gigabytes of storage), or compress it (which makes it smaller but changes it forever). There is no middle ground where you compress and then uncompress back to the original.
Key Takeaways
- Video compression permanently removes data from the file, so you cannot restore the original quality by decompressing later.
- Changing the resolution (like from 1080p to 720p) shrinks file size more than changing the compression level alone.
- Free tools like HandBrake and VLC let you compress video on your own computer without uploading to a website.
- Before compressing, save a copy of the original file in case you need it later for a different purpose.
- The right compression settings depend on where the video will be watched — a phone screen needs less quality than a large monitor.
When to compress video and when to leave it alone
Compress a video when storage space matters more than perfect quality. This includes videos you are uploading to social media (which compresses them anyway), sharing via email or messaging apps, or storing on a phone with limited space. It also makes sense for rough cuts, practice recordings, or videos you are archiving but do not plan to edit again.
Do not compress if you plan to edit the video later, if you are storing it as a master copy, or if quality is the main point — like a music performance, a presentation recording, or footage you might need to zoom into or crop. Compressing first and then editing creates visible artifacts and degrades quality with each edit. Keep the original file separate.
A practical approach: save the original uncompressed file in one folder, then create a compressed copy in another folder for sharing or storage. This costs extra space upfront but gives you options later.
Resolution, bitrate, and frame rate: what each one controls
These three settings control how much data your video file contains. Understanding what each one does helps you compress without ruining the video.
Resolution is the pixel dimensions — 1920×1080 (called 1080p), 1280×720 (720p), or 854×480 (480p). Lowering resolution shrinks file size dramatically because you are storing fewer pixels per frame. A video at 720p is roughly one-quarter the file size of the same video at 1080p. Resolution is the single biggest lever for compression.
Bitrate is how much data gets stored per second of video, measured in megabits per second (Mbps). Higher bitrate means more detail and smoother motion, but larger files. Lowering bitrate from 8 Mbps to 4 Mbps cuts file size in half but makes motion look choppier and fine details fuzzier. Bitrate is where you see the most visible quality loss when you compress too much.
Frame rate is how many individual images play per second — usually 24, 30, or 60 fps. Lowering frame rate from 60 fps to 30 fps cuts file size in half but makes motion look stuttery. Most videos do not need 60 fps; 24 or 30 fps is standard for film and streaming.
Using HandBrake to compress on your computer
HandBrake is free, open-source software that runs on Windows, Mac, and Linux. It gives you control over every compression setting and does not require uploading your video to a website.
read HandBrake from handbrake.fr. Open the program, click the folder icon to select your video file, then choose a preset from the right panel. The presets are named by device — "Fast 720p30" for phones, "Normal" for general use, "High Profile" for better quality. Each preset is a pre-built combination of resolution, bitrate, and frame rate.
If you want to adjust settings yourself, click the "Video" tab. You can change resolution in the "Dimensions" section, bitrate in the "Quality" slider (higher numbers mean better quality but larger files), and frame rate in the "Framerate" dropdown. Start with the preset closest to what you want, then tweak from there.
Click "Start Encode" and HandBrake will process the video. This takes time — a five-minute video might take 10 to 30 minutes depending on your computer and the compression settings. The original file stays untouched; HandBrake creates a new compressed file in the location you specify.
Using VLC to compress without learning new software
VLC is a free video player that most people already have. It also has a hidden compression tool that works for straightforward jobs.
Open VLC, go to the Media menu, and select "Convert / Save". Click "Add" and choose your video file. At the bottom, click the dropdown that says "Profile" and select a compression profile — "Video - H.264 + MP3 (MP4)" is a safe choice for most videos. Click "Browse" to choose where to save the compressed file, then click "Start".
VLC's compression is less flexible than HandBrake — you cannot easily adjust individual settings like resolution or bitrate. Use VLC when you want a quick result without fiddling with options. Use HandBrake when you need more control.
Compression settings for different purposes
| Purpose | Resolution | Bitrate | Frame Rate | File Size Example |
|---|---|---|---|---|
| Social media (YouTube, TikTok) | 720p or 1080p | 4–6 Mbps | 30 fps | 5-min video: 150–225 MB |
| Email or messaging | 480p or 720p | 2–3 Mbps | 24 fps | 5-min video: 75–112 MB |
| Phone storage | 480p | 1–2 Mbps | 24 fps | 5-min video: 37–75 MB |
| Archive (not for editing) | 1080p | 6–10 Mbps | 30 fps | 5-min video: 225–375 MB |
These are starting points. If the compressed video looks too blurry or choppy, increase the bitrate or resolution and try again. If file size is still too large, lower them further.
What to do if compression goes wrong
If you compress a video and the result looks terrible — pixelated, blurry, or stuttering — you cannot fix it by re-compressing the compressed file. Each compression pass removes more data. Instead, go back to your original uncompressed file and compress it again with different settings.
This is why keeping the original file is essential. If you deleted the original and only have the compressed version, you are stuck with the quality loss. Before you compress anything, make a backup copy of the original file in a separate location — an external drive, a cloud storage folder, or a second folder on your computer.
If you are compressing many videos, test your settings on one short clip first. Watch it on the device where it will actually be viewed — a phone screen, a TV, or a computer monitor — before you compress the rest. What looks acceptable on a small phone screen might look unacceptable on a large monitor.
Frequently Asked Questions
Can I compress a video that is already been compressed?
Yes, but each compression pass removes more data and degrades quality. If you compress a video twice, the second compressed version will look noticeably worse than if you had compressed the original once with the same final settings. Always compress from the original file when possible.
What file format should I use for the compressed video?
MP4 (using H.264 video codec) is the most compatible format — it plays on phones, computers, tablets, and most websites. WebM is smaller but not supported on iPhones or older devices. Stick with MP4 unless you have a specific reason to use something else.
How do I know if my compressed video is small enough?
Check the file size and where you are sending it. Email typically has a 25 MB attachment limit. Text messaging apps usually cap videos at 100 MB. Social media sites accept much larger files but compress them again on their own servers. If your compressed file fits the destination, it is small enough.
Does compressing a video take a long time?
Yes. Compression is a CPU-intensive process that can take 10 to 60 minutes for a five-minute video, depending on your computer speed and the compression settings. Higher compression (smaller file size) takes longer. Let the software run in the background and do not close it until it finishes.
Will the compressed video play on all devices?
MP4 files with H.264 video play on nearly all modern devices — phones, tablets, computers, and streaming devices. Older devices or specialized software might not support other formats. If you are unsure, MP4 is the safest choice.