Manatee

How to reduce MP4 file size on a Mac without losing quality

Strictly speaking, an MP4 that is already compressed cannot be made smaller without losing something; the only truly free savings come from removing what you do not need, such as seconds of dead time or an extra audio track. What you can do, and what people actually mean by the question, is shrink it without visible loss: re-encode at a sensible bitrate, keep the resolution that matters, and judge the result on the screen it will be watched on. QuickTime Player gets you a long way, and Manatee’s Shrink mode lets you name the size and then check the result.

What “without losing quality” can mean

Video in an MP4 is stored with a lossy codec (almost always H.264 or HEVC). Every re-encode discards information. There are three legitimate readings of “no quality loss”:

  1. Visually lossless. The re-encoded file is different at the data level but you cannot see the difference at normal viewing size. This is achievable and is the goal of everything below.
  2. No re-encode at all. Trimming, removing tracks, or changing the container without touching the video stream. Genuinely lossless, and limited in how much it saves.
  3. Mathematically identical. Not possible for a compressed video that has to get smaller. Anyone promising it is describing one of the first two.

The reason re-encoding often works so well is that the original was encoded generously. Phones, screen recorders, and cameras choose high bitrates because they cannot know what the footage will be used for. A 2-minute iPhone clip at 4K might be 700 MB; the same clip at half the bitrate is visually identical on anything but a large display. Bitrate, resolution and frame rate explains the three dials in detail; the short version is that bitrate is the first one to turn.

Find out why the file is big

Before changing anything, look at what you have.

  1. Open the MP4 in QuickTime Player.
  2. Choose Window, Show Movie Inspector.
  3. Note the format (H.264 or HEVC), the dimensions, the frame rate, and the data rate (shown in Mbit/s).

A data rate above roughly 20 Mbit/s for 1080p or 50 Mbit/s for 4K is generous and can come down a lot with no visible change. A 60 fps file of something that does not move fast (a talking head, a screen walkthrough) can drop to 30. Dimensions larger than the screen it will play on are pure surplus.

Re-encode with QuickTime Player

QuickTime’s export presets pick a moderate bitrate for each resolution, which for many files is exactly the sensible re-encode you want.

  1. Choose File, Export As.
  2. Pick the preset that matches the source’s resolution (1080p for a 1080p file). Picking the same resolution keeps every pixel’s worth of detail and only reduces bitrate.
  3. Save the result and compare sizes in Finder.

In our testing with phone footage and screen recordings, a same-resolution export commonly lands at a third to a half of the original size. The output is a .mov, which is the same video in a different wrapper; if you need an .mp4 extension, the next section handles that.

If the result is not smaller, the source was already encoded tightly and there is nothing safe to squeeze. Lower the resolution or accept the size.

Name the size with Manatee

When the brief is a number (“under 100 MB for the portal”), guessing with presets is slow. Manatee’s Shrink mode takes the number.

  1. Open Manatee. It is free with every feature for 24 hours, no card or email, then $9 once with every future update.
  2. Drag the MP4 onto the menu bar icon or into the window’s drop zone.
  3. Choose Shrink and enter a target in MB. A good first try is half the current size.
  4. The result is written beside the original, which Manatee never modifies, so you can try a smaller number from the same source if the first result looks fine.
  5. Check the result using the method in the last section.

Always shrink from the original, not from a previous shrink. Each generation loses a bit more, and the losses compound; why compressing a video twice makes it look worse shows what that looks like. Manatee’s Convert mode also writes MP4 and MOV, so if the source is an MKV or WebM you can bring it into MP4 first.

What Manatee does not do: it is not a video editor, so trimming and cropping happen elsewhere, and it does not offer a bitrate slider. You give it a size, and it finds the quality that fits; if the size you name is too ambitious for the length and resolution, the result will show it, and the fix is a larger number or a shorter clip.

Two savings that cost nothing

Trim. Open the file in QuickTime Player, choose Edit, Trim, and cut the dead air at either end. For a file already in a format QuickTime handles natively, File, Save writes the trimmed version without re-encoding the remaining video.

Switch codec for the next recording. HEVC stores the same picture in roughly half the space of H.264. On an iPhone, Settings, Camera, Formats, High Efficiency turns it on; on a Mac, the Finder quick action Encode Selected Video Files has an HEVC option. The trade is compatibility: older Windows machines and some web services still do not play HEVC, so H.264 vs HEVC is worth reading before you send an HEVC file to someone.

How to check you did not lose anything

Do not judge by file size alone; judge by looking, and look where loss shows first.

  1. Open the original and the shrunk file side by side in QuickTime Player, each at Actual Size (View menu).
  2. Scrub to a fast-motion moment and pause. Blockiness in moving areas is the first sign of too low a bitrate.
  3. Find text or a hard edge (a caption, a window border) and compare. Ringing or smearing along edges is the second sign.
  4. Look at a dark scene or a smooth gradient such as sky. Banding (visible steps between shades) is the third.
  5. Listen for a few seconds. Audio rarely suffers, but a muffled track means the target was too aggressive.

If none of that shows at the size people will watch, you have reduced the file without losing quality in the only sense that matters. Keep the original anyway. Storage is inexpensive; the original is the one file you cannot make again.

Questions

Can I reduce an MP4 with no re-encoding at all?

Only by removing material: trimming, or dropping extra audio and subtitle tracks. The video stream stays the size it is. For a meaningful reduction, a re-encode is unavoidable.

Which is better to reduce, resolution or bitrate?

Bitrate first, as long as the original was generous. Reduce resolution only when the file will be viewed on a screen smaller than the video, or when bitrate alone cannot reach the size you need.

Will the quality be identical?

Not at the data level; possibly at the eye level. Use the side-by-side check above rather than trusting any tool’s promise, including ours.

Does Manatee delete or replace my original MP4?

No. Every mode writes a new file alongside the original and leaves the source untouched.