MPEG to TIFF Converter

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

Initializing... drag & drop files here

Supports: MPG, MPEG

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 TIFF Frame from MPEG: What This Tutorial Covers

This walk-through is for anyone who needs one pristine still out of an MPEG-1 or MPEG-2 clip — a reference frame for print, color work, or evidence-grade review — saved as a lossless TIFF rather than a re-compressed JPG. It does not convert the whole video; you pick a single moment and get one image, and below we cover how to land on a clean frame and fix the artifacts SD-era MPEG tends to introduce.

How to Convert MPEG to TIFF

  1. Upload Your MPEG File: Drag and drop your .mpeg or .mpg file onto the page, or click "+ Add Files" to browse. You can queue several clips and process them with the same settings.
  2. Pick the Frame with Frame Selection: Open Advanced Options, set Frame Selection to Specific Frame, and type the moment into Time (seconds)12.5 grabs the frame nearest the 12.5-second mark.
  3. Set Compression Type and Scale (optional): In the Compression Type dropdown choose a lossless scheme (None, LZW, or Deflate); use Preset Resolutions, Resolution Percentage, or Width × Height if you need to scale the frame down.
  4. Convert and Download: Click "Convert" and download your TIFF. No sign-up, no watermark.

Walk-through: Landing on the Exact Frame You Want

The whole job here is hitting the right moment, so spend your effort in Frame Selection. Specific Frame plus a Time (seconds) value is the precise path — the field accepts decimals, so 2.100 and 2.133 resolve to different frames a few hundredths of a second apart. That granularity matters because the frame you want and the frame next to it can differ by a blink or a motion-smeared cut.

A few patterns worth knowing:

  • If you want one specific still — use Specific Frame and nudge Time (seconds) by 0.02-0.05 until you land on a sharp, stationary moment.
  • If you want several frames across the clip — switch to Multiple Screenshots. This returns each extracted frame as its own TIFF, delivered together in a ZIP — not a single multi-page TIFF.
  • If you need maximum compatibility with old software — set Compression Type to None, accepting a larger file; otherwise LZW or Deflate keeps it lossless and smaller.
  • If your downstream tools expect the three-letter spelling — flip the File extension toggle from TIFF to TIF. The two produce byte-identical files; .tif is just the legacy DOS/Windows 8.3 name for the same format.

TIFF records whatever the decoder hands it, with no second round of lossy compression — but it can only preserve the frame MPEG-1/MPEG-2 already reconstructed. It does not undo the source codec's losses, upscale standard definition, or sharpen a soft frame. Clean input is the only route to a clean still.

Common Errors and How to Fix Them

  • "My frame has thin horizontal lines or a motion smear" — The source is interlaced (common on DVD, camcorder, and broadcast MPEG-2). A frame is two fields captured a moment apart, so motion lands them out of register and you see combing. Nudge Time (seconds) onto a still moment, or pick a frame where the subject is stationary.
  • "The whole clip didn't convert — I only got one image" — That is expected. This is a frame extractor, not a video transcoder. For the full clip, convert to a video format with Convert MPEG to MP4.
  • "My TIFF won't open in a web browser" — TIFF was never a web display format. Other than Safari, browsers do not render .tiff in an <img> tag without an add-on; MDN recommends it only for downloadable print and editing files. For on-screen use, extract as Convert MPEG to PNG (lossless, web-friendly) or Convert MPEG to JPG (universal).
  • "The frame looks soft even at a still moment" — Standard-definition MPEG (≈ 352×240 for VCD, ≈ 720×480/576 for DVD) simply does not carry more detail. TIFF preserves it exactly; it cannot add resolution the source never had.
  • "My TIFF is bigger than I expected" — Uncompressed TIFF stores raw pixels (see the size FAQ below). Switch Compression Type to LZW or Deflate for a smaller, still-lossless file.

When This Doesn't Work

A handful of cases fall outside a clean single-frame grab. DRM-protected or encrypted MPEG (some commercial DVD VOB rips) cannot be decoded for extraction. Truncated or partially corrupted streams may fail to seek to a precise timestamp — grab a nearby keyframe instead, or repair the file first. And if the artifact you are fighting is interlacing on a moving subject, no timestamp tweak fully removes it from a single field-paired frame; the proper fix is to deinterlace the clip first (transcode it to a progressive video, then extract from that), rather than expecting the still itself to be deinterlaced.

Frequently Asked Questions

Will the TIFF be sharper than the MPEG frame it came from?

No — TIFF preserves the decoded frame exactly but cannot recover detail MPEG-1/MPEG-2 already discarded. Those are lossy codecs, so the frame the decoder reconstructs is the ceiling; TIFF wraps those exact pixels with no further loss. Think of it as a faithful, re-editable container for whatever the codec produced, not a way to undo the original compression or upscale standard-definition video.

Why does my extracted frame show combing or a motion smear?

Because older MPEG-2 from DVD, camcorders, and broadcast is frequently interlaced. Each frame is built from two fields captured a fraction of a second apart, so on a moving subject those fields land out of register and you get the comb pattern of thin horizontal lines. Move Time (seconds) onto a still moment, or for footage that is interlaced throughout, deinterlace the clip first and extract from the progressive result.

Should I pick LZW or Deflate for the TIFF compression?

Both are lossless, so neither changes image quality — the choice is size versus compatibility. Deflate/ZIP usually produces a slightly smaller file; LZW is the most broadly supported compressed-TIFF scheme and opens in older software. Choose None only when a legacy tool chokes on any compressed TIFF, accepting a larger file. The site itself notes LZW is the standard for TIFF and offers the best compatibility.

Can I get one multi-page TIFF with every frame instead of separate files?

No — this tutorial's Multiple Screenshots mode writes one image per frame and delivers them as a ZIP. The TIFF format can technically hold several images in a single file, but here each still is kept independently usable rather than bundled into one multi-page document. If you need many frames, set a sensible capture interval instead of grabbing every frame.

How big is a single extracted TIFF frame?

For standard-definition MPEG sources the files stay small. In our testing, a 720×480 DVD-era frame saved as uncompressed 8-bit RGB TIFF landed near 1 MB, matching the raw pixel math (720 × 480 × 3 bytes ≈ 1.04 MB). Turning on LZW or Deflate typically trims that further on natural-image content with zero quality loss — which is why we leave lossless compression on rather than writing uncompressed. There is also a dedicated MPEG to TIF converter and an MPG to TIFF converter for other spellings of the same job; the bytes are identical.

How are my files handled, and how long are they kept?

Your MPEG is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.

Rate MPEG to TIFF Converter Tool

Rating: 4.8 / 5 - 66 reviews