Initializing... drag & drop files here
Supports: AV1
A bare .av1 file is a raw AV1 video bitstream — the open, royalty-free stream from AOMedia, written out as Open Bitstream Units with no container, no index, and no audio, which is why most media players refuse to open it. This tool decodes one frame from that stream and saves it as a TIFF: a lossless raster image meant for archiving and precision work, not for codec efficiency. The pairing exists for one job — pulling a reference-quality still out of AV1 test or master footage without stacking a second round of lossy compression on top of what AV1 already did.
| Property | Value |
|---|---|
| Codec | AV1 (AOMedia Video 1), open and royalty-free 1 |
| Developed by | Alliance for Open Media — consortium founded 2015 (Amazon, Cisco, Google, Intel, Microsoft, Mozilla, Netflix) 1 |
| Bitstream frozen | 28 March 2018; validated v1.0.0 on 25 June 2018 1 |
What .av1 is |
Raw AV1 elementary stream (OBUs / IVF) — no container, no index, no audio |
| Plays in normal players? | Usually no — there is no container or timing index to seek against |
| Audio | None — AV1 is a video-only codec; audio is carried separately (AAC/Opus) 1 |
| Frame structure | Keyframes plus inter frames that reference them, like any modern codec |
| Property | Value |
|---|---|
| Format | TIFF (Tagged Image File Format), raster |
| Released | 1986 (Aldus); current revision TIFF 6.0, 3 June 1992 2 |
| Specification owner | Adobe (acquired Aldus in 1994) 2 |
| Compression | Lossless: None, LZW, Deflate/ZIP, PackBits. Lossy JPEG also defined. 2 |
| Bit depth | Up to 16 bits per channel; suits high-precision and scientific imaging 2 |
| Native browser support | None except Safari; "avoid for web content" per MDN 3 |
| Best for | Archival stills, print, codec-QA reference frames, precision editing |
.tiff vs .tif |
Identical format — .tif is the legacy DOS/Windows three-letter spelling 2 |
.av1 file onto the page or click "+ Add Files". You can queue several raw streams and process them with the same settings.2.100 captures the frame at 2.1 seconds. (Switching to Multiple Screenshots instead returns a series of separate TIFFs as a ZIP, one file per frame — not a single multi-page TIFF.)No, and the names trip people up. AVIF is a still-image format — it is one AV1-coded frame stored in a HEIF container, which is why it is often described as "one frame of AV1 video saved as an image." 3 A .av1 file, by contrast, is the moving video bitstream itself. This page takes that video stream and pulls a frame out as TIFF. If your source is actually an .avif image rather than an .av1 video, you want an image converter, not this frame extractor.
Yes. A .av1 is a raw AV1 video elementary stream — by design it carries picture only, with no soundtrack inside. That missing audio matters for an audio export, but it is irrelevant here: the frame grab reads the video stream, which is all a .av1 contains, so there is always an image to capture. You simply get a silent still, which is exactly what an image is.
The TIFF stores the decoded frame without adding any further loss, but it cannot recover detail AV1 already discarded. AV1 is a lossy codec at typical settings, so the frame the decoder reconstructs is what you get — the TIFF preserves those exact pixels verbatim, with no JPEG-style degradation layered on top. Think of TIFF here as a faithful, re-editable wrapper for whatever the codec produced, not a way to undo the original compression.
Because a bare .av1 is a raw elementary stream — just the coded AV1 picture data as Open Bitstream Units, with no container (no MP4, WebM, or Matroska wrapper) and no timing index. 1 Most players have nothing to seek against and refuse it; tools built on FFmpeg read it through a dedicated AV1 stream parser. This page does that decode for you so you can grab a frame without installing one. If you want the whole clip to play, wrap the stream into a playable file with AV1 to MP4.
Because TIFF was never a web display format. MDN explicitly lists it among image types to avoid for web content, and outside of Safari no major browser renders a .tiff inside an <img> tag without a special library or add-on. 3 TIFF is built for downloadable print and precision-editing files. If your goal is on-screen viewing or posting, extract to AV1 to JPG instead, which every browser displays.
It depends on resolution and the Compression Type you pick. The raw pixel math sets the ceiling: a 1080p (1920×1080) frame as uncompressed 8-bit RGB is about 6 MB (1920 × 1080 × 3 bytes ≈ 6.2 MB), and a 4K (3840×2160) frame is roughly 25 MB. In our testing, switching the Compression Type to a lossless option such as LZW or Deflate trimmed natural-image frames by roughly 30–50% with zero quality loss, which is why uncompressed TIFF is rarely worth writing unless older software demands it.
None — they are the same Tagged Image File Format with two spellings of the same extension. The three-letter .tif dates back to MS-DOS and early Windows, which capped extensions at three characters; .tiff is the four-letter form. 2 The bytes inside are identical, so use whichever your other tools expect. This page lets you toggle between them, and there is a dedicated AV1 to TIF converter if you specifically want the .tif spelling.
Your .av1 file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.