Initializing... drag & drop files here
Supports: MPG, MPEG
This tool decodes a single frame from an MPG (MPEG-1 / MPEG-2) video and saves it as a TIFF — a lossless raster image built for archiving, print, and precision editing rather than for the web. It does not convert the whole clip; you choose one moment and get one still. The pairing exists for a narrow job: pulling a reference-quality frame out of legacy SD-era video into a format that preserves every pixel the decoder produced, with no second round of lossy compression layered on top.
| Property | Value |
|---|---|
| Standard | MPEG-1 (ISO/IEC 11172) / MPEG-2 (ISO/IEC 13818) Program Stream 1 |
What .mpg is |
A multiplexed container carrying MPEG-1 or MPEG-2 video (VCD, DVD, and digital-TV era) |
| Video codec | MPEG-1 or MPEG-2 — both lossy, motion-compensated, interlaced on many sources |
| Typical resolution | VCD (MPEG-1) ≈ 352×240/288; DVD (MPEG-2) ≈ 720×480 (NTSC) / 720×576 (PAL) — standard definition |
.mpg vs .mpeg |
Identical format, two spellings of the same extension — both accepted here 1 |
| Audio | Usually MPEG-1 Layer II; irrelevant for still extraction |
| Property | Value |
|---|---|
| Format | TIFF (Tagged Image File Format), raster |
| Released | 12 September 1986 (Aldus); current revision TIFF 6.0, 3 June 1992 2 |
| Specification owner | Adobe (acquired Aldus in 1994) 2 |
| Compression | Lossless: None, LZW, Deflate/ZIP, PackBits. Lossy JPEG also defined. 2 |
| Bit depth | Commonly 8-bit; up to 16 bits per channel for high-precision and scientific imaging 2 |
| Native browser support | None except Safari; "avoid for web content" per MDN 3 |
| Best for | Archival stills, print, precision editing — not web display |
.tif vs .tiff |
Identical format — .tif is the legacy DOS/Windows 8.3 three-letter spelling 4 |
.mpg or .mpeg file onto the page, or click "+ Add Files" to browse. You can queue several files and process them with the same settings.2.100 captures the frame at 2.1 seconds. (Switching to Multiple Screenshots returns a series of separate TIFFs as a ZIP, one file per frame — not a single multi-page TIFF.)The TIFF stores the decoded frame without adding any further loss, but it cannot recover detail MPEG-1/MPEG-2 already discarded. Those are lossy codecs, so the frame the decoder reconstructs is what you get — the TIFF preserves those exact pixels verbatim. Think of TIFF here as a faithful, re-editable wrapper for whatever the codec produced, not a way to undo the original compression. The frame inherits the source's standard-definition resolution and TV-range color; TIFF keeps it pristine, it does not upscale or sharpen it.
The output conforms to TIFF 6.0, published 3 June 1992 — still the current revision of the format. 2 TIFF was created by Aldus in 1986 and the specification passed to Adobe when it acquired Aldus in 1994; it has stayed stable since, which is part of why TIFF remains a dependable archival container decades later. The frame is written as a standard baseline TIFF that opens in Photoshop, GIMP, ImageMagick, and essentially any imaging tool.
Both are lossless, so neither changes image quality — the choice is size versus compatibility. Deflate/ZIP typically produces a slightly smaller file, while LZW is the most broadly supported compressed-TIFF scheme and opens in older software. Pick None only when you need maximum compatibility with legacy tools that choke on any compressed TIFF, accepting a larger file. For a standard-definition MPG frame the absolute sizes are small either way, so most people can leave lossless compression on.
No — this tool writes one image per file. The TIFF format itself can hold several images in a single file, but here Multiple Screenshots mode returns each extracted frame as its own TIFF, delivered together as a ZIP. That keeps each still independently usable. If you need many frames, set a sensible capture interval rather than grabbing every frame.
Because TIFF was never a web display format. MDN explicitly lists it among image types to avoid for web content, and outside of Safari no major browser renders a .tiff inside an <img> tag without an add-on or a JavaScript decoder. 3 TIFF is built for downloadable print and precision-editing files. If your goal is on-screen viewing or posting, extract the frame as a web format with Convert MPG to JPG (universal) or Convert MPG to PNG (lossless, web-friendly) instead.
Older MPEG-2 from DVD, camcorders, and broadcast is frequently interlaced, so a single frame grabbed during motion can show comb artifacts (thin horizontal lines) or a motion-smeared subject across a scene cut. Nudge the Time (seconds) value a few hundredths of a second to land on a still moment, or pick a frame where the subject is stationary. TIFF records whatever the decoder hands it faithfully, so a clean source frame is the only way to a clean still.
For standard-definition MPG 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 compression 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 MPG to TIF converter if your other tools expect the three-letter .tif spelling; the bytes are identical.
Your MPG 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.