Initializing... drag & drop files here
Supports: MP4, M4V
MP4 is a video container — typically carrying H.264 or H.265 frames. AVIF (AV1 Image File Format) is the still-image cousin, encoding a single decoded frame with the same AV1 compression that powers Netflix, YouTube, and Disney+ streaming. Pulling an AVIF still from MP4 is poster-frame / key-frame capture into the most efficient image format on the modern web. The result is a still image 50-70% smaller than JPEG at the same visual quality, with HDR and alpha support that JPEG can't touch. Common reasons people pull AVIF stills from MP4:
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.
| Property | AVIF (from MP4) | WebP (from MP4) | JPEG (from MP4) |
|---|---|---|---|
| Compression engine | AV1 intra (royalty-free) | VP8 lossy / lossless | DCT, quantization (1992) |
| File size for 1080p still | ~30-80 KB | ~80-150 KB | ~200-500 KB |
| Bit depth | 8 / 10 / 12-bit | 8-bit | 8-bit |
| HDR (HLG / PQ / Dolby Vision) | Yes (10/12-bit) | No | No |
| Wide gamut (P3, Rec.2020) | Yes | Limited | sRGB only |
| Alpha / transparency | Yes (8 + 12-bit alpha) | Yes (8-bit) | No |
| Lossless mode | Yes | Yes | No |
| Browser support | Chrome 85+, Firefox 93+, Safari 16+, Edge 121+ | All modern browsers | Universal |
| Best for | Modern web galleries, HDR stills, low CDN egress | Mid-tier compatibility | Email, legacy CMS, print |
| Preset | Approx quality | Typical 1080p size | Best for |
|---|---|---|---|
| Highest / Lossless | Bit-perfect | 400 KB - 1.2 MB | Archival, print, source for further edits |
| Very High | Visually lossless | 80-150 KB | Hero images, marketing pages |
| High | Excellent | 50-90 KB | Default for most web galleries |
| Medium | Good | 30-50 KB | Thumbnails, mobile-first sites |
| Low / Very Low | Acceptable | 15-30 KB | Lazy-loaded thumbnail grids, very long lists |
| Lowest | Heavy compression | 8-15 KB | Placeholder / blur-up images |
This converter produces single-frame AVIF stills — one image per extracted frame. Use Specific Frame for one timestamp (one PNG-style still) or Multiple Screenshots at a chosen Capture Rate to get a sequence of stills (one AVIF per captured frame, downloaded as a ZIP). For an animated looping output, convert to MP4 to GIF or MP4 to WebP instead — animated AVIF tooling is still narrowly supported and most CMSes treat AVIF as a still format.
A 1080p 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. The savings come from AV1's intra-frame coding — the same engine that powers Netflix and YouTube AV1 streams. A 4K (2160P) AVIF still is usually 100-250 KB compared to 0.8-2 MB JPEG.
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 ~4% (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 a YouTube thumbnail, a documentation screenshot, or an open-graph card image.
If the source MP4 carries HDR (HLG, PQ / HDR10, or Dolby Vision metadata) 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 video to JPEG visibly clips highlights. Note: not every encoder pipeline tags HDR metadata correctly; for critical HDR work verify the AVIF in a 10-bit-capable viewer (Chrome on a P3 display, Safari on iPhone).
AVIF wins on compression efficiency (typically 20-40% smaller than WebP at matched quality) and on HDR / 10-bit support. 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, MP4 to WebP is safer.
Any standard MP4 / M4V container — H.264 / AVC (the most common), H.265 / HEVC (iPhone HEIC-era recordings), MPEG-4, and AV1. Audio tracks are ignored since the output is a still image. If the file plays in QuickTime or VLC, frame extraction will work.
Multiply duration by capture rate. A 60-second clip at "1 second per frame" produces 60 AVIFs; at 0.1s (10 fps) it produces 600. A 4K source 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.
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. For very large 4K MP4 sources, the browser tab handles the decode and AV1 encode locally, which is CPU-intensive but private.