MOV to GIF — Convert iPhone / QuickTime Video to GIF

Updated June 2026 · Free, in your browser, accepts both HEVC and H.264 source files

iPhone footage and macOS QuickTime screen recordings save as .mov, not .mp4. Most "mp4 to gif" tools either reject .mov outright, force you to transcode first, or transparently re-encode through their server (where they keep a copy of your file). This page covers how to convert any .mov file directly to a GIF — entirely in your browser, with no upload step.

What is a .mov file (and why is iPhone using it)

MOV is Apple's QuickTime container format — a wrapper that holds video, audio, and metadata streams in a single file. It's been Apple's default since 1991. iPhones save all video as .mov; macOS Screenshot / QuickTime Player screen recordings are .mov; iMovie exports default to .mov.

The thing inside the container — the actual encoded video — uses a separate codec:

Container ≠ codec. When you hand a .mov to a converter, what matters is whether the converter's decoder handles the codec inside. Ours does — both HEVC and H.264 — via ffmpeg.wasm.

Handling HEVC / H.265 iPhone footage

If your converter rejects iPhone .mov with an error like "unsupported codec" or "couldn't decode this file," it's almost certainly an HEVC compatibility issue. Workarounds you'll find online include:

Our converter sidesteps all of that. ffmpeg.wasm includes HEVC decode out of the box. Drop your .mov in as-is — HEVC or H.264 — and the engine handles the format detection automatically. No pre-transcoding, no settings to flip, no server round-trip.

Convert MOV to GIF in 30 seconds

  1. Open the converter. The default preset (480p / 15fps) works for most use cases.
  2. Drop your .mov file. Drag from Finder / Photos or use Choose Video. Both HEVC and H.264 source codecs are accepted.
  3. Trim to 3–6 seconds. iPhone clips are usually longer than they need to be for a GIF. Trim aggressively — every extra second adds file size.
  4. Download. Two-pass conversion finishes in 1–3 seconds. Click Download GIF — the output is a standard .gif that works anywhere.

Open the MOV→GIF converter

Accepts .mov (HEVC and H.264) natively. No pre-transcoding needed.

Open converter →

Sizing tips for iPhone clips

Most iPhone clips are recorded at 1080p or 4K, which is overkill for a GIF. Some sizing guidance:

SourceRecommended GIF widthNotes
iPhone 1080p clip480 pxDefault preset. Matches social embed widths.
iPhone 4K clip480 px (still)Going from 4K → 480px is a 16× pixel reduction. GIF won't preserve 4K detail anyway.
Live Photo (1.5 sec)480 pxIdeal source — short, square-ish, already loop-ready.
Screen recording640 pxText in screen recordings needs more resolution. Go higher than usual.
Slow-mo iPhone clip480 px / 24 fpsMatch the source's smoothness — 15 fps will lose the slow-mo feel.

Why this works in your browser (no upload)

Most "mov to gif" results on Google upload your file to a third-party server. That's three steps you have to wait for: upload, convert, download. For an iPhone .mov over cellular data, the upload step alone can take a minute. And once it's on someone else's server, it's outside your control until their retention window expires.

This converter runs ffmpeg.wasm — the same engine that ships in VLC and (compiled differently) in YouTube — directly in your browser. The .mov is read, decoded, palette-extracted, and re-encoded as GIF locally. The output is built in memory and downloaded straight to your device.

Verify by disconnecting from Wi-Fi after the page loads. The converter keeps working. That's the simplest proof of privacy possible.

How we compare

This tool CloudConvert EZgif VEED.io
Video uploaded to a serverNo — runs locallyYesYesYes
HEVC (iPhone H.265) decodeYes — nativeYes (server)Yes (server)Yes (server)
Free file-size capNone1 GB200 MB1 GB
Conversions per day (free)Unlimited10 / dayUnlimited
WatermarkNeverNoneNone"VEED" on free
Works offline after first visitYesNoNoNo

Try it now

Convert your iPhone .mov to GIF

Free. In your browser. HEVC and H.264 both accepted. No signup, no upload.

Open converter →

FAQ

What is a .mov file?

MOV is Apple's QuickTime container format. iPhones record .mov by default; macOS QuickTime screen recordings are .mov. The codec inside is usually HEVC (H.265) on newer iPhones or H.264 on older ones. Both work in our converter.

Does this work with iPhone HEVC footage?

Yes — natively. Our ffmpeg.wasm engine decodes HEVC out of the box. No pre-transcoding required.

How is this different from MP4 to GIF?

Same tool, same engine — only the input container differs. MP4 and MOV both wrap a video codec; ffmpeg handles both transparently. The converter also accepts WebM, MKV, AVI, and 3GP.

Does my video get uploaded to your server?

No. Conversion runs in your browser via ffmpeg.wasm. Disconnect from Wi-Fi after page load to verify — the converter keeps working.

Will my Live Photo work?

Yes — export the .mov half (long-press the Live Photo → Save as Video on iOS) and drop it in. Live Photos are ideal GIF sources: 1.5–3 seconds is right in the loop-friendly sweet spot.

Will I lose quality?

Some loss is inherent — GIF caps at 256 colors per frame, while video uses millions. Our two-pass workflow (custom palette + Bayer dithering) minimizes banding. For sharper output on color-rich clips, drop fps to 12 and width to 320.

Is there a watermark?

No. Plain .gif output. No signup, no overlay.

Other source formats

Same converter accepts these too:

Drop any of those into the main converter — it auto-detects the source format.

GIF destination guides

This page is part of the Essex MP4 to GIF Converter docs. The tool is free, runs entirely in your browser via WebAssembly, and is published by Essex Software.