Initializing... drag & drop files here
Supports: MPG, MPEG
This walkthrough is for anyone who needs one reference-quality still pulled out of an MPEG video — a DVD chapter, a VCD rip, an old digital-TV recording — and saved as a TIF for print, archiving, or precision editing. By the end you'll know how to land on the exact frame you want, keep it lossless, scale it if needed, and fix the two things that go wrong most often: combing on motion and a frame that's too big to share. .mpeg and .mpg are the same format (two spellings of one extension, the way .jpeg and .jpg are), so everything here applies whichever your file uses.
.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.100 grabs the frame at 2.1 seconds. That single frame becomes your TIF.The whole job hinges on step 2, so it's worth a closer look. Specific Frame + Time (seconds) is a single-shot grab: you type a timestamp, you get one image at that moment. There's no scrubber, so the workflow is to estimate the time, convert, and nudge the value if you missed:
12.30 instead of 12.40 — to land on a cleaner, more static instant..tif, delivered together as a ZIP — it does not build one multi-page TIFF..tif and .tiff are byte-for-byte identical, so the MPEG to TIFF converter outputs the same image under the longer name.On compression: LZW and Deflate are both lossless, so the decoded pixels are identical to uncompressed — they just store the frame more compactly (xconvert's own UI note flags LZW as the standard for TIFF compatibility). Pick None only when you're feeding the file to legacy software that chokes on any compressed TIFF.
.tif in an <img> tag; MDN lists TIFF among image types to avoid for web content. Use a web format instead (below).If your goal is on-screen viewing, posting, or emailing, TIF is the wrong format — it's a large, download-only file. Extract to Convert MPEG to JPG for a small, universally viewable still, or Convert MPEG to PNG for a lossless web-friendly one. If you don't actually want a still at all but the whole moving clip in a modern container, use Convert MPEG to MP4 instead. And if the file is a copy-protected commercial DVD rip, the decoder may not be able to read it at all — that's a source-DRM problem, not a settings problem, and no frame-grab tool will get around it.
No — this is the honest catch. TIF is a lossless wrapper, so it stores the extracted frame without adding any further compression loss on top of what the MPEG codec already did. But MPEG is an MPEG-1 / MPEG-2 stream from the VCD, DVD, and digital-TV era, typically standard definition with TV-range color. TIF preserves those pixels exactly; it cannot restore detail the original lossy MPEG encode discarded. You get a faithful, re-editable copy of an SD-era still — not an upscaled or sharpened one.
.mpeg different from .mpg for this conversion?No. They are two spellings of the same extension for the same MPEG-1 / MPEG-2 format — the three-letter .mpg exists only because older Windows required three-character extensions, exactly like .jpg versus .jpeg. This tool accepts both and treats them identically, so you don't need to rename anything before uploading.
LZW and Deflate (ZIP) are both lossless — their decoded pixels are identical to uncompressed — and they shrink a typical 8-bit frame while staying readable in essentially every TIFF app (Photoshop, Affinity Photo, GIMP, ImageMagick, Preview). Deflate usually packs a little tighter; LZW is the most broadly supported compressed-TIFF scheme and is what xconvert's UI flags as the default for compatibility. Pick None (uncompressed) only when you need maximum compatibility with older software that chokes on compressed TIFF.
No — this tool writes one image per file. The TIFF format itself can hold several images in a single file, but here switching to Multiple Screenshots mode returns each sampled frame as its own .tif, delivered together as a ZIP, not a single multi-page TIFF. If you want a few stills from across a clip, that mode samples at the interval you set; if you want one exact moment, stay on Specific Frame.
In our testing, a 720×480 NTSC MPEG-2 frame saved as uncompressed 8-bit RGB TIF landed near 1 MB, matching the raw pixel math (720 × 480 × 3 bytes ≈ 1.04 MB), and dropped to roughly 0.5–0.7 MB with LZW or Deflate at zero quality loss. Because TIF is uncompressed-grade and not a web format — MDN lists it among image types to avoid for web content, with Safari the only browser that renders it natively — extract to Convert MPEG to JPG for anything you plan to post or email. There is also an MPG to TIF converter if your workflow uses the .mpg spelling of the input; the result is identical.
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. The frame is captured at the video's native resolution, and you can scale it down with the Resolution Percentage or Width x Height controls before downloading.