Initializing... drag & drop files here
Supports: TIFF, TIF
TIFF (Tagged Image File Format) is the workhorse of professional imaging — 16-bit color depth, lossless compression options (LZW, ZIP/Deflate, PackBits), and multi-page support make it the default capture format for archival scanning, microscopy, satellite imagery, and DSLR raw-developer exports. MKV (Matroska) is an open-standard container, specified in IETF RFC 9559, that can carry virtually any video and audio codec along with chapters, subtitles, and metadata tracks — useful when you need flexibility a locked-down MP4 container can't provide.
Going from a stack of TIFFs to a single MKV gets you a playable, shareable, timeline-friendly artifact instead of a folder of static frames:
| Property | TIFF | MKV |
|---|---|---|
| Type | Raster image (single or multi-page) | Multimedia container |
| Standardized by | Adobe TIFF 6.0 (1992), ISO 12639 | IETF RFC 9559 (Matroska/CELLAR WG) |
| Compression | LZW, ZIP/Deflate, PackBits, JPEG, ZSTD, or uncompressed | Codec-agnostic — H.264, H.265, VP9, AV1, etc. |
| Color depth | 1, 8, 16, 32 bits per channel; CMYK, RGB, Lab, grayscale | Determined by chosen video codec (typically 8 or 10-bit YUV) |
| Audio support | None | Multi-track AAC, AC3, Opus, FLAC, PCM, Vorbis, and more |
| Subtitles / chapters | None | Native (SRT, ASS, PGS); built-in chapter markers |
| Typical use | Print, archival, scientific capture | Open-codec video distribution, home media libraries |
| Browser playback | TIFF not natively supported in Chrome/Firefox/Edge | MKV not natively supported in most browsers; use VLC, mpv, or Windows Media Player |
| Codec choice | Best for | Trade-off |
|---|---|---|
| H.264 (libx264) | Maximum compatibility, fastest playback on any device | Larger files than newer codecs at equal quality |
| H.265 / HEVC | 4K time-lapse, archive-quality at half the bitrate of H.264 | Slower encoding; not all old players decode HEVC |
| VP9 | Open-codec alternative to HEVC, no royalties | Slower to encode than H.264; widely supported on Chromium |
| AV1 | Best compression for long sequences (30%+ smaller than H.265) | Slowest to encode; newest decoder support |
| MJPEG | Frame-by-frame editing, scientific review | Very large files (each frame is a JPEG) |
| FFV1 / HuffYUV | Lossless archival masters | Huge files; only specialty players decode |
For the Quality Preset, "Very High" (the default) maps to a CRF in the high teens — visually lossless for most material. Drop to "High" or "Medium" if you need to halve the file size for sharing; bump to "Highest" only when the MKV is a master for further re-encoding.
MP4 is the safer pick for browser playback and phone sharing, but the MKV container is codec-agnostic, supports lossless audio tracks (FLAC, PCM), embeds chapters and multi-language subtitles, and isn't tied to MPEG-LA patent pool restrictions. If you're archiving a long time-lapse, stacking microscopy data, or want to attach subtitle tracks later, MKV gives you headroom. For social-media sharing, use TIFF to MP4 instead.
Set Image Duration in Advanced Options. Options range from 1/60 second (true 60 fps for high-speed capture) up to 10 seconds per frame. For a human-paced slideshow, 3-5 seconds per image works well. For time-lapse, pick 1/24 second (cinema), 1/30 second (broadcast), or 1/60 second (smoothest). The exact effective frame rate depends on the codec and player, but every modern decoder respects the duration written into the MKV timestamps.
MKV is not natively supported by Chrome, Edge, or Safari (Firefox added partial support in 2025). On desktop, install VLC or mpv — both are free, open-source, and play every codec MKV can carry. On Android, VLC and MX Player handle MKV; iOS users typically need VLC for iOS or Infuse. If you need a file that plays anywhere with zero setup, convert to MP4 with H.264 instead.
Not in a single step on this page — the TIFF-to-MKV conversion produces a silent video. After downloading the MKV, you can mux in an audio track with tools like ffmpeg or use a video editor (DaVinci Resolve, Shotcut, kdenlive all handle MKV) to layer narration or music. MKV's container natively supports multiple audio tracks in AAC, AC3, FLAC, Opus, MP3, or PCM.
Each page of a multi-page TIFF is treated as one frame in the sequence. A 200-page scanned document becomes a 200-frame MKV — at 3 seconds per page that's a 10-minute review video. The frames are emitted in the order they appear inside the TIFF, so make sure the source is paginated correctly (Adobe Acrobat, IrfanView, or ImageMagick can reorder pages before upload).
Pick a Fixed Resolution or a Preset Resolution and the converter will scale each TIFF to fit, then pad the remaining area with your chosen Background Color (default black). For mixed-orientation sets (portrait and landscape mixed), 1920x1080 with black bars is the safe bet; for vertical-only social content, use a 1080x1920 preset. To avoid scaling artifacts on photographic sources, crop or resize the source TIFFs to matching dimensions before upload.
TIFF sources are usually high-resolution and lossless, so the encoder has a lot of detail to preserve. Three knobs reduce file size: lower the Quality Preset (drop from Very High to Medium roughly halves the file), pick a more efficient codec (H.265 or AV1 cut size 40-50% versus H.264 at matched quality), or downscale the resolution (going from 4K to 1080p quarters the pixel count). If the result is still too big for sharing, compress the MKV as a second pass.
No. Video containers don't carry per-frame EXIF, and ICC color profiles are flattened during the YUV color conversion required for codec encoding. Keep the original TIFFs as your archival master and treat the MKV as a presentation copy. If precise color management matters (print proofing, scientific analysis), do your color work in the TIFF stage first.
GIF caps out at 256 colors per frame, uses outdated LZW compression, and has no audio or subtitle support — the result is typically far larger than an equivalent video for the same visual quality. MKV (or MP4) with H.264 or VP9 will be smaller, sharper, and play on virtually any modern device. Use GIF only when you specifically need autoplay-with-no-controls inside an old email client or wiki; otherwise prefer TIFF to GIF just for short loops and stick with MKV/MP4 for anything longer than a few seconds.