Initializing... drag & drop files here
Supports: M2V
An M2V file is an MPEG-2 video elementary stream — the raw picture track, with no audio and no container — most often left behind by DVD-authoring tools that keep the video and its soundtrack in separate files (the audio lives alongside it as a .wav, .ac3, or LPCM file). This page decodes that stream and saves a single frame as a lossless PNG. Below: how to pull one frame at an exact timestamp, how to capture a series at once, why PNG is the right choice when you plan to edit or archive the frame, and how to dodge the interlacing "combing" that catches people off guard.
.m2v onto the page or click "+ Add Files". You can queue several streams at once; each is decoded separately with the same settings.2.100 means 2 seconds and 100 milliseconds in. Choose Multiple Screenshots with a Capture Rate (such as "1 second per frame") to sample a series across the clip.The most important choice is which frame you grab, because MPEG-2 is frequently interlaced — it was built for analog broadcast and DVD, both interlaced formats. On an interlaced source each stored frame is woven from two fields captured a fraction of a second apart. Where the picture moves, the two fields disagree and you get combing: thin horizontal teeth along moving edges. PNG will faithfully record those teeth, so the fix is choosing the frame, not the format.
Tune the rest only when you have a reason to:
2.100 → 2.133, and so on); on a 25–30 fps source each step of roughly 0.033 s is one frame.Most M2V files come off a DVD or an MPEG-2 capture, so the frame you extract usually matches one of these standard-definition or HD sources. These are the pixel dimensions your PNG inherits by default.
| Source | Resolution | Frame rate | Scan | Typical origin |
|---|---|---|---|---|
| DVD-Video (NTSC) | 720×480 | 29.97 fps | Interlaced | North American / Japanese DVDs |
| DVD-Video (PAL) | 720×576 | 25 fps | Interlaced | European / Australian DVDs |
| MPEG-2 HD | 1920×1080 | 25–30 fps | Interlaced or progressive | HDV camcorders, broadcast capture |
DVD-Video encodes MPEG-2 (H.262) at up to 9.8 Mbit/s with 8-bit YCbCr and 4:2:0 colour subsampling, so a still from a low-bitrate disc will look softer than one from a well-mastered feature — and PNG cannot add detail the source never stored.
Both output a still from the same decoded frame — the difference is compression. Because the MPEG-2 source is already lossy, PNG's advantage is not extra sharpness; it is that PNG adds no second generation of loss on top of what the disc already discarded. Use this table to decide before you convert.
| PNG (this page) | JPEG | |
|---|---|---|
| Compression | Lossless | Lossy |
| Second-generation loss | None — pixels stay exactly as decoded | Re-compresses the frame, can add blocking |
| Size (720×480 frame) | ~500 KB–1 MB | ~50–120 KB |
| Transparency channel | Supported (opaque here) | Not supported |
| Best for | Editing, archiving, print, exact pixels | Sharing, web, contact sheets |
| Where to go | This page | M2V to JPEG |
Frame extraction assumes the M2V decodes cleanly. A partially recorded or truncated stream from an interrupted DVD rip can fail to seek to a given timestamp — try an earlier time, or remux the file first. If your goal is the whole motion clip rather than a still — to keep it playable or add the separate audio track back — converting frame-by-frame is the wrong tool; repackage the video with M2V to MP4 instead. And because M2V is video-only by design, there is no audio inside the file to recover here.
Those lines are combing, an interlacing artifact. MPEG-2 (ISO/IEC 13818-2, also ITU-T H.262) supports interlaced video and is the codec behind DVD-Video, so many M2V streams store each frame as two interleaved fields captured moments apart. On motion the fields disagree and you see teeth. PNG records the frame faithfully, teeth and all, so the fix is to grab a frame where the picture is nearly still, or step the timestamp by one frame.
Yes, but be clear on what that buys you. PNG (ISO/IEC 15948) uses DEFLATE compression that reconstructs every pixel exactly, so the still is a bit-for-bit copy of the frame as MPEG-2 decoded it. It cannot recover detail the lossy source already threw away — no format can. What PNG does give you is zero additional loss, which is why it is the right target when you plan to edit, crop, or archive the frame rather than just share it.
Yes. Set Frame Selection to Specific Frame and enter the moment in the Time (seconds) field, where a value like 3.750 means 3 seconds and 750 milliseconds. To capture a run of frames instead, switch to Multiple Screenshots and choose a Capture Rate.
No — an M2V is an MPEG-2 video elementary stream, which by definition carries video only. In a DVD-authoring workflow the audio is kept in a separate AC3 or LPCM file, so there is no sound inside the M2V, and a PNG is a still image regardless.
By default the still matches the source frame — a standard-definition DVD stream is typically 720×480 (NTSC) or 720×576 (PAL), while an HD MPEG-2 source is usually 1920×1080. A decoded video frame is fully opaque and 8-bit per channel, so the PNG is opaque truecolor; use the Colors option to reduce to an indexed palette if you need a smaller file. In our testing, a 720×480 NTSC frame exported at full quality produced a PNG around 500 KB to 1 MB depending on how much fine detail the scene held.
Use PNG (this page) when you plan to edit the frame, archive a master, or need it for print, since it is lossless and adds no compression artifacts. Use M2V to JPG when the still is for sharing, a web page, or a contact sheet — the file is a fraction of the size and the quality loss is invisible on a photographic frame. Neither can recover detail the lossy MPEG-2 source never stored.
Because an M2V is a raw MPEG-2 elementary stream with no container and no audio, several consumer players (Windows Media Player, QuickTime) either refuse it or show video with no controls. VLC and MPV play it fine. Either way you do not need it to open locally — this converter decodes the stream on our servers and pulls the frame you request, so a file that will not play still converts.
Set Frame Selection to Multiple Screenshots and pick a Capture Rate — "1 second per frame" grabs one still every second, while "5 seconds per frame" spaces them out for a longer clip. Each frame is saved as its own PNG, so you can review the set and keep only the sharp, comb-free ones. For a single hero image, use Specific Frame instead.
Files are 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. Each PNG you download is a standalone image that opens in any editor, browser, or document.