Video5 min

MOV to MP4: How to Convert iPhone Videos Without Re-Encoding

Convert iPhone .mov to .mp4 losslessly by remuxing the container — no quality loss, instant, all in your browser.

MOV→MP4 remuxing runs locally via Zro7 Convert Video Format using ffmpeg.wasm. iPhone videos never leave your browser.

To convert an iPhone .mov to .mp4, use Zro7 Convert Video Format. In almost every case the video and audio streams inside a .mov are already MP4-compatible (H.264 or H.265 + AAC), so we remux — swap the container without re-encoding. The result is a bit-identical MP4 in seconds, no quality loss, no upload.

Remux vs transcode

  • Remux — copy streams into a new container. Instant, lossless, tiny CPU cost. What Zro7 does by default for .mov → .mp4.
  • Transcode — decode and re-encode. Slow, introduces one generation of quality loss. Only needed if the source codec isn't supported by the target container (rare for MOV/MP4).

Why iPhone uses .mov

MOV is Apple's QuickTime container. MP4 is ISO/IEC's international standard, based on the same design. The two share the same box structure — that's why remuxing between them is essentially just changing the file extension and rewriting a few headers.

Steps

  1. Open Convert Video Format.
  2. Drop your .mov (or drag directly from Photos).
  3. Pick .mp4 as the target; leave codec on copy.
  4. Click Convert — done in seconds even for GB-scale clips.
  5. Download the .mp4.

When you actually need to transcode

  • The .mov uses ProRes (professional pipeline) and you need H.264 for broad compatibility — that requires re-encoding.
  • You want to shrink the file — remuxing doesn't reduce size. Use Compress Video instead.
  • The .mov uses HEVC and the destination system can't play H.265 — re-encode to H.264.

Frequently asked questions

Does remuxing lose any quality?

None. Byte-identical audio and video streams end up in the new container.

Why is the .mp4 the same size as the .mov?

Because it contains the same streams. Container overhead is negligible.

Will iOS Live Photos convert?

The .mov component converts fine. The Live Photo pairing metadata is Apple-specific and doesn't survive.

Is HDR / Dolby Vision preserved?

Yes when remuxing — nothing about the streams changes. Only re-encoding would risk losing HDR metadata.

Any upload?

None. Remuxing is a file-system operation performed by ffmpeg.wasm inside your browser.

Related posts

← Back to blog