Initializing... drag & drop files here
Supports: 3G2, 3GP, 3GPP, ASF, AV1, AVCHD +31 more
.tif..tif files or a ZIP — no sign-up, no watermark.TIFF (Tagged Image File Format) is the format the print, publishing, archival, scientific, and forensic communities standardized on for raster stills. Adobe's TIFF 6.0 specification dates to June 1992 and is still the active version; LZW is a popular lossless extension to it. Pulling frames out as TIFF instead of JPG keeps every pixel exact for downstream color work, large-format print, or evidence-grade analysis.
| Property | TIFF | PNG | JPG |
|---|---|---|---|
| Compression | Lossless (none / LZW / ZIP / PackBits) | Lossless (DEFLATE) | Lossy (DCT) |
| Bit depth | 1, 8, 16, 32 per channel | 8 or 16 per channel | 8 only |
| Typical 4K frame size | 25–35 MB (none), 10–18 MB (LZW) | 8–15 MB | 0.5–3 MB |
| Color models | RGB, CMYK, LAB, grayscale, multi-channel | RGB / grayscale + alpha | YCbCr (RGB on export) |
| Multi-page in one file | Yes (multi-image TIFF) | No | No |
| Print/archival standard | Yes | Acceptable, less common | No (JPG2000 for archive instead) |
| Browser preview | No (download to view) | Yes, universal | Yes, universal |
| Best use | Print, archive, scientific, forensic | Web/UI graphics, alpha | Web photos, sharing |
| Compression | Lossless? | Size vs uncompressed | Software compatibility | When to pick |
|---|---|---|---|---|
| None (uncompressed) | Yes | 100% | Universal | Safest archival, fastest decode |
| LZW | Yes | ~50–70% | Universal (Photoshop, Affinity, GIMP, ImageMagick) | Default for 8-bit images, biggest size win |
| ZIP (DEFLATE) | Yes | ~40–60% | Good (Photoshop, modern tools) | 16-bit images where LZW expands data |
| PackBits | Yes | ~70–90% | Universal | Simple flat graphics with runs |
The MP4 stores a few keyframes plus motion vectors and residuals — most "frames" in an H.264 or HEVC stream are reconstructed from neighbors and never exist as full pixel grids on disk. When you extract, every output frame becomes a complete uncompressed (or LZW-compressed) raster. A 1-minute 4K 30 fps clip is ~1,800 frames × ~25 MB each = ~45 GB as uncompressed TIFF. LZW typically cuts that by 30–50% on natural-image content. Extract only the timestamps you actually need rather than every frame.
No tool can add detail that's not in the source. Extraction preserves whatever the codec already encoded — if the input is a 4K H.265 clip at 50 Mbps, the TIFF holds those pixels verbatim with no further loss. If the source is a heavily compressed 720p clip, the TIFF will look identical to that 720p frame, just stored losslessly. Use TIFF to preserve fidelity, not manufacture it.
LZW is lossless — decoded pixels are mathematically identical to uncompressed. For 8-bit photographic frames LZW typically shrinks files 30–50% and is supported by virtually every TIFF reader (Photoshop, Lightroom, Affinity, GIMP, Preview, ImageMagick). Pick uncompressed only if your downstream tool is unusual and you've hit a compatibility issue, or for the absolute safest long-term archival copy.
National libraries, museums, and standards bodies recommend TIFF because the specification is open, mature (TIFF 6.0 is from 1992), supports lossless compression, carries extensive metadata (EXIF, IPTC, XMP, ICC profiles), and stores 8/16/32-bit channels including CMYK and LAB. PNG is also lossless but is web/RGB-oriented and lacks CMYK and the rich tag ecosystem; JPG is lossy and unsuitable for masters.
Yes. Use Specific Frame and enter the timestamp in seconds (e.g. 12.5 for the frame closest to the 12.5-second mark). For sub-frame precision, scrub the source in a video editor first and confirm the exact second/frame number. Output is a single .tif file at the chosen resolution.
Yes — use Multiple Screenshots and set the interval. This is the workflow for stop-motion stills, timelapses-from-video, photogrammetry input frames, or training data sampling. Pair with a percentage resize if you don't need full source resolution.
The extracted TIFFs carry an embedded sRGB profile by default. Video color spaces (Rec. 709 for HD, Rec. 2020 / HDR10 for 4K HDR) are mapped to sRGB during extraction, which means HDR highlights are tone-mapped, not preserved with full dynamic range. For HDR-preserving workflows use a desktop tool such as DaVinci Resolve or ffmpeg with -pix_fmt rgb48le to export 16-bit linear TIFF.
If your destination is web, screenshots, or an 8-bit RGB design tool, PNG is fine and roughly half the size. Pick TIFF when you need 16-bit channels, CMYK output, multi-page containers, print-shop intake, or true archival pedigree. See Video to PNG for the PNG path and Video to JPG for small shareable frames.
Pull the sequence back into a video with TIF to Video. Keep your output frame rate consistent with the source (typically 24, 25, 29.97, or 30 fps) or you'll see speed changes. For one-shot MP4-to-TIFF extraction skipping the video chooser, MP4 to TIF goes straight there.