Initializing... drag & drop files here
Supports: MPEG2
You named the codec, so you are almost certainly pulling a still out of a DVD rip, a DVB capture, or an archived home-video disc — .mpeg2 is the MPEG-2 Program Stream that DVD-Video and digital broadcast use. This tool decodes one frame from that clip and writes it out; the only real decision is the target format. The short answer: choose TIF when the still is headed for print, an archive, or a precision editor and you want every decoded pixel kept verbatim; choose JPG or PNG when it is going on screen. Below is the side-by-side, then the steps.
| Property | TIF | JPG | PNG |
|---|---|---|---|
| Compression | Lossless (None / LZW / Deflate / PackBits) | Lossy (DCT) | Lossless (Deflate) |
| Adds a second loss on top of MPEG-2? | No | Yes | No |
| Bit depth per channel | 1, 8, or 16 | 8 only | 8 or 16 |
| Color models | RGB, CMYK, grayscale | YCbCr (RGB on export) | RGB / grayscale + alpha |
| Typical size (720×480 frame) | ~1 MB uncompressed, ~0.5–0.7 MB LZW/Deflate | Smallest (tens–hundreds of KB) | Medium |
| Browser preview | No — Safari only; download to view | Yes, universal | Yes, universal |
| Print / archival fit | Yes — libraries and museums standardize on it | Limited (lossy) | Web-oriented |
| Best for | Archive, print, re-editing the still | Sharing, email, posting | Web/UI, sharp text, transparency |
.mpeg2 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. (Switching to Multiple Screenshots returns a series of separate TIFs as a ZIP, one file per frame — not a single multi-page TIF.)It is not higher resolution or sharper — those are fixed by the original MPEG-2 encode, which is lossy and standard definition (DVD ≈ 720×480 NTSC / 720×576 PAL). What TIF avoids is a second round of loss. Saving the frame as JPG re-compresses the already-compressed pixels and can add ringing around edges; TIF stores the decoded frame verbatim. So for an archival or print-bound still, TIF is the safer master even though it cannot recover detail MPEG-2 already discarded. For on-screen use where a little extra compression is invisible, JPG is fine and far smaller.
No — not in the conversion itself. TIF is a lossless wrapper, so the still it stores is exactly what the MPEG-2 decoder produced for that timestamp, down to the pixel. The frame inherits the source's standard-definition resolution and TV-range color, and TIF preserves those without adding compression artifacts. It does not upscale, sharpen, or de-interlace; it captures faithfully.
LZW and Deflate (ZIP) are both lossless — their decoded pixels are identical to uncompressed — and they shrink a typical 8-bit frame by roughly 30–50% 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. Pick None (uncompressed) only when you need maximum compatibility with older software that chokes on compressed TIFF, or want the absolute-safest archival master.
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 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 the clip, that mode samples at the interval you set; if you want one exact moment, stay on Specific Frame.
That is interlacing, and .mpeg2 from DVD, camcorders, and broadcast is frequently interlaced — so a single frame grabbed during motion can show comb artifacts on moving subjects. Pick a frame where the subject is stationary: nudge the Time (seconds) value a few hundredths of a second earlier or later to land on a still moment. The same trick fixes a blurry or motion-smeared grab from a fast scene or a scene cut. TIF records whatever the decoder hands it faithfully, so a clean source frame is the only route to a clean still.
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), dropping to roughly 0.5–0.7 MB with LZW or Deflate at zero quality loss. TIF is built for archival and print, not the browser — MDN notes that other than Safari, browsers do not natively render TIFF in web content. 3 So extract to Convert MPEG-2 to JPG for anything you plan to post or email, or Convert MPEG-2 to PNG for a lossless web-friendly still. If you actually want the whole moving clip in a modern format, use Convert MPEG-2 to MP4 instead. (.tif and .tiff are the same format — the MPEG-2 to TIFF converter outputs the four-letter spelling, and the MPG to TIF converter handles the .mpg/.mpeg spellings of the same MPEG stream.)
Your MPEG-2 file 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.