Initializing... drag & drop files here
Supports: WEBP
.m2v with an AC-3 or LPCM audio file in your DVD authoring tool.WebP is Google's still and animated image format (released September 30, 2010) that delivers roughly 25-35% smaller files than JPEG at similar quality. M2V is the opposite end of the chain: a raw MPEG-2 elementary video stream (ISO/IEC 13818-2, also known as ITU-T H.262), standardized in 1996 and still the mandatory video codec for DVD-Video discs. M2V holds video only — no audio, no menus, no multiplexing overhead — which is exactly what DVD authoring tools want when they combine separate streams into a finished disc.
.m2v video and .ac3 or .wav audio. Converting your animated WebP to M2V drops it straight into that workflow without re-encoding inside the authoring app..mpg file.| Property | WebP | M2V |
|---|---|---|
| Type | Still and animated image | Video-only elementary stream |
| Codec / Standard | VP8 (lossy), VP8L (lossless), VP8X (animated) | MPEG-2 Part 2 (ISO/IEC 13818-2 / H.262) |
| Released | September 30, 2010 (Google) | 1996 (MPEG / ITU-T) |
| Audio support | None | None (paired externally) |
| Max dimensions | 16,383 × 16,383 px | Up to 1920×1080 (DVD limited to 720×480 or 720×576) |
| Typical bitrate | N/A (per-image compression) | 4-9.8 Mbit/s for DVD; up to 80 Mbit/s pro |
| Best for | Web images, animated stickers, modern browsers | DVD authoring, broadcast playout, legacy hardware |
| Browser support | Chrome, Firefox, Edge, Safari 14+ (~97% global) | None — not a web format |
| Plays standalone? | Yes (any modern browser/viewer) | Not reliably — meant for muxing, but VLC and MPC will open it |
| Preset | Approximate bitrate | Use case |
|---|---|---|
| Lowest | ~1-2 Mbit/s | Test renders, preview discs, small archives |
| Low | ~2-3 Mbit/s | Long-running slideshows where disc space is tight |
| Medium | ~3-5 Mbit/s | Average DVD-compliant photo slideshows |
| High | ~5-7 Mbit/s | Sharper detail for photo-heavy slideshows |
| Very High (default) | ~7-9 Mbit/s | Recommended for DVD-Video — stays under the 9.8 Mbit/s spec cap with headroom for audio |
| Highest | ~9-15 Mbit/s | Pro/broadcast use only — exceeds DVD-Video spec |
Because M2V is a video-only elementary stream by definition — the format spec (ISO/IEC 13818-2) carries only the MPEG-2 video layer, not audio. WebP files don't contain audio either, so there's nothing to lose. For DVD authoring, pair the .m2v with a separate .ac3 (Dolby Digital), .wav (LPCM), or .mp2 (MPEG-1 Audio Layer II) track in your authoring suite. If you want a single self-contained file, use WebP to MP4 or WebP to MPEG instead.
For DVD-Video burning, the M2V must hit one of two resolutions — 720×480 (NTSC, 29.97 fps) or 720×576 (PAL, 25 fps) — and stay under 9.8 Mbit/s video bitrate. Use the fixed-resolution preset that matches your region and keep the quality preset at Very High or below. DVDStyler, DVD Flick, Apple Compressor, and Adobe Encore all accept compliant M2V files directly.
Yes — that's exactly what "Merge images" mode does. Upload all the WebPs you want in the slideshow, pick the merge strategy, set Image Duration to control how long each frame holds (5 seconds per image is the slideshow default), and the converter renders one continuous M2V. Keep the WebPs in the order you want them to appear; the converter respects the upload sequence.
The image-to-video pipeline samples WebP frames at the duration you set in "Image Duration," not at the WebP's internal frame timing. For a faithful animation, set Image Duration to match the source — for example, an animated WebP recorded at 24 fps needs 1/24 second per frame. If your WebP has variable frame timings, expect minor pacing differences in the M2V output.
If your goal is web delivery or modern playback, use MP4 — it's smaller and self-contained. M2V is for the specific cases where downstream tools require an MPEG-2 elementary stream: DVD authoring software, certain broadcast playout servers, in-car DVD systems, and digital signage hardware that pre-dates H.264. M2V is also useful when you want to mux video and audio separately to avoid A/V drift in long-form content.
The DVD-Video spec caps total stream bitrate at 10.08 Mbit/s combined for video and audio, with video alone capped at 9.8 Mbit/s. The "Very High" preset targets roughly 7-9 Mbit/s, leaving headroom for a 192-448 kbit/s AC-3 audio track. If you're encoding for a long-running disc (>1 hour), drop to Medium or High to fit more content under the 4.7 GB single-layer (or 8.5 GB dual-layer) capacity.
No — MPEG-2 has no alpha channel. Transparent areas in the WebP are flattened against the background color you set (default Black). If you need to preserve transparency, M2V is the wrong target — stay in an image or modern video format like ProRes 4444 or WebM with alpha.
Significantly larger. WebP is per-image compression with no temporal redundancy to exploit; M2V is video encoding with frame durations measured in seconds, so even a single still WebP at 5 seconds duration produces an M2V holding 120-150 encoded frames (at 24 fps) at DVD bitrates. Expect rough sizes around 5-7 MB per 10 seconds of footage at the Very High preset. A long slideshow can comfortably fill a single-layer DVD (~70 minutes at 9 Mbit/s).
VLC and MPC-HC will open M2V files for preview, but the playback is silent (no audio track exists). QuickTime requires additional MPEG-2 components on older macOS versions. M2V isn't intended for standalone playback — it's a building block for DVD authoring or broadcast mux. For everyday viewing, convert to MP4 or MKV instead.