Manatee

How to convert HEVC (H.265) video to H.264 MP4 on a Mac

Converting HEVC (H.265) to H.264 in an MP4 means re-encoding the video, because the two are different codecs and one cannot be copied into the other. You do it to trade file size for compatibility: H.264 plays on almost anything, including old phones, editing software, projectors, and web tools that stumble on HEVC. The fastest way on a Mac is to drop the file on a converter, choose MP4, and let it rebuild the video as H.264. This post explains when the step down is worth it and how to keep the quality loss invisible.

HEVC and H.264, and why you would step down

H.264 (also called AVC) and HEVC (also called H.265) are both video codecs: the compression scheme that turns raw frames into a manageable file. HEVC is the newer of the two and roughly twice as efficient, meaning it can hold the same visual quality in about half the space, or better quality at the same size. That is why modern iPhones record in HEVC by default and why 4K footage so often arrives in it. When storage and bandwidth are the constraint, HEVC is the better codec.

The trouble is reach. H.264 has been the universal standard since the mid-2000s, so essentially every device, browser, and app decodes it, usually in hardware. HEVC arrived later, carries licensing baggage, and did not spread as evenly. An older Windows PC, an aging Android phone, a web upload form, a projector, or a piece of editing software may refuse an HEVC file or play it as a stutter. Stepping down to H.264 is how you make a clip that just works for someone else, at the cost of a larger file for the same quality.

What the conversion actually does to the file

Because HEVC and H.264 are genuinely different codecs, there is no shortcut. The converter decodes the HEVC video back to raw frames and compresses them again as H.264, and it may re-encode the audio to AAC as well. That is a full re-encode, so a small amount of detail is always discarded, the same way saving a JPEG again loses a little each time.

Two consequences follow, and both are worth expecting:

  • The file usually gets bigger, not smaller. Since H.264 is less efficient, matching the visual quality of an HEVC source takes more data. A clip that was 100 MB in HEVC might land around 150 to 200 MB as H.264 at comparable quality. That is normal and is the price of the wider compatibility.
  • Quality can stay visually identical. A re-encode is only as lossy as you allow. At a high quality setting, the loss from HEVC to H.264 is imperceptible for ordinary viewing. The goal is not zero change at the byte level, which is impossible between codecs, but change no viewer can see.

If you never actually needed H.264, and the goal was only a smaller or more standard file, it is worth pausing here: an HEVC file that already plays where you need it does not need converting at all. The step to H.264 pays off specifically when something on the other end cannot handle HEVC.

Convert HEVC to H.264 MP4 with Manatee

For a drag-and-drop path that does not involve the command line, Manatee handles the re-encode on your Mac:

  1. Open Manatee and choose Convert, or drag the HEVC file onto the Manatee icon in the menu bar.
  2. Pick MP4 as the target. MP4 is the container built for wide compatibility, which is the whole point of leaving HEVC.
  3. Drop the file in, or a folder of clips to process them together. Each shows in the job list with progress.
  4. The new MP4 is written next to the original, and the original HEVC file is left untouched.

Everything runs locally, with nothing uploaded and no account, and the engine is bundled so there is nothing to install. One honest note: if you specifically need to confirm the output is H.264 rather than any other codec, or you want fine control over the exact quality target, the command-line and QuickTime routes below give you that visibility, while a converter optimizes for a compatible MP4 without asking you to make those decisions.

The built-in macOS options are real but limited. QuickTime Player can open an HEVC file and, under File then Export As, offer 1080p or 4K options that re-encode to H.264; the limit is that you get preset sizes rather than precise control, and it works one file at a time. Photos can export a copy of a video too, though again without codec settings you can dial in. For a single clip either is fine. For a batch, or when you want to point at a folder and walk away, a dedicated converter is faster. The free command-line tool ffmpeg gives the most control of all, letting you name the codec and quality explicitly, if you are comfortable in Terminal.

Keeping the quality high while gaining compatibility

A few habits keep the result clean:

  • Convert from the best source you have. Always re-encode from the original HEVC file, not from a copy that was already compressed for a message or an upload. Each re-encode compounds loss, so start from the highest-quality version.
  • Do it once. If the clip also needs to be smaller, aim for the final size in a single pass rather than converting to H.264 and then squeezing that result again. Manatee’s Shrink mode, which fits a video to a target size in megabytes, is the tool for the size step when you need it, and doing it in one operation avoids stacking two re-encodes.
  • Check playback on the device that failed. The reason you converted was that something could not play HEVC, so verify the H.264 copy on that exact device or in that exact app. If it plays there, the conversion did its job.
  • Keep audio in mind. HEVC files from phones usually pair with AAC audio, which carries into MP4 cleanly. If a converted file plays silently, the audio track was an unusual format and needs re-encoding to AAC, which a converter handles automatically.

Questions

Will converting HEVC to H.264 make the file smaller?

Usually the opposite. H.264 is less efficient, so matching the same visual quality needs more data, and the file often grows. You convert for compatibility, not size. If you need it smaller, that is a separate compression step done from the same source.

Will I lose quality going from H.265 to H.264?

A tiny, controlled amount, because moving between codecs is always a re-encode. At a high quality setting the loss is invisible in normal viewing. What you cannot do is a lossless copy, since the two codecs are not interchangeable.

Do I even need to convert if the file plays on my Mac?

Not for your Mac. Recent Macs decode HEVC natively. Convert only when the file has to work somewhere that cannot handle HEVC, such as an older phone or PC, a projector, an upload form, or editing software that rejects it.

My HEVC clip plays but has no sound after converting. Why?

The audio track was a format the new file could not carry unchanged and was not re-encoded correctly, most often an unusual codec rather than the standard AAC. Redoing the conversion and letting the tool re-encode the audio to AAC fixes it.