Initializing... drag & drop files here
Supports: M2V
An .m2v is a raw MPEG-2 video elementary stream — the picture-only intermediate that DVD-authoring tools master before muxing it with separate audio. A TIFF is a lossless raster image built for archiving, print, and precision editing, not for the web. This converter decodes one frame from the M2V and writes it as a TIFF, so you get a reference-quality still of a single moment with no second round of lossy compression layered on top. Because an .m2v is video by design, there is always picture to capture — the frame grab works cleanly even though the stream carries no soundtrack.
| Property | Value |
|---|---|
| Format | MPEG-2 Video elementary stream (video-only) 1 |
| Codec / standard | MPEG-2 Part 2 — ISO/IEC 13818-2 / ITU-T H.262; lossy, motion-compensated 2 |
| Typical resolution | DVD-era standard definition: 720×480 (NTSC) / 720×576 (PAL) 1 |
| Interlacing | Frequently interlaced — MPEG-2 Part 2 adds interlaced support 2 |
| Audio | None by design — soundtrack mastered separately as AC3 or LPCM 1 |
| Common use | DVD authoring intermediate; muxed into VOB/MPG with audio later 1 |
| Playback | Most media players won't open a bare .m2v without remuxing |
| Property | Value |
|---|---|
| Format | TIFF (Tagged Image File Format), raster |
| Released | First spec by Aldus in 1986; current revision TIFF 6.0, 3 June 1992 3 |
| Specification owner | Adobe (acquired Aldus in 1994) 3 |
| Compression | Lossless: None, PackBits, LZW, Deflate/ZIP. Lossy JPEG also defined. 3 |
| Bit depth | Commonly 8-bit; up to 16 bits per channel for high-precision imaging 3 |
| Native browser support | Safari only; "avoid for web content" per MDN 4 |
| Multipage | A TIFF can hold several images, but this tool writes one frame per file |
| Best for | Archival stills, print, precision editing — not on-screen display |
.tif vs .tiff |
Identical format; .tif is the legacy 8.3 three-letter spelling 4 |
.m2v 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.Yes. An .m2v is a raw MPEG-2 video elementary stream — by design it carries picture only, with the soundtrack mastered separately as AC3 or LPCM during DVD authoring. 1 That missing audio matters for an audio export, but it is irrelevant here: the frame grab reads the video stream, which is all an .m2v contains, so there is always an image to capture. You simply get a silent still, which is exactly what an image is.
The TIFF stores the decoded frame without adding any further loss, but it cannot recover detail MPEG-2 already discarded. MPEG-2 Part 2 is a lossy codec, 2 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 is written as a standard baseline TIFF conforming to TIFF 6.0, published 3 June 1992 — still the current revision of the format. 3 TIFF was first specified 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 file opens in Photoshop, GIMP, ImageMagick, and essentially any imaging tool.
By default the Compression Type dropdown is set to JPEG, which is a lossy scheme defined within the TIFF format — convenient for size, but it re-compresses the frame. If your goal is an archival or print-quality still, switch it to None, LZW, or Deflate: all three are lossless, so the image is identical and only the file size differs. LZW is the most broadly supported compressed-TIFF scheme; Deflate/ZIP usually produces a slightly smaller file; None is the safest choice for legacy tools that choke on any compressed TIFF.
For standard-definition M2V 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. If your other software expects the three-letter spelling, there is a dedicated M2V to TIF converter — the format and bytes are identical, only the extension differs.
Because TIFF was never a web display format. MDN 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. 4 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-friendly format with Convert M2V to JPG instead. To keep the moving footage rather than one frozen frame, remux the stream into a playable file with Convert M2V to MP4.
DVD-era MPEG-2 is frequently interlaced, 2 so a single frame pulled from a moment of motion can show comb artifacts (thin horizontal lines) on the moving subject. The fix is to pick a different moment: nudge the Time (seconds) value a few hundredths of a second so you land on a frame where the subject is stationary, then re-run. The combing is in the source field structure, not something the TIFF adds.
Your .m2v is uploaded over an encrypted (TLS) connection, processed on our servers, and the files are deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.