Initializing... drag & drop files here
Supports: TIFF, TIF
.tif/.tiff). Upload a sequence in the order you want them played — the filenames are sorted alphanumerically. Batch is supported.1/60 second (60 fps cinematic motion) through 1 second, 5 seconds (the default, ideal for slideshows), up to 10 seconds. The Background Color dropdown fills any letterboxing when frames don't match the target aspect ratio.TIFF is a lossless raster image format that scientific cameras, scanners, and DSLRs use to preserve every bit of sensor data — a single 24-megapixel 16-bit TIFF can easily exceed 100 MB. OGV is the Ogg container wrapping the Theora video codec, an open, royalty-free format that Xiph.Org derived from On2's VP3 after On2 released it into the public domain in 2002. Converting a TIFF sequence into an OGV creates a single playable video file that is dramatically smaller than the original frames and avoids the patent-encumbered baggage of H.264 or HEVC.
<video><source type="video/ogg"> fallback can ship an OGV alongside MP4/WebM for archival completeness.1/24 second, or build an astronomy / construction timelapse from periodic snapshots with longer per-frame holds.| Property | TIFF (input) | OGV (output) |
|---|---|---|
| Type | Still image (single frame or multipage) | Video container (Ogg) |
| Codec / payload | Uncompressed, LZW, PackBits, ZIP/Deflate, JPEG, JP2K, WebP, Zstd | VP8 (default here) or Theora video; silent from image input |
| Color depth | 1, 8, 16, 32 bits per channel; up to CMYK + alpha | 8-bit YUV 4:2:0 (codec limitation) |
| Typical file size | 5–150 MB per frame at full resolution | 1–8 MB per 10s of 720p Ogg video at default quality |
| Standardized by | Adobe (1992); ISO 12639 | Xiph.Org Foundation (bitstream frozen June 2004) |
| MIME type | image/tiff |
video/ogg |
| Lossy/lossless | Lossless by default; lossy via JPEG-in-TIFF | Lossy (DCT-based, no B-frames) |
| Best for | Master archival, scanned documents, scientific imaging | Royalty-free archival video, legacy HTML5 fallback |
The qscale mappings below apply when you switch the Video Codec to Theora; the VP8 default uses the same preset names.
| xconvert preset | Theora qscale (approx.) | Typical 720p bitrate | When to use |
|---|---|---|---|
| Lowest | 0–1 | 300–500 kbps | Email attachments, tiny preview clips |
| Low | 2–3 | 500–900 kbps | Mobile playback, bandwidth-constrained pages |
| Medium | 4–5 | 900–1500 kbps | Web embedding, MediaWiki uploads |
| High | 6–7 | 1500–2500 kbps | Default for most slideshows and timelapses |
| Very High (default) | 8–9 | 2500–4500 kbps | Recommended for Theora — visible quality plateau |
| Highest | 10 | 4500–7000 kbps | Archival; diminishing returns above qscale 9 |
Theora's compression is markedly less efficient than VP9 or AV1 — for a smaller file at the same visual quality, encode to WebM (VP9) or MP4 (H.264) instead.
Not reliably. Chrome disabled Theora by default in version 120 (released December 2023) and Chromium removed the decoder in 123 (March 2024). Firefox disabled Theora by default in version 126 (May 2024). Safari has never supported it. As of 2026, OGV plays natively only in VLC, MPV, and some Linux media players. If you need broad browser playback, convert to MP4 or WebM instead.
The Duration dropdown controls per-frame hold time, which is the inverse of frame rate. 1/24 second = 24 fps (film-style animation), 1/30 second = 30 fps (broadcast), 1/60 second = 60 fps (smooth motion). For slideshows, 5 seconds (the default) holds each TIFF on screen for 5 seconds — a 12-image set becomes a 1-minute video.
xconvert encodes to one fixed canvas. Choose a target under Video resolution (or leave "Keep original" to use the largest input dimensions), and the Background Color fills the letterbox/pillarbox bars around frames that don't match. White is the default; pick Black, Gray, or any of the named colors if it matches your visual context better.
No. The Theora bitstream is 8-bit YUV 4:2:0 only, so 16-bit-per-channel TIFFs are quantised down to 8-bit during encoding — a plain bit-depth reduction, not a tone-map. For lab work that needs the original bit depth, keep the TIFFs as your archive and treat the OGV as a preview format — or render to WebM with VP9, a codec whose profiles at least define 10- and 12-bit variants.
The TIFF-to-OGV flow on xconvert produces silent video (no audio source exists in still images). If you need narration or music, encode the OGV first, then mux audio in with a separate tool — Ogg video pairs naturally with Vorbis or FLAC inside the same container.
Both output codecs are lossy, DCT-based encoders, and Theora in particular dates to 2004 and predates the rate-distortion improvements in VP8, VP9, and AV1 — with Theora selected, even qscale 10 (Highest) shows softening on fine text, line art, and high-frequency detail. For the sharpest possible result from TIFFs, keep the VP8 default at the Highest preset and full source resolution, or switch to VP9 in WebM where the rate-distortion curve is roughly 20–40% more efficient at the same bitrate (per the WebM project and AOMedia VP9 reports).
Yes, dramatically. A 5-second 720p clip is typically 1–3 MB as Ogg video vs. 20–50 MB as GIF, and the video codecs carry full 24-bit color where GIF caps at 256 palette entries. The tradeoff is the playback support gap discussed above — for embed-anywhere loops, TIFF to GIF still wins on universal browser/Slack/Discord rendering, even if the file is much larger.
Because it's verifiably patent-free and royalty-free. The MPEG-LA H.264 patent pool and HEVC's overlapping pools mean some distribution maintainers (Debian, Fedora's free repos, FSF-aligned projects) avoid bundling those codecs by default. Theora, VP8, VP9, and AV1 all sit in royalty-free territory, but Theora has the longest track record — its bitstream has been frozen since June 2004.
For 95% of use cases in 2026, yes. MP4/H.264 plays in every browser and OS without setup, and WebM/VP9 plays everywhere except Safari < 14.1. Pick OGV only when you specifically need a royalty-free format for an open-source archive, MediaWiki upload, or legacy HTML5 <source> fallback chain. See TIFF to MP4 or TIFF to WebM for the modern paths.