Initializing... drag & drop files here
Supports: MP4, M4V
2.100 = 2 s 100 ms into the clip). Choose Multiple Screenshots to extract a sequence at a fixed rate — every 0.1 s, 0.5 s, 1 s, 2 s, up to one frame every 10 s.M4V is Apple's MPEG-4 container, introduced alongside the iTunes Store in 2006. Technically it is MP4 with two Apple-specific tweaks: optional FairPlay DRM, and a stronger guarantee that the video track is H.264 with AAC or Dolby Digital audio. AVIF (AV1 Image File Format) is the modern still-image format standardized by the Alliance for Open Media — AV1 video frames stored inside a HEIF/ISOBMFF container. At equivalent perceived quality, AVIF stills are roughly 50% smaller than JPEG (per MDN) and 20-30% smaller than WebP. Pulling stills from M4V into AVIF gets you tiny, modern, HDR-capable images suited to the 2026 web.
| Property | M4V (source) | AVIF (output) |
|---|---|---|
| Type | Video container (ISOBMFF) | Still image / image sequence (HEIF) |
| Codec | Almost always H.264 video | AV1 keyframe |
| Color depth | 8-bit (10-bit on iPhone HDR M4V) | 8 / 10 / 12-bit |
| Transparency | No | Yes (alpha channel) |
| HDR | Yes (HDR10 / Dolby Vision on Apple devices) | Yes (PQ / HLG) |
| Animation | Yes (it's video) | Yes (image sequence — but this tool outputs stills) |
| Released | 2006 (Apple, with iTunes Store) | 2019 (AOMedia, AVIF v1.0) |
| Best for | Playback on Apple devices, iTunes content | Web delivery, modern thumbnails, HDR stills |
Note on DRM: only protected M4V files (purchased iTunes/Apple TV content) carry FairPlay encryption. Most M4V you encounter — Final Cut exports, Compressor output, Apple TV app shares, iPhone screen recordings re-saved as M4V — are unprotected and convert without issue.
| Property | AVIF | JPG |
|---|---|---|
| Typical size, 1080p frame at "looks identical" | 80-150 KB | 200-400 KB |
| Compression mode | Lossy or lossless | Lossy only |
| Color depth | 8 / 10 / 12-bit | 8-bit |
| Alpha channel | Yes | No |
| HDR transfer functions | PQ, HLG | None |
| Wide color gamut (Rec.2020, Display P3) | Yes | sRGB-only in practice |
| Browser support (May 2026) | ~94% (Chrome 85+, Firefox 93+, Safari 16.1+, Edge 121+) | 100% (every browser since 1996) |
| Decode CPU cost | Higher (AV1 entropy decode) | Trivial |
| Best for | Modern web, hero images, HDR | Universal email, legacy CMS, print pipelines |
If you need maximum compatibility (older browsers, Outlook 2019, print workflows), use M4V to JPG. For lossless screenshots with transparency, M4V to PNG is a safe fallback that every tool understands.
| Preset | Approx. AV1 quantizer | Use when |
|---|---|---|
| Highest | ~10-15 | Archival masters, print proofs |
| Very High (Recommended) | ~23-25 | Web hero images, marketing stills |
| High | ~28-30 | Blog thumbnails, social previews |
| Medium | ~35 | Inline gallery thumbs |
| Low / Very Low / Lowest | ~40-50 | Spritesheets, contact-sheet previews where size dominates |
Lower quantizer = higher quality and larger file. Very High at quantizer ~23-25 is the AVIF analogue of "JPEG quality 90" and is where most production sites land.
Movies and TV episodes purchased from the iTunes Store / Apple TV app are encrypted with Apple FairPlay DRM. The encryption key is bound to your Apple ID and the playback device, and the M4V container hides the H.264 video track behind that key. No browser-based or general-purpose converter — including this one — can decrypt FairPlay; the file is not openable without the device-specific key. M4V from your own camera, Final Cut, Compressor, ScreenFlow, or QuickTime exports does not carry DRM and converts normally.
About 30-50% smaller at equivalent perceived quality, with bigger savings on photographic frames with gradients (sunsets, skies, skin tones) and smaller savings on flat graphics. MDN cites a median of ≈50% versus JPEG. A 1080p frame that encodes to 300 KB as JPEG quality 90 typically lands at 120-150 KB as AVIF Very High. At quality 75 it can drop below 100 KB without visible artifacts on a typical phone screen.
Yes, within reason. Pick Multiple Screenshots and set the rate to 1 frame per 0.1 s — for a 24 fps source that captures roughly every other frame; for 30 fps it captures 1 of every 3. Outputs come down as a ZIP. For literal frame-accurate extraction (every single source frame), the H.264 decoder needs to walk the GOP structure, which gets slow above 30 seconds — split long clips first using the video cutter.
If the source M4V is HDR (HDR10 or Dolby Vision recorded on iPhone 12 Pro or later) and you pick a Highest or Very High preset, the AVIF output keeps 10-bit color and the PQ/HLG transfer function. Most viewing surfaces in 2026 — recent iPhones, recent Macs, Chrome on Windows with an HDR display — show the highlights correctly. SDR displays tone-map down without visible clipping on Chromium and Safari.
Chrome 85+ (released Aug 2020), Firefox 93+ (Oct 2021, animated since v113), Safari 16.1+ (Oct 2022 on macOS Ventura and iOS 16), and Edge 121+ (Jan 2024). caniuse.com/avif reports ~94% global support as of May 2026. The remaining ~6% is mostly old Safari, IE, and embedded browsers in legacy apps. For those audiences, ship JPG or use a <picture> element with an AVIF source and a JPG fallback.
Yes. In Specific Frame mode, the time field accepts decimals — 45.500 means 45 s 500 ms, 2.100 means 2 s 100 ms. The encoder seeks to the nearest H.264 frame (sources are typically 24-60 fps, so the nearest frame is within 17-42 ms of the requested time). For frame-perfect timing on a 30 fps source, request multiples of 0.0333 s.
AVIF compresses ~20-30% smaller than WebP at the same quality, supports 10- and 12-bit color (WebP is 8-bit only), and properly supports HDR transfer functions. WebP is still useful for older Safari (12.1-16.0) where AVIF isn't supported, but for greenfield 2026 sites, AVIF is the better default. Both formats decode in every modern browser; AVIF just has a tighter quality-to-size curve.
No — the conversion runs in a browser sandbox during your session. The video is not stored on our servers after the session ends. This matters for M4V: even DRM-free Apple-shot footage often contains location metadata (where on the iPhone it was recorded) and is content you may not want a third party to retain.
Only for archival or when the still is going through more compression downstream (a CDN that re-encodes, or a CMS that reprocesses). Lossless AVIF of a 1080p frame typically lands at 800 KB-2 MB — much larger than lossy at Very High but still smaller than the equivalent PNG. For straight web delivery, lossy at Very High or High is the right call; lossless is overkill at a 5-10× size penalty.