Initializing... drag & drop files here
Supports: MOV
MOV is Apple's QuickTime container — the default capture format on every iPhone since iOS 11 and the master format in Final Cut Pro, DaVinci Resolve, and Premiere Pro. Inside a .mov you usually find HEVC (H.265) frames from a modern iPhone, H.264 frames from older devices, or ProRes for editing masters. AVIF (AV1 Image File Format) is the still-image cousin of the AV1 video codec, encoding a single decoded frame with compression that is typically 50-70% smaller than JPEG at matching quality, with native HDR and 10-bit support that JPEG cannot carry. Pulling AVIF stills from MOV is the modern way to publish poster frames, thumbnails, and HDR stills from iPhone or pro-camera footage.
If you need lossless print-quality stills instead of compressed web stills, use video to PNG. For broadest legacy compatibility (every email client, every CMS), video to JPG is still the safest pick. To convert the MOV itself to a more web-friendly playable video, see MOV to MP4.
| Property | MOV (.mov, source) | AVIF (output) | JPEG (alternative) | WebP (alternative) |
|---|---|---|---|---|
| Type | Video container | Still image | Still image | Still image |
| Typical codec | HEVC, H.264, ProRes | AV1 still profile | DCT (1992) | VP8 |
| Bit depth | 8 / 10-bit | 8 / 10 / 12-bit | 8-bit | 8-bit |
| HDR (HLG / PQ / Dolby Vision) | Yes | Yes (10/12-bit) | No | No |
| Wide gamut (P3, Rec.2020) | Yes | Yes | sRGB only | Limited |
| Alpha / transparency | Limited (ProRes 4444) | Yes (8 + 12-bit alpha) | No | Yes (8-bit) |
| Lossless mode | ProRes 4444 XQ | Yes | No | Yes |
| Browser playback | Native on Apple, plugin elsewhere | All modern browsers (image) | Universal | All modern browsers |
| Best for | Capture, editing masters | Modern web galleries, HDR stills | Email, legacy CMS | Mid-tier compatibility |
| Preset | Approx quality | Typical 1080p size | Typical 4K size | Best for |
|---|---|---|---|---|
| Highest / Lossless | Bit-perfect | 400 KB - 1.2 MB | 1.5 - 4 MB | Archival, print, source for further edits |
| Very High | Visually lossless | 80-150 KB | 250-500 KB | Hero images, marketing pages |
| High | Excellent | 50-90 KB | 150-300 KB | Default for most web galleries |
| Medium | Good | 30-50 KB | 80-150 KB | Thumbnails, mobile-first sites |
| Low / Very Low | Acceptable | 15-30 KB | 50-100 KB | Lazy-loaded thumbnail grids |
| Lowest | Heavy compression | 8-15 KB | 25-50 KB | Placeholder / blur-up images |
This converter produces single-frame AVIF stills — one image per extracted frame. Use Specific Frame for one timestamp (one still) or Multiple Screenshots at a chosen capture rate to get a sequence (one AVIF per captured frame, downloaded as a ZIP). For an animated looping output from MOV, use MOV to GIF or MOV to WebP — animated AVIF tooling is still narrowly supported and most CMSes treat AVIF as a still format. MConverter is the well-known animated-AVIF converter; XConvert focuses on the still-image workflow that most CMSes actually consume.
If the source MOV carries HDR metadata (HLG on iPhone 12 Pro and later, or Dolby Vision on iPhone 12 Pro and later in the appropriate mode) and you keep the quality preset at Very High or higher, AVIF can preserve 10-bit color and the wide gamut. JPEG is 8-bit SDR only — extracting HDR iPhone video to JPEG visibly clips highlights. For critical HDR work verify the AVIF in a 10-bit-capable viewer such as Chrome on a P3 display or Safari on a recent iPhone.
Yes. iPhones since iOS 11 default to HEVC inside a .mov container ("High Efficiency" in Camera settings). The decoder reads HEVC-in-MOV directly and pulls frames the same way it reads H.264-in-MOV. No need to transcode the source first. ProRes (the editing-master variant exported from Final Cut Pro or DaVinci Resolve) is also supported, though large ProRes masters take more browser memory to decode.
Yes in Chrome 85+ (August 2020), Firefox 93+ (October 2021), Safari 16+ / iOS 16+ (September 2022), Edge 121+ (January 2024), and Opera 71+. Roughly 96% of global browser sessions decode AVIF as of 2026. For the remaining sessions (mostly older Safari / Samsung Internet), serve a JPEG fallback via <picture><source type="image/avif">...</picture>.
Yes — pick Specific Frame in step 2 and enter the Time in seconds (12.5 means 12.5s into the clip). The decoder seeks to that exact timestamp and writes one AVIF. Useful for grabbing an iPhone screen-recording moment, a chapter-marker still from an editing master, or a poster frame for a portfolio.
A 1080p MOV frame typically lands around 30-80 KB at the High preset, vs 200-500 KB for the same JPEG and 2-5 MB for a lossless PNG. QuickTime Player's "Copy" and "Save Frame As" outputs are lossless PNG by default, so AVIF at High is roughly 30-100x smaller than QuickTime's native frame export. A 4K (2160P) AVIF still is usually 150-300 KB compared to 0.8-2 MB JPEG.
AVIF wins on compression efficiency (typically 20-40% smaller than WebP at matched quality) and on HDR / 10-bit support, which matters for iPhone HDR clips. WebP wins on encode speed and on broader CMS / older-Safari support. For modern sites targeting Core Web Vitals, AVIF is the better pick; if you need to support iOS 15 or earlier, MOV to WebP is safer.
Multiply duration by capture rate. A 60-second MOV at "1 second per frame" produces 60 AVIFs; at 0.1s (10 fps) it produces 600. A 4K iPhone clip at 10 fps for a minute can hit 30-80 MB total even in AVIF — start with 1 fps or 0.5 fps and refine downward only if needed.
Conversion runs locally in your browser session — files don't go to a third-party storage layer for processing. Output AVIFs download directly to your device. No sign-up, no watermark, no file count cap. Competitors like MConverter cap free uploads at 100 MB per MOV; XConvert's practical ceiling is your device's available memory, which matters for multi-gigabyte ProRes masters.