Initializing... drag & drop files here
Supports: M2V
An M2V file is a raw MPEG-2 video elementary stream: just the coded picture, with no container wrapping it and no audio track alongside it. WebP is Google's still-image format. So this conversion is not a video-to-video job at all — it pulls a frame out of the stream and encodes that single picture as a WebP image, which is what you want for a thumbnail, a poster frame, or a contact sheet from a DVD-authoring master.
| Property | Value |
|---|---|
| Standard | ISO/IEC 13818-2, also published as ITU-T Rec. H.262 (MPEG-2 Video) |
| Standardised | ISO/IEC 13818-2 first edition, 1996 |
| Container | None — a raw elementary stream, not a program or transport stream |
| Audio | None. M2V carries picture data only |
| Typical dimensions | 720×480 (NTSC DVD), 720×576 (PAL DVD); HD MPEG-2 up to 1920×1080 |
| Scan type | Frequently interlaced (480i / 576i) on DVD and broadcast material |
| Duration metadata | Absent. A raw .m2v reports no container duration and no overall bitrate |
| Where it comes from | DVD authoring and demux tools (DGIndex, ProjectX, mkvextract) that split video and audio into separate files before muxing |
| Property | Value |
|---|---|
| Developer | |
| Introduced | 2010 |
| Container | RIFF |
| Modes | Lossy, lossless, alpha transparency, and animation |
| Size vs JPEG | Google measures lossy WebP at 25–34% smaller than a comparable JPEG at equivalent SSIM |
| Size vs PNG | Google measures lossless WebP at 26% smaller than PNG |
| Maximum dimensions | 16383 × 16383 pixels |
| Native browser support | Chrome 32+, Firefox 65+, Edge 18+, Opera 19+, Safari 16+ on macOS and Safari 14+ on iOS — about 96% of tracked traffic per caniuse |
| Output here | A single still image. This tool does not build an animated WebP |
.m2v onto the drop zone or click "+ Add Files" to pick it from your device. Only .m2v is accepted here; you can queue several and they all run with the same settings.0, which grabs the very first frame. Type a real timestamp such as 12.5 to land elsewhere, or switch to "Multiple Screenshots" and pick a Capture Rate to sample the whole stream.Frame choice matters more with M2V than with almost any other source, for two reasons that are specific to this format.
0, so unless you type something else you will get whatever that first coded picture happens to be.A still image. WebP supports animation, but this converter treats an M2V as a source of frames, not as a timeline — "Specific Frame" writes one still WebP, and "Multiple Screenshots" writes a separate still WebP for each sampled frame. If you want motion out of the M2V, convert it to an animated format with M2V to GIF or M2V to APNG instead.
That is interlace combing, and it comes from the source rather than from the conversion. DVD MPEG-2 is interlaced — 720×480 at 29.97 fps for NTSC, 720×576 at 25 fps for PAL, so a single coded picture holds two fields shot a fraction of a second apart. We extract the picture as stored and do not de-interlace it, so any motion between the two fields stays visible as combing. Pick a low-motion timestamp, or de-interlace in a desktop tool first.
Because a raw elementary stream has no container to record it in. Probe a .m2v and you get no overall duration and no file-level bitrate — only the coded picture parameters. Frame extraction still works, because the decoder simply walks the stream, but time-based seeking is approximate compared with a properly muxed MP4 or MPEG program stream.
Nothing is lost, because an M2V never had audio. In a DVD-authoring workflow the soundtrack is demuxed into a separate file, usually AC-3 (Dolby Digital) or LPCM, and muxed back in at the end. A still image has no audio track either way, so this conversion is not where a soundtrack could go missing.
Lossy is the right default for anything photographic; Google measures lossy WebP at 25–34% smaller than a JPEG of equivalent SSIM quality, and at normal viewing sizes a single frame from filmed footage shows no visible penalty. Switch Lossless? to "Yes" for frames that are mostly text, line art, screen captures, or flat colour, where lossless WebP keeps every edge exactly as coded.
By default it matches the source frame exactly — 720×480 or 720×576 for a standard-definition DVD stream, up to 1920×1080 for HD MPEG-2. Under Image resolution, "Preset Resolutions" sets the output height and lets the width follow the source aspect ratio; "Width x Height" is the control to use when you need exact pixel dimensions.
Almost. Chrome 32+, Firefox 65+, Edge 18+, Opera 19+, Safari 16+ on macOS and Safari 14+ on iOS all decode WebP, which caniuse puts at roughly 96% of tracked traffic. The gaps are old desktop Safari and legacy desktop software — Office documents, older image editors, some print workflows. For those, extract to M2V to JPG or M2V to PNG instead.
Our pipeline extracts the requested frame to a lossless PNG first, then encodes that PNG to WebP. The Quality Preset and Lossless? settings apply to the second step only, so they never degrade the frame grab itself — the picture that reaches the WebP encoder is a faithful decode of what the MPEG-2 stream coded, and only the final encode trades detail for size.