Initializing... drag & drop files here
Supports: ASF
This tool pulls one frame out of an ASF (Windows Media) video and writes it as a TIF image — it does not re-encode the clip. ASF is Microsoft's Advanced Systems Format, the container behind .asf, .wmv, and .wma, and the picture inside is almost always Windows Media Video: lossy, and very often standard definition. TIF is the opposite kind of format — a 1992 Adobe specification built for print and archival work, capable of storing that decoded frame with no further compression loss at all. One catch decides whether you get that: the Compression Type dropdown on this page opens on JPEG, which is lossy, so a genuine lossless TIF takes one deliberate change.
.asf or .wmv onto the page, or click "+ Add Files" to browse. Several clips can be queued and processed with the same settings.2.100 means 2 seconds and 100 milliseconds. Switch to Multiple Screenshots with a Capture Rate (one frame per second by default) to sample across the whole clip instead.| Property | Value |
|---|---|
| Full name | Tagged Image File Format |
| Specification | TIFF 6.0, published by Adobe on 3 June 1992; Supplement 1 (1995) and Supplement 2 (2002) |
| Extensions | .tif and .tiff are both standard names for the same format |
| Structure | Tag-based directory of image file directories, so one file can hold several images |
| Baseline compression | Uncompressed, CCITT Group 3 Modified Huffman RLE, PackBits |
| Extension compression | LZW, Deflate (zlib), JPEG, CCITT T.4 / T.6 |
| Color models | Bilevel, grayscale, palette, and RGB in baseline; CMYK, YCbCr, and CIE L*a*b* by extension |
| Bit depth | Varies per sample — 1, 8, and 16 bits per channel are the common cases |
| File size ceiling | About 4 GB for classic TIFF, which uses 32-bit offsets; BigTIFF lifts that with 64-bit offsets |
| Browser display | Safari only — MDN notes TIFF files "are not broadly used for displaying web content" |
| Best for | Print, archival masters, and precision editing rather than the web |
The dropdown opens on JPEG. That is lossy compression living inside a TIF wrapper: small, convenient, and exactly what you do not want if the reason you chose TIF was pixel fidelity.
| Compression Type | Lossless? | Use it when |
|---|---|---|
| None | Yes — uncompressed | You need an archival master, or a legacy tool that rejects compressed TIF |
| LZW | Yes | You want the most broadly readable compressed lossless TIF |
| Deflate | Yes | You want the smallest lossless file on a photographic frame; safest for 16-bit data |
| PackBits | Yes | An older Mac or print workflow expects run-length TIF |
| CCITT Fax 4 | Yes | The image is 1-bit line art or a fax scan — not a video frame |
| JPEG (the default) | No — lossy | You knowingly want a small file and do not need the lossless guarantee |
| WebP / ZSTD / JP2K | Varies | Newer schemes; check that your reader supports them before committing |
The extracted still is captured at the video's native resolution unless you scale it, so what comes out is exactly the frame the Windows Media decoder reconstructed — no more, no less. That has a size consequence worth knowing before you pick a compression mode: our pipeline writes the frame at full size, and an SD 720×480 frame is 720 × 480 × 3 bytes of 8-bit RGB, or about 1.04 MB, before any TIF compression is applied. LZW or Deflate shrink that with no change to a single pixel; None keeps the whole thing.
It also has a quality consequence. A lossless TIF is a perfect copy of an imperfect frame. Windows Media Video already threw information away when the clip was encoded, and interlaced broadcast or camcorder sources add comb artifacts on anything that moves. TIF preserves all of that faithfully; it does not repair it.
Because Compression Type defaults to JPEG, and TIF is permitted to carry JPEG-compressed data. The format supports both families: lossless schemes (None, LZW, Deflate, PackBits) and lossy JPEG. Picking the wrong one is the single most common mistake on this conversion, and nothing in the file name warns you. Set Compression Type to LZW, Deflate, or None before converting whenever the still is destined for print, archiving, or further editing; leave it on JPEG only when you have decided the smaller file is worth the loss.
.tif different from .tiff?No — both are standard extensions for the same Tagged Image File Format, and the three-letter spelling is a leftover from operating systems that limited extensions to three characters. Files written with either name are byte-identical when the settings match. Use the File extension toggle on this page to output whichever name your downstream software expects, and rename freely if you picked the wrong one.
Neither changes the picture, so the choice is size against compatibility. LZW is the most widely supported compressed-TIF scheme and opens reliably in older imaging software — its patents expired in 2003–2004, so support is universal now. Deflate (the same zlib algorithm as ZIP and PNG) usually produces a slightly smaller file on photographic frames and is the safer pick for 16-bit data. Choose None only when a specific tool refuses compressed TIF, since uncompressed files are several times larger for no quality gain.
No, and no format can. A lossless TIF stores exactly what the decoder handed it, pixel for pixel — but what the decoder hands it is a frame from a lossy Windows Media Video stream, frequently at standard-definition resolution. Detail the WMV encoder discarded is not recoverable, and scaling the frame up under Image resolution enlarges pixels without adding information. TIF gives you a pristine, re-editable copy of the existing frame, which is exactly the right goal, and nothing more.
Interlacing. Windows Media captures from broadcast feeds, webcasts, and camcorders are often interlaced, meaning each frame is built from two fields captured a fraction of a second apart. Freeze one during motion and the two fields disagree, which shows up as comb-like horizontal stripes. The simplest fix is to nudge Time (seconds) a few hundredths earlier or later to land on a moment when the subject is still; the same adjustment also rescues a grab that landed on a motion blur or a scene cut.
You can get many frames, but not in one file. Switching Frame Selection to Multiple Screenshots and choosing a Capture Rate returns each sampled frame as its own TIF, delivered together as a ZIP. The TIF format itself can hold several images in one file — that is what its image file directory structure is for — but this converter writes one image per file so each still stays independently usable. Pick a sensible interval rather than sampling every frame of a long clip.
.tif I downloaded?Because TIF was never a web format. Safari is the only major browser that renders TIFF inside a page; MDN describes TIFF as "not broadly used for displaying web content" and recommends it for downloadable print and precision-editing files instead. Desktop imaging software opens it fine — Photoshop, Affinity Photo, GIMP, ImageMagick, macOS Preview. If the still is headed for a website, a chat, or a document, grab the frame as ASF to JPG for universal viewing or ASF to PNG for lossless pixels in a web-friendly wrapper.
Classic TIFF addresses data with 32-bit offsets, which caps a single file at roughly 4 GB — no video frame comes close, so the format is never your constraint here. The real limit is upload size and connection speed, because the extraction runs on our servers rather than on your own hardware. Uploads travel over an encrypted (TLS) connection, are processed on our servers, and both the source and the extracted image are deleted automatically after a few hours. Nothing is shared or made public, and no account is required.