Initializing... drag & drop files here
Supports: MP4, M4V
2.100 = 2 s 100 ms), or "Multiple Screenshots" with an interval from every 0.1 s (10 fps) up to every 10 s.HEIF (High Efficiency Image Format, ISO/IEC 23008-12, finalized 2015) is a still-image container that most commonly stores HEVC-encoded frames — the same codec your iPhone uses for .heic photos since iOS 11 (2017). Pulling stills out of an MP4 as HEIF gives you Apple-native images at roughly half the size of equivalent JPEGs, with 10-bit color and alpha support that JPEG cannot match.
.heic (iPhone 7 and later, default "High Efficiency" mode), exporting frames as HEIF keeps Photos.app sorting, EXIF, and color rendering consistent with the rest of your library..mov. If you have only the MOV, you can recreate the still half. (For MOV inputs specifically, MOV to HEIF is the direct path.)| Property | MP4 (input) | HEIF (output) |
|---|---|---|
| Standard | ISO/IEC 14496-14 (2003, derived from ISO base media file format) | ISO/IEC 23008-12 (2015) |
| Designed for | Time-based audio/video streams | Single or multiple still images |
| Default codec | H.264 / AVC (MP4 doesn't mandate one) | HEVC (carries .heic); also AV1, AVC, JPEG |
| Bit depth | Codec-dependent (8 / 10 / 12-bit) | 8 / 10-bit common; 12-bit possible |
| Alpha | No (use side-data tracks) | Yes (auxiliary image item) |
| Multi-frame | Yes — full motion | Yes — image sequences, bursts, Live Photos |
| Apple support | Universal | iOS 11+, macOS High Sierra+ |
| Windows support | Universal | Built-in on Windows 11 22H2+; codec install on Windows 10 1803+ |
| Browser support | Every modern browser | Safari only (others rely on AVIF/JPEG fallbacks) |
| Preset | Approx. Image Quality | Typical 1080p frame size | Best for |
|---|---|---|---|
| Highest | ~95% | 250–450 KB | Master/reference frames, archive |
| Very High | ~90% | 180–300 KB | Photo-grade thumbnails, editorial use |
| High | ~80% | 120–200 KB | Default for most workflows |
| Medium | ~65% | 70–130 KB | Web grids, Photos library imports |
| Low / Very Low | 40–50% | 35–70 KB | Quick previews, mobile thumbnails |
| Lowest | ~25% | 15–35 KB | Placeholder / blur-up images |
Sizes are approximate and depend heavily on scene complexity — a frame of a flat blue sky compresses to a small fraction of the size of a frame full of foliage.
HEIF is the container standard (ISO/IEC 23008-12). HEIC is the specific variant where the container holds HEVC-encoded image data — Apple's .heic photos are HEIC files. In casual usage the names are often interchangeable, but a HEIF file could in principle carry AV1 or even JPEG data instead of HEVC. xconvert's MP4-to-HEIF output writes HEVC-encoded HEIF (i.e., HEIC-compatible) so it opens cleanly in Apple Photos.
Yes. Under "Specific Frame," the Time (seconds) field accepts decimals to millisecond precision — 3.500 extracts at 3 s 500 ms, 12.025 at 12 s 25 ms. The actual frame returned is the nearest encoded frame to that time; for sources with sparse keyframes the nearest neighbor may be a few hundredths of a second off the target.
Windows 11 (22H2 and newer) plays HEIF in Photos, File Explorer previews, and Paint without setup. Windows 10 (1803+) requires the free "HEIF Image Extensions" package from the Microsoft Store, plus the "HEVC Video Extensions" codec for files that include HEVC-encoded image data (most do). If you need universal compatibility, extract as JPEG via MP4 to JPEG instead.
HEIF (HEVC) and AVIF (AV1) sit in the same modern-codec tier — both produce 1080p stills in the 60–150 KB range and both support 10-bit color and alpha. AVIF has the edge in browser support (Chrome, Edge, Firefox, Safari 16.4+) while HEIF wins on Apple-device integration. JPEG XL is technically excellent but currently lacks Safari and Chrome stable support. For Apple workflows pick HEIF; for the open web pick AVIF.
Yes. Choose "Multiple Screenshots" and set the interval to every 1 second. The tool walks the timeline and emits a HEIF for each interval mark, then bundles them in a downloadable archive. For a 5-minute clip at 1 fps you'll get 300 frames; raise the interval to every 5 or 10 seconds for sparser coverage.
The frame is decoded in the video's native color space (typically Rec. 709 for SDR MP4) and re-encoded into HEIF, which supports tagged color profiles. HDR10 / Dolby Vision metadata from PQ-encoded MP4 sources is not preserved as HDR — the frame is tone-mapped to SDR before HEIF encoding. If you need wide-gamut HDR stills, work from RAW or OpenEXR sources instead.
Yes. Resolution Percentage scales by 1–100% of the source dimensions; Preset Resolutions snap to standard heights from 4320p (8K) down to 144p; or you can enter a custom Width × Height in pixels (aspect-locked individually). For a 4K MP4 that you only need as a 1080p HEIF, scaling to 50% halves both dimensions and typically cuts the HEIF file size to roughly a quarter.
Files are uploaded to xconvert for processing (HEVC encoding is GPU/CPU-intensive and not yet practical fully in-browser for arbitrary MP4 inputs) and removed after the session ends. Conversions don't require a sign-up or account, and there's no watermark on the output.
That's a different output. xconvert's MP4-to-HEIF emits one HEIF file per extracted frame. For an animated GIF preview of the full clip, see MP4 to GIF. To convert an existing HEIF back to a more universal format, use HEIF to JPG.