Initializing... drag & drop files here
Supports: WEBP
WebP is Google's image format announced on September 30, 2010, built on the VP8 intra-frame codec inside a RIFF container — 25-35% smaller than equivalent JPEG/PNG at the same visual quality, with optional animation, transparency, and lossless modes. MPEG-2 (ISO/IEC 13818-2, first edition 1996; also published as ITU-T H.262) is the video codec at the heart of DVD-Video and ATSC 1.0 over-the-air HDTV. Turning still WebPs into an MPEG-2 video is the standard path for slideshow-on-DVD, broadcast intake, and decade-old playback hardware that has no idea WebP exists.
| Property | WebP | MPEG-2 |
|---|---|---|
| Standard | Google (open) | ISO/IEC 13818-2 / ITU-T H.262 |
| Released | September 2010 | 1995 |
| Type | Still image (with animation extension) | Video codec / elementary stream |
| Codec basis | VP8 intra-frame in RIFF container | DCT-based block coding, B/P/I frames |
| Compression | Lossy or lossless | Lossy only |
| Audio | None (image format) | MP2, AC-3, LPCM, DTS via program stream |
| Transparency | Yes (alpha channel) | No |
| Animation | Yes (animated WebP) | Yes (full motion video) |
| Hardware decode | Modern GPUs (2018+) | Universal — built into every DVD player, set-top box, ATSC TV |
| Max resolution | 16383 × 16383 px | 1920×1080 (HD), 720×576 (DVD-PAL), 720×480 (DVD-NTSC) |
| Typical use | Web images, mobile delivery | DVD-Video, ATSC 1.0 broadcast, legacy editing |
| Target | Resolution | Bitrate | Use case |
|---|---|---|---|
| DVD-Video (NTSC) | 720×480 @ 29.97 fps | 4-8 Mbit/s (avg), 9.8 max | Standalone DVD player playback |
| DVD-Video (PAL) | 720×576 @ 25 fps | 4-8 Mbit/s (avg), 9.8 max | European / Asia-Pacific DVD playback |
| ATSC 1.0 SD broadcast | 480i / 480p | 2-6 Mbit/s | Sub-channel digital TV |
| ATSC 1.0 HD broadcast | 1080i / 720p | 12-19 Mbit/s | Primary broadcast HD |
| HD archival MPEG-2 | 1920×1080 | 15-25 Mbit/s | Long-term storage, broadcast intake |
| Slideshow / signage | 1280×720 | 6-10 Mbit/s | Digital signage, kiosk video |
Each frame of the animated WebP is decoded and held for the Duration you set per frame. If your animated WebP has its own internal frame timing, the converter still uses your Duration setting uniformly — animated WebPs converted here are treated as a sequence of stills rather than preserving the source frame durations. For frame-accurate animation playback, convert the animated WebP to MP4 or GIF first, then re-encode to MPEG-2.
720×480 for NTSC (United States, Canada, Mexico, Japan, South Korea) at 29.97 fps, or 720×576 for PAL (Europe, Australia, most of Asia, South America) at 25 fps. Keep video bitrate under 9.8 Mbit/s — the DVD-Video spec hard-caps it and discs encoded above that bitrate often refuse to play. A safe 4-6 Mbit/s average gives you ~80-100 minutes of slideshow on a single-layer 4.7 GB DVD.
MPEG-2 was designed in the early 1990s and uses 1990s-era compression — it's ~10× less efficient than H.264, ~25× less efficient than AV1. A folder of 5 MB of WebPs at 5 seconds per image easily becomes a 200-500 MB MPEG-2 file at DVD-quality bitrate. That's expected and necessary for DVD/broadcast compatibility. If size matters more than compatibility, convert to WebP to MP4 instead.
No — MPEG-2 has no alpha channel. Any transparent regions of your WebPs are flattened against the Background Color you select (default: black). Pick White, Gray, or any of the named color presets to match your project's intended background. If you need transparency-aware video, convert to a format that supports alpha like ProRes 4444 or VP9 with alpha — MPEG-2 cannot carry it.
The browser converter outputs silent MPEG-2 video only — no audio mixing here. Once converted, mux audio in a DVD authoring tool (DVDStyler, ImgBurn) or a video editor: import the MPEG-2 video and your AC-3 / MP2 / WAV audio track, sync, and re-export as a program stream (.mpg) or VOB for DVD burning. DVD-Video spec supports AC-3 up to 448 kbit/s, MP2 up to 912 kbit/s, and LPCM up to 6,144 kbit/s.
xconvert outputs an MPEG-2 program stream (file extension.mpeg2 /.mpg /.mpeg are functionally interchangeable). M2V is the video-only elementary stream — useful for re-muxing in authoring tools. If your downstream tool specifically wants.m2v, try MPEG-2 to M2V after conversion, or use WebP to M2V directly.
Both are still in active use, but for different reasons. MP4 (with H.264/H.265) dominates streaming, mobile, and web. MPEG-2 is what DVD players, ATSC 1.0 broadcast (the over-the-air HDTV standard in the US, Canada, and Mexico), legacy editing systems, and a lot of industrial / signage hardware require. If you're not targeting one of those, WebP to MP4 or WebP to MPEG gives you a smaller, more universal file.
Order: files appear in the order uploaded — drag the file list to reorder before clicking Convert. Timing: the Duration dropdown (1, 2, 3, 5, 10 seconds per frame) applies uniformly to every image. For variable per-image timing, convert each image to a short MPEG-2 clip (Video per image mode) with its own duration, then concatenate them in a DVD authoring tool or video editor.
Yes — drop in entire folders. With "Merge images" selected, all WebPs become a single MPEG-2 file. At 5 seconds per frame, 100 WebPs produces an 8-minute, 20-second video; 720 WebPs produces a 60-minute video that fits comfortably on a standard 4.7 GB DVD at DVD-quality bitrate. Browser memory is the practical limit — very large batches (1000+) are better split into chapter-sized chunks.