AV1 to TIFF Converter

Convert AV1 files to TIFF format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: AV1

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Image Compression
Quality preset
Higher quality settings preserve more detail but result in larger files. Lower settings reduce file size by increasing compression.
Image resolution
File extension
Compression Type
LZW is the standard for TIFF files and offers the best compatibility. While JPEG or WebP compression can create smaller files, they are often not supported by standard image viewers and professional printing software.
Frame Selection
Time (seconds)
Capture a single frame at the specified time. For example, 2.100 means 2 seconds and 100 milliseconds into the video.

Extract a TIF Frame from AV1: What This Tutorial Covers

A bare .av1 file is a raw AV1 video bitstream — the coded picture data (a sequence of Open Bitstream Units) with no container wrapped around it, which is why most media players refuse to open it at all. This tutorial shows how to decode one frame out of that stream and save it as a TIF: a lossless raster image built for archiving, print, and reference work rather than for codec efficiency. By the end you'll know how to land on the exact frame you want and keep every pixel the decoder produced.

How to Convert AV1 to TIF

  1. Upload Your AV1 File: Drag and drop your .av1 onto the page, or click "+ Add Files" to browse. You can queue several raw streams and process them with the same settings.
  2. Pick the Frame with Specific Frame: Open Advanced Options, choose Specific Frame under Frame Selection, and set Time (seconds) to the moment you want — 2.100 captures the frame at 2.1 seconds. That single frame becomes your TIF.
  3. Choose Compression (Optional): Use the Compression Type dropdown to keep the frame lossless — None, LZW, or Deflate all preserve the pixels exactly. Leave the Quality Preset on Very High (Recommended), and toggle the extension between TIF and TIFF if you prefer the four-letter spelling.
  4. Convert and Download: Click "Convert" and download your TIF. No sign-up, no watermark.

Walk-through: Landing on the Exact Frame You Want

A raw .av1 stream is video-only by design, so the frame grab always has picture to read — there is no audio track inside, which would matter for an audio export but is irrelevant when the output is an image. The Time (seconds) field accepts decimals, so you can step around a moment of motion until you land on a clean frame:

  • One precise still: keep Specific Frame selected and type the timestamp, e.g. 4.500 for the frame at 4.5 seconds. Nudge it by hundredths (4.540, 4.580) if the first grab is blurry or caught mid-motion.
  • A contact sheet of the whole clip: switch to Multiple Screenshots and set the capture rate (for example one frame per second). The tool returns each still as its own TIF, bundled together in a ZIP — not a single multi-page TIFF — so every frame stays independently usable.
  • Lossless every time: keep Compression Type on None, LZW, or Deflate. All three are lossless, so the TIF holds exactly what the AV1 decoder reconstructed; LZW and Deflate simply shrink the file with zero quality loss, while None writes the raw pixels for maximum compatibility with older software.

Common Errors and How to Fix Them

  • "My export is a single picture, not a video" — That is correct: this tool extracts one still frame, not a clip. If you want the moving footage, wrap the stream into a playable file with Convert AV1 to MP4 instead.
  • "My player won't open the source .av1 at all" — A raw AV1 bitstream has no container, no index, and no timing, so most players have nothing to latch onto. This page reads the stream directly to pull a frame; to make the footage itself playable, remux it into a container with Convert AV1 to MP4.
  • "The frame at 0.000 comes out black or incomplete" — Ask for a frame right at the very start and the decoder may not have a complete keyframe yet. Nudge Time (seconds) forward by 0.1–0.5 seconds to land on or after the first keyframe.
  • "The TIF looks soft even at Very High" — TIF preserves the decoded frame exactly but cannot add detail the AV1 encode never stored. If the source was encoded at a low bitrate or small resolution, the still inherits that — a lossless wrapper around a lossy source frame, not an upscale.
  • "The TIF won't open in my web browser" — It usually won't, and that is expected. Other than Safari, browsers don't render TIFF in an <img> tag, and MDN notes TIFF is not broadly used for web content. For on-screen viewing or posting, extract the frame as JPG instead.

When This Doesn't Work

If your file isn't a true raw AV1 stream — for instance a .webm or .mp4 renamed to .av1, or an .av1 that is zero-byte or truncated from an unfinished download — there is no clean bitstream to decode, and the grab can fail. Re-download the source, confirm it is an actual AV1 elementary stream (OBUs or an IVF wrapper), and try again. If the AV1 video is already inside a container (an .mp4, .webm, or .mkv), point the matching frame-extractor at that whole file rather than a demuxed .av1. DRM-protected streams cannot be decoded at all.

AV1 Source and TIF Output at a Glance

Property AV1 source (.av1) TIF output (.tif)
What it is Raw AV1 video bitstream — OBUs, no container Lossless raster still image
Origin Alliance for Open Media; 1.0.0 spec finalized 25 June 2018 Aldus 1986; TIFF 6.0 on 3 June 1992; owned by Adobe (acquired Aldus 1994)
Licensing / compression Royalty-free, open codec Lossless: None, LZW, Deflate/ZIP, PackBits
Audio None — video-only stream, irrelevant for a still N/A (image format)
Plays / opens in normal apps? Usually no — no container or timing index Yes in editors; not in browsers except Safari (per MDN)
Best for Smallest modern video encoding Archival stills, print, codec-QA reference frames

Frequently Asked Questions

Does frame extraction work on an AV1 file even though it has no audio?

Yes. A raw .av1 is a video bitstream — 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 an .av1 contains, so there is always an image to capture. You simply get a silent still, which is exactly what an image is.

Why won't my media player open the .av1 source file?

Because a bare .av1 is a raw AV1 elementary stream — just the coded Open Bitstream Units the encoder wrote out, with no container, no index, and no timing wrapped around it. AV1 is the video codec, not the file format, so players that expect an MP4, WebM, or Matroska container have nothing to latch onto and refuse to open it. This page decodes a frame straight from the stream; to make the footage itself playable, remux it into a container with Convert AV1 to MP4.

Is the TIF actually lossless if the AV1 frame was already compressed?

The TIF stores the decoded frame without adding any further loss, but it cannot recover detail AV1 already discarded. AV1 is a lossy codec, so the frame the decoder reconstructs is what you get — the TIF preserves those exact pixels verbatim. Think of TIF here as a faithful, re-editable wrapper around whatever the codec produced, not a way to undo the original encode. That is precisely why it suits archival and codec-QA work: a golden reference frame with no extra JPEG-style degradation layered on top.

Can I get one multi-page TIFF with every frame instead of separate files?

No — this tool writes one image per file. The TIFF format itself can hold several images in a single file, but here Multiple Screenshots mode returns each extracted frame as its own TIF, delivered together as a ZIP. That keeps every archival still independently usable. If you need many frames, set a sensible interval rather than capturing every frame.

What is the difference between a .tif and a .tiff file?

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 modern four-letter form. 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 TIFF converter if you specifically want the .tiff spelling.

Should I use LZW or Deflate compression for the TIF?

Both are lossless, so neither changes image quality — the trade-off is size versus compatibility. Deflate/ZIP usually produces a slightly smaller file, while LZW is read by virtually every TIFF-aware program ever written, which makes it the safer pick for old print and archival software. Choose None only when a tool chokes on compressed TIFF and you need the raw, uncompressed pixels. In our testing, a 1080p frame written with LZW landed noticeably smaller than the same frame saved uncompressed, with the decoded pixels mathematically identical.

How are my files handled, and how long are they kept?

Your .av1 is uploaded over an encrypted (TLS) connection, processed on our servers, and the files are deleted automatically a few hours after conversion. There is no sign-up, no watermark on the output, and your files are never shared or made public. If you want the moving footage instead of one frozen frame, wrap the stream into a playable file with Convert AV1 to MP4; if you need a still you can post or email, extract it as JPG instead.

Rate AV1 to TIFF Converter Tool

Rating: 4.8 / 5 - 103 reviews