Initializing... drag & drop files here
Supports: MPG, MPEG
.mpeg (or .mpg) video. Batch is supported, and processing happens on our servers — no upload to a third party..mpg container, or leave it on MPEG-2 if you're authoring DVDs..mpeg and .mpg are the same container — both hold an MPEG-1 or MPEG-2 program stream as defined in ISO/IEC 11172 and ISO/IEC 13818. The dual extensions exist because early Windows (and the FAT16 file system on DOS/Windows 3.1) required 8.3 filenames, so .mpeg was truncated to .mpg. Mac and Unix tolerated four-character extensions, so .mpeg stuck there. Today both are valid, but a surprising amount of legacy software only recognizes one.
.mpg with MPEG-2 video at up to ~9.8 Mbit/s peak plus MP2 or AC-3 audio. Files named .mpeg are sometimes silently skipped from the import list..mpeg, .mpg, .mpe, and .m2v from different cameras and capture cards, normalising to .mpg with MPEG-2/MP2 makes search, playlist, and metadata tools behave consistently.| Property | .mpeg | .mpg |
|---|---|---|
| Container | MPEG program stream | MPEG program stream (identical) |
| Underlying video | MPEG-1 or MPEG-2 | MPEG-1 or MPEG-2 |
| Audio | MP2, MP3, AC-3, LPCM | MP2, MP3, AC-3, LPCM |
| Extension length | 4 characters | 3 characters (DOS 8.3 legacy) |
| MIME type | video/mpeg |
video/mpeg |
| DVD authoring tools | Sometimes rejected by name filter | Universally accepted |
| Modern player support | Works in VLC, mpv, ffmpeg, Windows | Same — works everywhere .mpeg does |
| MPEG-1 standard | ISO/IEC 11172 (1992) | ISO/IEC 11172 (1992) |
| MPEG-2 standard | ISO/IEC 13818 (1996) | ISO/IEC 13818 (1996) |
| Target | Video codec | Bitrate | Audio | Notes |
|---|---|---|---|---|
| DVD-Video (NTSC 480i) | MPEG-2 | 4–9 Mbit/s (peak 9.8) | MP2 192–384 kbps or AC-3 | Pick 720×480, 29.97 fps |
| DVD-Video (PAL 576i) | MPEG-2 | 4–9 Mbit/s (peak 9.8) | MP2 192–384 kbps | Pick 720×576, 25 fps |
| VCD (legacy) | MPEG-1 | 1.15 Mbit/s CBR | MP2 224 kbps | 352×240 NTSC / 352×288 PAL |
| SVCD (legacy) | MPEG-2 | up to 2.6 Mbit/s | MP2 32–384 kbps | 480×480 NTSC / 480×576 PAL |
| Archive / library file | MPEG-2 | 6–8 Mbit/s VBR | MP2 256 kbps | Balanced quality vs size |
| Small share / web | MPEG-4 in MPG | 1–2 Mbit/s | MP3 128 kbps | Only if consumer accepts non-standard MPG |
Yes. Both extensions point to an MPEG program stream defined first in ISO/IEC 11172-1 (MPEG-1, 1992) and extended in ISO/IEC 13818-1 (MPEG-2, 1996). The byte content is identical — same start codes, same pack/packet headers, same video and audio payloads. The only difference is the four-letter .mpeg versus the three-letter .mpg extension, a relic of the DOS/Windows 3.1 FAT16 8.3 filename limit.
.mpeg to .mpg?For pure extension-swap purposes, a rename is enough — modern OSes happily play either. But a rename can't change the codec, fix a non-DVD-compliant bitrate, re-mux MP3 to MP2, drop resolution from 1080p to 480p/576p for DVD, or trim a long capture. If your goal is just "make my burner see the file," rename is faster; if your goal is "make this DVD-compliant," you need a real re-encode.
Use MPEG-2 video (the default for MPG output) with MP2 audio at 192–384 kbps, or AC-3 if your authoring tool supports it. Cap video bitrate around 6–8 Mbit/s VBR (the DVD spec allows a 9.8 Mbit/s video peak, with a 10.08 Mbit/s total ceiling). Set resolution to 720×480 at 29.97 fps for NTSC or 720×576 at 25 fps for PAL.
Yes. Pick MPEG-2 under Video Codec and raise the bitrate or pick a higher Quality Preset. You won't recover detail the MPEG-1 encode discarded, but the output will be a valid MPEG-2 program stream that DVD-authoring software and broadcast systems will accept. The reverse (MPEG-2 down to MPEG-1) also works — useful for very old VCD-era players that only decode MPEG-1.
Three common causes: (1) the bitrate exceeds the 9.8 Mbit/s video peak — lower the Variable Bitrate setting; (2) audio is MP3 or AAC instead of MP2/AC-3/LPCM — switch Audio Codec to MP2; (3) resolution isn't a DVD-spec size — pick 720×480 (NTSC) or 720×576 (PAL) under Preset Resolutions. Some tools also require specific aspect-ratio flags, which a clean MPEG-2 re-encode at the right resolution usually sets correctly.
Yes. Under Trim, switch from "Unchanged" to "Time Range" and enter Start Time and Duration in HH:MM:SS.sss. The trimmed segment is what's encoded and downloaded — useful when you only need a clip from a 2-hour MPEG capture and don't want to ship the whole file through the encoder.
Any re-encode is lossy, but the loss is small if you pick Quality Preset "Very High" or set Constant Quality (CRF) at a tight value. If you don't need a codec change, resolution change, trim, or audio change, a file-system rename is lossless and instant. Use this converter when you need one of those changes alongside the extension.
The page runs the encode on our servers, so file size limits depend on your upload bandwidth and our server-imposed quota and the codec — long MPEG-2 captures from a TV tuner can be several GB. If you need different codec targets, see MPG to MP4 for a modern H.264 container or MP4 to MPG for the reverse. For audio-only extraction, try MPEG to MP3. To shorten the clip first, use the dedicated video cutter.
They're mirror operations on the same underlying program stream. Use MPG to MPEG when downstream software requires the four-letter extension (mostly older Mac or Linux-era tooling, archive cataloguing scripts that key off .mpeg). Use this MPEG to MPG tool when your target is DVD authoring, broadcast ingest, or any system stuck on three-letter extensions. The conversion options — codec, bitrate, resolution, trim — are identical in both directions.