Initializing... drag & drop files here
Supports: MPG, MPEG
.mpeg and .mpeg2 are two names for the same family of files. Both are MPEG program streams defined by ISO/IEC 13818 (also published as ITU-T H.262), and on xconvert the .mpeg output already defaults to MPEG-2 video with MP2 audio — exactly what .mpeg2 makes explicit. So this conversion is essentially a re-wrap into a .mpeg2-named program stream, not a codec upgrade: if your source already carries MPEG-2 video, the picture is preserved and there is no upscaling. The point of the .mpeg2 extension is that some DVD authoring tools, broadcast ingest pipelines, and capture utilities filter on it specifically.
| Property | Value |
|---|---|
| Extension | .mpeg (also .mpg) |
| Standard | ISO/IEC 13818 / ITU-T H.262 (the .mpeg container can also hold ISO/IEC 11172 MPEG-1 video) |
| Container | MPEG program stream |
| Default video coding here | MPEG-2 (ITU-T H.262) |
| Default audio coding here | MPEG Audio Layer II (MP2) |
| Accepted inputs | .mpg, .mpeg |
| Native browser support | None — .mpeg is not a web-playable format |
| Property | Value |
|---|---|
| Extension | .mpeg2 |
| Standard | ISO/IEC 13818 / ITU-T H.262 |
| First published | 1996 (the MPEG-2 video part was approved in 1995) |
| What it carries here | MPEG-2 video + MP2 audio by default |
| Video coding | DCT-based; supports interlaced and progressive |
| Max practical resolution | 1920×1080 (Main Profile @ High Level) |
| Best for | DVD-Video, ATSC / DVB broadcast, tools that expect an explicit .mpeg2 file |
| Decoder note | MPEG-2 decoders are required to also play MPEG-1 streams |
.mpeg and .mpg inputs are accepted, and batches convert with the same settings.The Video Codec defaults to MPEG-2 and the Audio Codec defaults to MP2 under Advanced settings to match the DVD-Video / PAL DVB profile. Switch the Audio Codec to AC-3 if you are authoring an NTSC DVD, which requires at least one LPCM or AC-3 track.
If you want a modern, web-friendly file instead of a strict MPEG-2 stream, MPEG to MP4 re-encodes to H.264 in an MP4 container. For the reverse direction back to the conventional three-letter extension, see MPEG2 to MPG. The closely related MPG to MPEG2 covers the same target from a .mpg-named source.
Not in the video compression itself. Both extensions name an MPEG program stream that typically carries MPEG-2 (ITU-T H.262) video — the .mpeg2 label just states the codec explicitly, where .mpeg is ambiguous because the container can also hold MPEG-1 video. The difference is a naming convention some tools care about, not a quality tier. On xconvert the .mpeg output already defaults to MPEG-2 video, so converting to .mpeg2 does not change the codec.
No. There is no upscaling and no quality "upgrade" implied by the .mpeg2 extension. If the source .mpeg already holds MPEG-2 video, the conversion preserves that coding and re-wraps it into a .mpeg2-named stream. Re-encoding can never add detail that was not in the source — the only way the file would look different is if you deliberately lower the bitrate or resolution to shrink it.
It runs the file through a real encoder rather than swapping the extension on disk, which guarantees the output is a valid, clean program stream regardless of how the input was muxed. For a source that is already MPEG-2, the result is effectively a faithful re-wrap at the same codec; a plain rename can leave the container or timestamps malformed for strict DVD and broadcast tools, which is exactly the problem this avoids.
.mpeg2 file instead of .mpeg?Some DVD authoring suites, broadcast ingest pipelines, and capture utilities recognize files by the .mpeg2 extension and will reject or ignore a .mpeg/.mpg-named file even when the underlying stream is identical. If a tool you are feeding specifically asks for .mpeg2, this conversion gives it the extension it expects without altering the MPEG-2 video inside.
For PAL DVDs and most DVB-S/T workflows, MP2 (MPEG-1 Audio Layer II) is the safe default and is accepted as a primary track on PAL discs. NTSC DVD-Video requires at least one LPCM or AC-3 (Dolby Digital) track, with MP2 allowed only as an extra — so switch the Audio Codec dropdown to AC-3 if an NTSC authoring tool rejects an MP2-only file.
Because the .mpeg2 output keeps MPEG-2 coding, it will be close in size to the source unless you constrain it. Use "Specific file size" or Constant Bitrate in the File Compression section to land on a target, or use Compress MPEG when size reduction is the only goal and you do not need to change the extension at all.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — they are never shared or made public, and there is no sign-up or watermark. In our testing, a short SD .mpeg clip that already carried MPEG-2 video round-tripped to a .mpeg2 file that played in VLC and on a hardware DVD player with no visible change to the picture.
Yes. Because the container and codecs are a standard MPEG program stream with MPEG-2 (H.262) video and MP2 or AC-3 audio, players such as VLC and hardware DVD/Blu-ray players decode it the same way they handle a .mpeg or .mpg file — the .mpeg2 extension only matters to tools that filter by filename. If a player refuses to open the file purely because of the extension, renaming it to .mpg or converting with MPEG2 to MPG resolves it.