Initializing... drag & drop files here
Supports: MPG, MPEG
An MPG file is an MPEG program stream that multiplexes MPEG-2 video together with MP2 audio in one container. An M2V file is the MPEG-2 video elementary stream on its own — video only, no audio, no container. Because the video inside a standard.mpg is already MPEG-2, this conversion mostly demultiplexes and re-wraps the existing video stream rather than re-encoding it from scratch, so the picture quality is preserved while the audio is dropped. This is what DVD-authoring and broadcast-mux pipelines expect: video as.m2v, audio as a separate file, multiplexed at build time.
| Property | MPG (MPEG Program Stream) | M2V (MPEG-2 Video) |
|---|---|---|
| Type | Multiplexed container | Raw video elementary stream |
| Standard | ISO/IEC 13818-1 (systems) | ISO/IEC 13818-2 / H.262 (1995) |
| Video codec | MPEG-1 or MPEG-2 | MPEG-2 only |
| Audio | Included (usually MP2) | None — video only |
| Direct playback | VLC, Windows Media Player, most players | Rarely — most players need a muxed container |
| Typical use | Playback, DVD rips, PC archives | DVD authoring, broadcast, archive masters |
| File extension | .mpg,.mpeg | .m2v (also.mpv,.m2v) |
| Disc target | Suggested avg bitrate | Approx runtime |
|---|---|---|
| Single-layer DVD-5 (4.7 GB) | 8 Mbps | ~75 minutes |
| Single-layer DVD-5 (4.7 GB) | 6 Mbps | ~100 minutes |
| Single-layer DVD-5 (4.7 GB) | 4 Mbps | ~150 minutes |
| Dual-layer DVD-9 (8.5 GB) | 6 Mbps | ~180 minutes |
Runtimes assume a separate audio track (~192-256 kbps) and ~10% VOB/IFO overhead. The DVD-Video spec caps video at 9.8 Mbps and the total stream (video + audio + subpictures) at 10.08 Mbps.
If you also need the audio side of the pipeline, see MPG to AC-3 for Dolby Digital, the standard DVD audio codec, or MPG to WAV for uncompressed PCM. Going the other direction? See M2V to MPG.
Usually no, or very little. A standard.mpg already carries MPEG-2 video, so the conversion primarily extracts that existing video stream and writes it as a raw elementary stream — the video bitstream is preserved, not re-degraded. Quality only changes if you actively lower the bitrate, downscale the resolution, or your source MPG happens to use MPEG-1 video (older or very low-bitrate files), in which case it is re-encoded to MPEG-2. The audio track is always dropped, because M2V is a video-only format.
By definition. M2V is an MPEG-2 video elementary stream (ISO/IEC 13818-2) — it carries only the compressed video bitstream, with no container, no audio, and no subtitles. DVD-Video and MPEG-2 program-stream workflows deliberately keep video and audio as separate streams so the authoring tool can choose the audio codec, language tracks, and sync offsets independently and multiplex them into VOBs at build time. Convert your MPG's audio with MPG to AC-3 or MPG to WAV to supply the audio half of that pair.
Stay between 4 and 8 Mbps for the video. The DVD-Video spec caps total stream rate (video + audio + subpictures) at 10.08 Mbps and video alone at 9.8 Mbps, but encoding right at the ceiling leaves no headroom for the audio track. For a 1-hour show with stereo AC-3 at 192 kbps, 8 Mbps fits comfortably on a single-layer DVD-5; for a 2-hour movie, drop to 4-5 Mbps or move to a dual-layer DVD-9. Use Constraint Quality if you want variable bitrate that never exceeds a peak ceiling.
NTSC (720×480 at 29.97 fps) for DVDs played in North America, Japan, and parts of South America. PAL (720×576 at 25 fps) for Europe, most of Asia, Africa, and Australia. If your source MPG is at a different resolution, choose the matching Preset Resolution and the converter will scale to it — DVD-Video itself only supports these standard-definition raster sizes, not HD.
Tools that "accept MPG" demux and often re-mux it internally, sometimes at presets you can't see or control. Pre-converting to.m2v gives you a clean video-only elementary stream you can pair with the exact audio file your project needs, reuse across multiple disc builds without touching the video again, and feed directly to command-line muxers (mplex, ffmpeg's DVD muxer) that expect separate streams. In our testing, a 720×480 NTSC.mpg converted to.m2v at default settings imported into DVDStyler without any further transcoding, paired with a separate AC-3 track.
No. The last essential US patent in the MPEG-2 pool expired in February 2018, and MPEG LA pool royalties ended at that point, so MPEG-2 is functionally royalty-free worldwide today. That is part of why DVD pipelines and institutional archives still mandate MPEG-2 elementary streams — there is no licensing risk and decoders ship with every major OS and media player.