Initializing... drag & drop files here
Supports: MOV
MOV is Apple's QuickTime container — the default for iPhone 13 Pro and newer ProRes recordings, Final Cut Pro exports, and most DSLR/mirrorless video. TIFF (Tagged Image File Format), in use since the Adobe-published 6.0 specification of June 1992, is the long-standing lossless reference for print, archival, and analysis. Extracting frames as TIFF preserves every pixel the camera captured — no JPEG ringing, no chroma subsampling, no generation loss when you re-edit.
| Property | MOV (QuickTime) | TIFF |
|---|---|---|
| Type | Video container | Still image |
| Typical codecs | H.264, HEVC, ProRes, DNxHD | LZW, Deflate, JPEG, PackBits, none |
| Compression | Inter-frame (uses P/B frames) | Per-image (LZW/ZIP lossless or JPEG lossy) |
| Color depth | 8-bit (HEVC), 10-bit (ProRes 422), 12-bit (ProRes 4444) | 1-, 8-, 16-, 32-bit per channel |
| Audio | Yes (AAC, PCM, Apple Lossless) | No (image-only) |
| Browser playback | Safari, Chrome (partial) | Not natively rendered in browsers |
| Best for | Capture, editing, delivery | Print, archive, scientific analysis |
| Editable losslessly | Only with ProRes/intra-frame codecs | Always (lossless compression) |
| Compression | Lossless? | Best for | Notes |
|---|---|---|---|
| None | Yes | Maximum portability, scientific | Largest files (a 4K frame ~25 MB at 8-bit) |
| LZW | Yes | General 8-bit photography, print delivery | Default in most software; ~30–50% smaller than uncompressed |
| Deflate (ZIP) | Yes | 16-bit photography and HDR | Outperforms LZW on high-bit-depth images, where LZW can actually grow the file |
| PackBits | Yes | Legacy macOS/publishing systems | Light compression, very fast |
| JPEG | No | Smallest.tiff files | Lossy — defeats the reason to choose TIFF; use real JPG instead |
| CCITT Fax 4 | Yes (1-bit only) | Black-and-white documents | Designed for bitonal scans, not photographic frames |
Yes, if you keep "Original" resolution. A 1920×1080 MOV produces 1920×1080 TIFFs; a 3840×2160 ProRes export from an iPhone 15 Pro produces 3840×2160 TIFFs. Choose Resolution Percentage or enter custom Width/Height to downscale (useful for proxies) — upscaling beyond source resolution will not add detail.
LZW for 8-bit photography (the safe default and what print shops expect). Deflate/ZIP for 16-bit or HDR work — LZW actually makes 16-bit TIFFs bigger than uncompressed, so it's the wrong choice there. None if a downstream tool refuses any compression. Avoid JPEG-in-TIFF — it's lossy, defeats the format's purpose, and an actual.jpg is more interoperable. See our TIFF to JPG converter if you decided you want JPG instead.
Roughly: a 4K frame at 8-bit RGB with LZW is ~10–15 MB; uncompressed it's ~25 MB; ZIP-compressed 16-bit can be 40+ MB. A 60-second 30 fps clip exported as a TIFF sequence is 1,800 frames — plan for 15–30 GB. Use frame intervals or trim the source if you only need keyframes.
Yes. Pick Specific Frame and enter the second mark (e.g., 12.5 for twelve and a half seconds in). For multiple frames at fixed intervals — say one frame every two seconds for a thumbnail strip — use Multiple Screenshots and set the interval.
We decode the MOV's full bit depth, but TIFF output bit depth depends on the Image Bit Depth setting. For 10-bit ProRes 422 footage, choose 16-bit TIFF (the smallest container that holds >8-bit cleanly). For 12-bit ProRes 4444 with alpha, also use 16-bit; true 12-bit packing isn't a baseline TIFF feature, so 16-bit is the standard delivery target.
JPEG is 8-bit, lossy, and re-compresses every time you save. That's fine for web preview but unacceptable for print proofing, color grading, scientific measurement, or any workflow that will edit the frame later. If web sharing is the only goal, our MOV to JPG converter is a better fit. TIFF wins when fidelity matters more than file size.
Yes — drag in several MOV files and each is processed in sequence with the same settings. Each input produces its own TIFF (single frame) or ZIP of TIFFs (multiple frames). Browser memory is the limit; for 4K ProRes masters longer than a few minutes, run them one at a time.
The video track is extracted normally — frames come out as TIFF stills at the recording resolution. Cinematic mode's depth map and rack-focus metadata are video-track features and won't survive as a still; you'll get the rendered frame as the camera composed it. For Spatial Video (stereo MV-HEVC), you'll get one eye's frame per output; the second view isn't preserved in a flat TIFF.
ffmpeg's -vf fps=N output_%04d.tif is the canonical CLI workflow and gives you maximum control. This page is the no-install version: you get the same frame-extraction result with a quality preset, compression dropdown, and frame-selection UI, without setting up ffmpeg, learning filter syntax, or writing a shell script. For one-off jobs or non-developers, the browser route is faster end-to-end. For other formats, see MOV to PNG for lossless 8-bit web frames or Video to TIFF if your source isn't a MOV.