Initializing... drag & drop files here
Supports: OGV
OGV is Xiph.Org's open Ogg video container — the royalty-free format of the pre-H.264 web era, whose video track is almost always Theora. This tool does not re-encode the whole clip: it pulls a single frame out of an OGV at the timestamp you pick and saves that one moment as a TIF, a lossless raster format built for archiving, print, and precision editing rather than the web. One important catch on this page: the Compression Type dropdown defaults to JPEG, which is lossy even inside a TIF wrapper — switch it to LZW or Deflate if you want a truly lossless still.
.ogv onto the page, or click "+ Add Files" to browse. Files are 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.4.120 lands on the frame at 4.12 seconds. That single frame becomes your TIF. To grab a batch instead, switch to Multiple Screenshots, which samples frames across the clip and returns them together as a ZIP — one separate TIF per frame, not a multi-page file.| Property | TIF | JPG | PNG |
|---|---|---|---|
| Compression | Lossless (None / LZW / Deflate / PackBits); lossy JPEG also defined | Lossy (DCT) | Lossless (Deflate) |
| Bit depth per channel | 1, 8, or 16+ | 8 only | 8 or 16 |
| Color models | RGB, CMYK, grayscale | YCbCr (RGB on export) | RGB / grayscale + alpha |
| Typical file size (SD frame) | Large | Smallest | Medium |
| Browser preview | No — Safari only, "avoid for web" per MDN | Yes, universal | Yes, universal |
| Print / archival use | Yes — libraries and museums standardize on it | No | Web-oriented |
| Best for | Archive, print, precision editing | Sharing small photographic stills | Web/UI graphics, sharp text, alpha |
No — and this is the honest catch. A TIF saved with LZW or Deflate is a lossless wrapper, so it stores the extracted frame without adding any further compression loss on top of what Theora already did. But Theora-era OGV is almost always standard definition (480p or lower), and TIF cannot reconstruct detail the original Theora encode never stored. You get a faithful, re-editable copy of an SD-era still — not an upscaled or restored one. The pixels you start with are the ceiling, and there is no way to regain what Theora's lossy compression discarded.
On this page the Compression Type dropdown defaults to JPEG, which compresses the frame lossily even though the file is still a .tif. If the whole point of using TIF is a pristine archival still, that default works against you — re-saving a JPEG-compressed TIF degrades it the same way an ordinary JPEG would. Switch to LZW or Deflate (both lossless, decoded pixels identical to uncompressed) and the frame stays bit-for-bit faithful while still shrinking on natural-image content. Pick None only for maximum compatibility with older software that chokes on compressed TIF.
Yes, and it is a good reason to grab your frames now. Google removed Theora — the codec most OGV files use — from Chromium in Chrome 123 (early 2024, after disabling it by default in Chrome 120), and Firefox disabled it by default in Firefox 126, so an .ogv may no longer play directly in a browser. That removal only affects in-browser playback; standalone decoders in VLC and FFmpeg still read the file, which is exactly how this tool decodes your source and captures the frame. It does not depend on any browser keeping Theora support.
No — this tool writes one image per file. The TIF format itself can hold several images in a single file, but here switching to Multiple Screenshots mode returns each sampled frame as its own .tif, delivered together as a ZIP — not a single multi-page TIF. If you want a few stills from across a clip, that mode samples at the interval you set; if you want one exact moment, stay on Specific Frame. (.tif and .tiff are the same format — the OGV to TIFF converter outputs the four-letter spelling.)
In our testing, a 480p Theora frame saved as uncompressed 8-bit RGB TIF landed near 1.2 MB (matching the raw pixel math, 854 × 480 × 3 bytes ≈ 1.2 MB), dropping by roughly 30–50% with LZW or Deflate at zero quality loss. Because TIF is not a web format — MDN lists it among image types to avoid, with Safari the only browser that renders it natively — extract to Convert OGV to JPG for anything you plan to post or email, or Convert OGV to PNG for a lossless web-friendly still. If you actually want the whole moving clip in a modern format rather than a frozen frame, use Convert OGV to MP4 instead.
Your OGV is uploaded over an encrypted (TLS) connection, the frame is captured and encoded to TIF 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. The frame is captured at the video's native resolution, and you can scale it down with the Resolution Percentage or Width x Height controls before downloading.