Initializing... drag & drop files here
Supports: AV1
.av1 bitstream, IVF, or MP4/WebM containers carrying AV1). Batch uploads are supported..jpeg (or .jpg); multi-frame jobs are zipped. No sign-up, no watermark.AV1 (AOMedia Video 1) is the royalty-free codec finalised by the Alliance for Open Media on 25 June 2018. It delivers roughly 30% better compression than H.265/HEVC and ~50% better than H.264/AVC, which is why YouTube has used AV1 as the default for new uploads on capable devices since 2023 and serves all 4K/8K streams in AV1 when the client supports it. Pulling JPEG stills out of an AV1 source is a decode-then-encode operation: the codec is fully unpacked to RGB, then each requested frame is re-encoded with the JPEG quantiser you choose.
aomenc or SVT-AV1 encode, pulling stills at known timestamps (intro logo, talking-head close-up, motion-heavy chase scene) makes it easy to A/B encoder settings without scrubbing in a player.| Property | AV1 | H.265 / HEVC | H.264 / AVC | VP9 |
|---|---|---|---|---|
| Finalised | June 2018 | January 2013 | May 2003 | June 2013 |
| Licensing | Royalty-free (AOMedia) | Patent pool (MPEG LA, Access Advance, Velos) | Patent pool (MPEG LA) | Royalty-free (Google) |
| Size vs H.264 at equal quality | ~50% smaller | ~50% smaller | baseline | ~50% smaller |
| YouTube default | New uploads since 2023, all 4K/8K | Legacy fallback | Legacy fallback | Older 4K uploads |
| Hardware decode in laptops | Intel 11th-gen+, AMD RX 6000+, Apple M3+ | Wide (since ~2015) | Universal | Limited |
| Container files typically seen | .mp4, .mkv, .webm, .ivf |
.mp4, .mkv, .mov |
.mp4, .mov, .mkv |
.webm, .mkv |
| Preset | Approx. JPEG quality | Use case | Typical 1080p frame size |
|---|---|---|---|
| Lowest | ~30% | Thumbnails in long contact sheets, mobile previews | 60–120 KB |
| Low | ~50% | Slack/Discord shares, blog inline images | 150–250 KB |
| Medium | ~70% | Web hero images, newsletter banners | 250–450 KB |
| High | ~85% | Marketing assets, print-web hybrid | 450–700 KB |
| Very High (Recommended) | ~92% | Visually lossless thumbnails, archive stills | 700 KB–1.5 MB |
| Highest | ~98% | Master frames for retouching | 1.5–3 MB |
Need the reverse direction or a different output format? See JPG to AV1, AV1 to PNG, or AV1 to GIF.
.av1 file won't open in VLC — will it still convert here?Yes. Raw AV1 elementary streams (.av1, also called Low Overhead Bitstream Format) are notoriously unfriendly to general-purpose players because they have no container-level seeking. The conversion pipeline reads the bitstream directly, so files that crash VLC or QuickTime still extract cleanly. If your file is actually an MP4 or WebM with AV1 inside, that works too — the demuxer handles both.
Open Frame Selection, choose Specific Frame, and type the timestamp into Time (seconds) — for example 12.5 for the 12.5-second mark. Decimal seconds map to the nearest decoded frame. For interval grabs (every 1 second, every 10 frames, etc.), pick Multiple Screenshots instead and set the spacing.
Whatever the AV1 video's resolution is, by default. A 3840×2160 AV1 stream produces 3840×2160 JPEGs. Switch Resolution Percentage, Preset Resolution, or Width × Height in the Image Resolution panel to downscale; aspect ratio is preserved when you only set one dimension.
At the Very High preset (~92% JPEG quality) the difference from the decoded RGB frame is essentially imperceptible at normal viewing distance. The bigger source of loss for AV1 archives is usually the encode itself — AV1 streams below ~2 Mbps for 1080p will show ringing and block artifacts regardless of which still-image format you export to.
Because AV1 spreads compression across motion-compensated groups of pictures: a single I-frame can be 50–200 KB while subsequent P/B frames are a few KB each. A standalone JPEG carries the full image data with no inter-frame referencing, so a single frame at Very High quality often exceeds the per-frame average byte cost of the AV1 stream by 5–20×.
AVIF (AV1 Image File Format) uses the same codec but is technically a different file type — it ships as .avif. Use the AVIF to JPG page for that. This page handles AV1 video bitstreams and AV1-in-MP4/WebM/MKV.
JPEG is an 8-bit-per-channel BT.601/BT.709 format, so HDR10 (BT.2020 + PQ) and Dolby Vision AV1 sources are tone-mapped down to SDR during the encode. Highlights are compressed and gamut is clipped — fine for thumbnails, less ideal for grading reference. For HDR-preserving stills, export to 16-bit PNG or TIFF instead via AV1 to PNG.
Yes. Multi-frame outputs are named with a zero-padded counter (frame_0001.jpg, frame_0002.jpg, …) and packaged in a ZIP. The numbering follows decode order, which matches presentation order for AV1 streams without B-frame reordering surprises.
There is no hard cap published for free use; very large 8K AV1 archives are constrained by your browser's available memory more than by any server limit. If you have a multi-gigabyte capture, the practical advice is to trim the AV1 first (with an AV1-aware tool such as the aomenc/ffmpeg pipeline) and only upload the segment you actually need stills from.