The fastest way to reduce file size is to re-encode at a lower bitrate

A video file's size comes down to three things: resolution (how many pixels wide and tall), frame rate (how many frames per second), and bitrate (how much data each second of video uses). Lowering any one of these shrinks the file. The most effective single change is usually bitrate — you can cut file size in half or more without changing what the video looks like on a normal screen.

Most video editing software and free tools let you export with a lower bitrate than the original. If you shot at 50 Mbps (megabits per second), exporting at 8 Mbps or 10 Mbps produces a much smaller file that still plays smoothly on phones, tablets, and computers. The trade-off is real but usually invisible unless you zoom in or project on a large screen.

The second most effective change is resolution. A 4K video (3840 × 2160 pixels) takes up roughly four times as much space as the same video in 1080p (1920 × 1080 pixels). If you're uploading to social media or sharing via email, 1080p is the practical limit anyway — most platforms compress it further on their end.

Key Takeaways

  • Bitrate is the single biggest factor in file size; lowering it from 50 Mbps to 8–10 Mbps cuts file size dramatically without visible quality loss on normal screens.
  • Resolution matters second; exporting at 1080p instead of 4K reduces file size by roughly 75 percent.
  • Frame rate (24, 30, or 60 fps) has less impact than bitrate or resolution but still matters — 24 fps uses less space than 60 fps.
  • Different codecs (H.264, H.265, VP9) compress differently; H.265 and VP9 produce smaller files than H.264 at the same quality, but not all devices play them.
  • The right settings depend on where the video goes: social media, email, archiving, or playback on specific devices.

How to change bitrate in common editing software

In Adobe Premiere Pro, go to File > Export > Media. In the Video tab, find the Bitrate section. Change "Target Bitrate" to a lower number — 8 Mbps is a good starting point for 1080p. You'll see the estimated file size update in real time. Click Export and the software re-encodes the video at that bitrate.

In DaVinci Resolve (free version available), click the Deliver tab at the bottom. Under Video Codec, select H.264. Scroll down to Bitrate and set it to 8000 kbps (8 Mbps). The file size estimate appears below. Click Add to Queue, then Start Render.

In iMovie (Mac only), click File > Share > File. Choose a resolution from the dropdown — 1080p is the highest. iMovie automatically adjusts bitrate based on your choice. Click Next and save.

In Windows Photos (built into Windows 10 and 11), open the video, click the three dots, select Trim or Edit, then click Save a Copy. Choose a quality level — Medium or Low produces smaller files than High. The app re-encodes and saves the new version.

Using free tools if you don't have editing software

HandBrake (Windows, Mac, Linux) is purpose-built for this. Open the video, choose a preset from the right panel — "Fast 1080p30" or "Fast 720p30" are good starting points for smaller files. Click Start to re-encode. The process takes time (often longer than the video itself) but produces reliable results.

FFmpeg (Windows, Mac, Linux) is command-line only, which means you type instructions rather than clicking buttons. It's powerful and fast, but requires learning syntax. A basic command to lower bitrate looks like: ffmpeg -i input.mp4 -b:v 8M output.mp4 (this sets bitrate to 8 Mbps). Guides for FFmpeg are widely available online.

VidCoder (Windows) and Shotcut (Windows, Mac, Linux) both offer graphical interfaces similar to HandBrake. Shotcut is particularly useful if you need to trim or crop the video at the same time you're lowering the file size.

Online converters like CloudConvert or Zamzar let you upload a video and read a smaller version, but they're slower than desktop software and may have file size limits. Use them only if you don't have a computer powerful enough to re-encode locally.

Choosing the right bitrate for where the video goes

For email or file sharing, aim for 5–8 Mbps at 1080p. A five-minute video at 8 Mbps is roughly 300 MB, which fits most email systems and cloud storage quotas. If that's still too large, drop to 720p resolution or lower bitrate to 5 Mbps.

For YouTube, TikTok, or Instagram, these platforms compress video further after you upload, so bitrate matters less. YouTube recommends 8 Mbps for 1080p uploads, but anything from 5–12 Mbps works. TikTok and Instagram compress heavily regardless, so 5–8 Mbps is plenty.

For archiving or keeping a backup, use a higher bitrate (15–25 Mbps) so you retain quality if you need to edit or export again later. The file is larger, but you avoid re-encoding the same video multiple times, which degrades quality each time.

For playback on older devices or slow internet, drop to 720p resolution and 4–5 Mbps bitrate. This ensures smooth playback even on phones with limited storage or on connections slower than 10 Mbps.

Understanding codecs and when they matter

H.264 (also called AVC) is the oldest and most compatible codec. Nearly every device plays it. Files are larger than newer codecs, but compatibility is may provide.

H.265 (also called HEVC) compresses better than H.264 — you get the same quality at roughly 40–50 percent smaller file size. The catch: older phones, tablets, and computers may not play it. If your audience includes older devices, stick with H.264.

VP9 is Google's codec, used on YouTube and some Android devices. It compresses similarly to H.265 but is less widely supported. Use it only if you know your audience has compatible devices.

For most purposes, H.264 at 8 Mbps is the safe choice. If file size is critical and your audience has modern devices (phones from the last five years, recent computers), try H.265 at the same bitrate and compare the results.

What happens when you lower bitrate too far

Below 4 Mbps at 1080p, video starts to show visible artifacts — blocky areas, color banding, or loss of detail in fast motion. The exact threshold depends on the content: talking heads tolerate lower bitrates than action footage or scenes with fine detail.

Test by exporting a short clip (10–30 seconds) at your target bitrate, then watch it on the device where it will actually be viewed. A video that looks acceptable on a phone may look poor on a large monitor. If it looks bad, raise the bitrate by 2–3 Mbps and try again.

Lowering resolution has a gentler effect than lowering bitrate too far. If you need a smaller file, try dropping from 1080p to 720p before dropping bitrate below 6 Mbps.

Combining multiple changes for maximum size reduction

If you need a very small file, change more than one setting at once. A video exported at 720p resolution, 24 fps frame rate, and 5 Mbps bitrate uses roughly one-quarter the space of the original 4K, 60 fps, 50 Mbps version — and still looks good on a phone or tablet.

Start with bitrate (the biggest impact), then resolution, then frame rate. Make one change at a time and test before moving to the next. This way you'll know which setting made the difference if the result isn't what you wanted.

Keep the original file. Once you export a lower-bitrate version, you can't recover the lost quality by re-exporting the compressed file at a higher bitrate. Always re-export from the original or your project file.

Frequently Asked Questions

Can I lower file size without re-encoding?

Not meaningfully. Changing the container (the wrapper around the video, like MP4 or MOV) or removing audio saves a few percent, but re-encoding is the only way to cut file size in half or more. Re-encoding takes time but produces reliable results.

How long does re-encoding take?

It depends on your computer's processor and the bitrate you choose. A five-minute video might take 5–15 minutes to re-encode on a modern computer. Older computers or lower bitrates take longer. Start the process and check back periodically rather than waiting for it to finish.

Will lowering bitrate make the video look bad?

Not at reasonable bitrates. 8 Mbps at 1080p looks nearly identical to the original on a phone or normal computer screen. Below 5 Mbps you may notice blockiness or color loss, especially in fast-moving scenes. Test a short clip first.

What bitrate should I use if I don't know where the video is going?

8 Mbps at 1080p is a safe middle ground. It's small enough for email and social media, but high enough that quality loss is invisible on normal screens. If you need it smaller, drop to 720p resolution instead of lowering bitrate further.

Does the original codec matter when I re-encode?

No. Whether your original is H.264, H.265, or ProRes, re-encoding to H.264 at 8 Mbps produces the same result. The original codec doesn't affect the new file — only your export settings do.