DV to TIFF Converter

Convert DV files to TIFF format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: DV

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Image Compression
Quality preset
Higher quality settings preserve more detail but result in larger files. Lower settings reduce file size by increasing compression.
Image resolution
File extension
Compression Type
LZW is the standard for TIFF files and offers the best compatibility. While JPEG or WebP compression can create smaller files, they are often not supported by standard image viewers and professional printing software.
Frame Selection
Time (seconds)
Capture a single frame at the specified time. For example, 2.100 means 2 seconds and 100 milliseconds into the video.

Extract a TIF Frame from a DV Tape Capture

This page lifts a single still out of a .dv file — a MiniDV, DVCAM, Digital8, or DVCPRO transfer — and writes it as a TIF, the raster format that print shops, libraries, and museums standardise on. It does not re-encode the moving video: you name a moment, you get one picture. The usual reason to want TIF rather than JPG is that the still is going somewhere permanent — a print, a book layout, a preservation archive — and you want a copy with no generational loss in it. There is one thing to change before you convert, though: the Compression Type dropdown starts on JPEG, which is lossy, and that quietly defeats the whole reason for choosing TIF.

How to Convert DV to TIF

  1. Upload Your DV File: Drag the file onto the page or click "+ Add Files". A raw .dv stream and a DV-in-AVI or DV-in-QuickTime capture all decode here, and several files can be queued to run with the same settings.
  2. Choose the Frame under Frame Selection: Specific Frame is preselected with Time (seconds) set to 0, which returns the very first frame. Type a timestamp such as 4.12 to seek 4.12 seconds in, or switch to Multiple Screenshots and pick a Capture Rate between one frame every 0.1 seconds and one every 10 seconds.
  3. Set the Compression Type and Image resolution: Open Compression Type and move it off the preselected JPEG to LZW, Deflate, or NONE if you want a lossless still. Image resolution stays on Keep original, or use Width x Height to correct DV's non-square pixels (see below). The File extension group toggles between the .tif and .tiff spellings of the same format.
  4. Convert and Download: Click "Convert" and save the TIF, or take a multi-frame run as a ZIP. No sign-up, no watermark.

Choosing a Compression Type

TIFF is a container that can hold pixels compressed in a dozen different ways, and the dropdown here exposes most of them. Only some are appropriate for a full-colour camcorder frame, and the preselected one is not the one most people want.

Compression Type Lossless? What it is Use it when
JPEG — the preselected default No Standard lossy DCT compression inside a TIFF wrapper You want a small TIF and do not need pixel fidelity
LZW Yes The classic TIFF lossless scheme, readable by essentially every TIFF application since the 1990s You want a lossless still with the widest possible reader support
Deflate Yes The same zlib algorithm PNG uses; usually packs photographic frames tighter than LZW You want the smallest lossless TIF and control the software that opens it
NONE Yes Raw pixels, no compression at all You need the safest possible preservation master, or a downstream tool that dislikes compressed TIFFs
PackBits Yes A simple run-length scheme that only collapses runs of identical bytes Rarely — it barely helps on photographic content
ZSTD Yes A modern lossless codec, tighter and faster than Deflate Your toolchain is recent enough to read ZSTD-in-TIFF
LOSSY / WebP No WebP-compressed pixels inside a TIFF wrapper Almost never for archival work
CCITT Fax 4 Yes, but bilevel only A 1-bit fax encoding for pure black-and-white scans Not applicable to a colour camcorder frame
JP2K Depends JPEG 2000 pixels inside a TIFF wrapper; support is patchy across readers Only if a specific tool has asked you for it

On a real 720 × 480 NTSC DV frame we measured the sizes in that order: Deflate came out smallest of the lossless options, LZW noticeably larger, and PackBits actually finished slightly bigger than the uncompressed file — run-length coding has nothing to collapse in photographic noise. If you are not sure, LZW is the safe lossless pick and Deflate is the efficient one.

DV Is Standard Definition with Non-Square Pixels

TIF stores whatever pixels it is handed, faithfully, but it cannot add resolution the tape never held. A DV frame is 720 × 480 (NTSC) or 720 × 576 (PAL) — roughly a third of a megapixel — recorded interlaced, with colour subsampled 4:1:1 in the 60 Hz variant and 4:2:0 in the 50 Hz variant. Those pixels are also not square, and TIFF has no reliable way to carry that ratio through to a layout program, so it is worth resizing on the way out.

DV variant Stored frame Pixel aspect Set Width x Height to
NTSC (525/60), 4:3 720 × 480 8:9 640 × 480
NTSC (525/60), 16:9 anamorphic 720 × 480 32:27 854 × 480
PAL (625/50), 4:3 720 × 576 16:15 768 × 576
PAL (625/50), 16:9 anamorphic 720 × 576 64:45 1024 × 576

We probed a standard NTSC DV file to confirm the first row: the stream reports a 720 × 480 frame with an 8:9 sample aspect and a 4:3 display aspect. Leave Image resolution on Keep original and the TIF is the raw 720 × 480 grid; set 640 × 480 and it matches how the tape plays.

Frequently Asked Questions

Which Compression Type should I choose for an archival TIF?

LZW or Deflate, and definitely not the preselected JPEG. Both are lossless — the pixels you decode are identical to the pixels you put in — and both are read by Photoshop, Affinity Photo, GIMP, ImageMagick, and macOS Preview. Deflate is the same algorithm PNG uses and generally packs a photographic frame tighter; LZW is the older scheme and the one that essentially every TIFF reader ever written supports. Pick NONE only when a downstream tool is fussy or when you want the absolutely safest preservation master and do not care about size.

Will saving the frame as TIF make my old DV look sharper?

No, and this is the honest part. DV is a standard-definition format: 720 × 480 (NTSC) or 720 × 576 (PAL), interlaced, with colour recorded at a quarter or half the horizontal resolution of brightness. TIF is a faithful container — at a lossless Compression Type it stores those pixels exactly, with no further compression damage — but it cannot reconstruct detail the camcorder never captured. What you get is a clean, re-editable copy of a mid-1990s standard-definition still, not an upscaled or restored one.

How big will a TIF frame from a DV tape be?

Start from the arithmetic: an 8-bit RGB NTSC frame is 720 × 480 × 3 bytes = 1,036,800 bytes of pixel data, and we measured an uncompressed TIF of exactly that frame at 1,037,054 bytes on disk — the pixel math plus a small header. A PAL frame is 720 × 576 × 3 = 1,244,160 bytes. LZW and Deflate bring that down substantially on typical footage without touching a pixel, while the JPEG setting can drop it by an order of magnitude at the cost of fidelity. Budget around a megabyte per lossless still and you will not be surprised.

Can I get one multi-page TIF containing every frame?

Not from this page. The TIFF format itself can hold many images in a single file, but here each frame is written as its own file: switching to Multiple Screenshots samples the clip at your chosen Capture Rate and returns one .tif per sampled frame, delivered together as a ZIP. For a single exact moment, stay on Specific Frame and type the timestamp.

What is the difference between .tif and .tiff on this page?

Nothing but the spelling. They are the same format with the same bytes inside; the three-letter form is a holdover from the DOS filename limit. The File extension group on this page lets you choose which suffix the download carries, and there is a matching DV to TIFF converter if you prefer to land on the four-letter page. Pick whichever your downstream software expects — some older print and scanning tools only recognise one of the two.

Why does my extracted frame have comb-like horizontal lines?

DV is interlaced. Each frame is assembled from two fields captured a fraction of a second apart, so anything that moved between them appears twice, slightly offset, producing comb teeth along the moving edge. There is no deinterlacing control on a single frame grab, so the practical fix is to choose a still moment: nudge Time (seconds) a few hundredths earlier or later until you land on a pause, a held pose, or a static shot. On low-motion frames the two fields are nearly identical and the grab is clean.

Why does the still look the wrong shape compared to the video?

DV's pixels are not square, and a TIF handed to a layout program is usually treated as though they are. An NTSC 4:3 tape stores 720 × 480 with an 8:9 pixel aspect, so the picture is meant to be shown 640 pixels wide; PAL stores 720 × 576 with a 16:15 aspect and is meant to be shown 768 wide. Set Width x Height to the display size from the table above and the resampled TIF looks correct everywhere, with no ratio metadata to get lost.

Can I open a TIF in my browser or post it on a website?

Generally not. MDN's image-format guide is explicit that, Safari aside, browsers do not natively render TIFF in web content. TIF is a print, editing, and archival format, not a web one. If the still is going into a page, an email, or a chat, convert to DV to JPG for a small shareable image or DV to PNG for a lossless web-friendly one. If you actually want the whole moving clip in a modern format, DV to MP4 is the tool.

What happens to my DV file after the conversion?

It is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours later — no sign-up, no watermark, never shared or made public. Worth knowing before you start: DV runs at a fixed 3.6 MB per second of tape regardless of content, so a full hour is around 13 GB. There is no per-file cap, but the whole capture has to arrive before a frame can be extracted from it, so shortening the file before you upload is the only way to shorten the wait. If you would rather split a reel you have already uploaded, the video cutter does that as a separate job.

Rate DV to TIFF Converter Tool

Rating: 4.8 / 5 - 67 reviews