MPEG File Format (.mpeg)
.mpeg and .mpg name the same MPEG program stream under two spellings, a split that goes back to the three-character extension limit MS-DOS and early Windows imposed on file names.
MPEG at a glance#
| Full name | MPEG Program Stream |
|---|---|
| File extension | .mpeg |
| Category | Video Files |
| Developer | MPEG (Moving Picture Experts Group) |
| First released | 1993 |
| MIME types | video/mpeg |
| Other extensions | .mpe |
| Compression | Lossy |
| Specification | ISO/IEC 13818-1 / ITU-T H.222.0 |
| FileFlip support | FileFlip reads and writes this format |
What a .mpeg file can hold#
These are the things a MPEG file either supports or does not, and they are what decides whether a conversion keeps everything or quietly drops something.
| Lossless compression | No |
|---|---|
| Embedded metadata | No |
| Audio | Yes |
| Video | Yes |
| Subtitle tracks | No |
| Chapters | No |
| Encryption | No |
| Streaming | No |
Strengths and limitations of MPEG#
What MPEG does well
- Identical video and audio data to a .mpg file of the same source, since it's the same MPEG program stream
- The full four-letter spelling matches the MPEG committee's own name for the format, unambiguous on systems that never had an 8.3 filename limit
- Opens in the same players and editors as .mpg with no conversion needed
- Still recognized by every current operating system and media player regardless of which spelling a file carries
Where MPEG falls short
- Inherits every MPEG program stream limitation: MPEG-2 needs a separate paid decoder on current Windows, no native browser playback, and far lower compression efficiency than H.264
- A handful of older upload forms and batch tools whitelist only the three-letter .mpg spelling
- Two accepted extensions for identical content occasionally confuses scripts that branch on the literal extension string
Keep the .mpeg spelling when a workflow, script, or archive convention specifically expects the full four-letter extension; the video data behaves identically either way.
Convert MPEG to MP4 for the same reason an MPG needs converting: MPEG-2 is bulky, poorly supported by browsers, and increasingly undecodable on Windows without an extra codec.
How to open a .mpeg file#
A .mpeg file opens in the programs below, grouped by the platform you are on. If you would rather not install anything, FileFlip converts MPEG into a format your machine already opens, and it does it in the browser tab rather than on a server.
| Platform | Programs that open it |
|---|---|
| Windows | VLC, Windows Media Player (with MPEG-2 extension), PotPlayer |
| macOS | VLC, IINA |
| Linux | VLC, mpv |
| Web | FileFlip |
MPEG questions people ask#
What's the difference between .mpeg and .mpg?
None in the video data. Both extensions point to the same MPEG-1 or MPEG-2 program stream, so a .mpeg file and a .mpg file of the same source contain identical frames and audio, only the extension text differs.
Why does MPEG have two spellings of its extension?
MS-DOS and early Windows used the FAT filesystem's 8.3 naming rule, which capped every extension at three characters, so the four-letter '.mpeg' the standards committee used didn't fit. Software on those systems wrote '.mpg' instead, while Unix and early Macintosh systems, with no such limit, kept the full '.mpeg' spelling.
Why won't my MPEG file play?
The most common cause is Windows 10 or 11 missing the MPEG-2 decoder, which Microsoft stopped bundling and now sells separately as the MPEG-2 Video Extension. Installing it, or opening the file in VLC instead, fixes playback without touching the file itself.
Should I rename .mpeg to .mpg?
Renaming only changes the filename, not the bytes inside, so a renamed file opens exactly the same. .mpg is worth using where an older tool or upload form insists on three-letter extensions; otherwise either spelling works everywhere modern.
Converting MPEG files#
Convert MPEG to another format
Convert another format to MPEG
Every conversion runs inside your browser. The file is read from your disk, the work happens on your own machine, and nothing is uploaded. How FileFlip works names the engine behind each family and how to verify that for yourself.