MPEG (Moving Picture Experts Group) is a family of video and audio compression formats widely used for video storage and playback.
Common Uses
Video distribution
Broadcast media
DVD video
MPEG Conversion FAQ
What is an MPEG video file?
+
MPEG is a video container that holds one or more video streams, audio tracks, and optional subtitles. Different containers support different codecs, so compatibility depends on both the wrapper AND what is inside it.
What is an MPEG program stream, and why is my file one?
+
It is a multiplex designed to be decoded by fixed-function hardware in real time, not to be edited on a computer. Audio and video packets are interleaved with timing markers so a set-top box can start playing from anywhere in the stream, without an index and without buffering the whole file. That design is why MPEG content plays on old equipment flawlessly and confuses modern software regularly. The video is MPEG-1 or MPEG-2 with MP2 or AC-3 audio, multiplexed into a stream designed to be decoded by fixed-function hardware.
Why does broadcast and authoring software insist on MPEG?
+
Because the whole chain was built on it. Playout servers, DVD authoring tools and ingest systems were specified around this format when it was current, and equipment with a twenty-year service life does not get re-specified. Files coming out of those systems are the format the system was designed to emit, not a choice anyone made recently. MPEG program streams are decoded by literally every DVD player, set-top box and broadcast chain ever built, and they tolerate bit errors gracefully.
Is MPEG the same format as its other extension?
+
Yes. This extension and the longer or shorter name you see alongside it describe one underlying format, and anything that reads either reads both. The two names are historical: an eight-character filename limit from the DOS era, a vendor naming its application rather than its file format, or two programs that simply defaulted differently. Converting either produces the same result, so use whichever extension the software at the other end is expecting.
Why will my browser not play an MPEG file?
+
Browsers ship decoders for a deliberately short list of formats, and MPEG is not on it — the licensing, the codec variety it permits, or simply its age keeps it out. The file is not broken and a desktop player will open it, but nothing you do to the page will make a browser render it. Converting to a web-native container is the only reliable route to inline playback. MPEG-2 needs roughly four to six times the bitrate of H.264 for the same picture, and its content is frequently interlaced, which looks combed on modern displays.
Why does my MPEG footage show comb lines on anything that moves?
+
Because it is interlaced. Content in this format very often comes from the broadcast and DVD era, where each frame is stored as two half-height fields captured a fiftieth of a second apart. A progressive screen displays both at once, so movement between the two exposures appears as horizontal combing. Deinterlacing on conversion weaves the fields into whole frames and the artefact disappears for good. MPEG here means an MPEG-1 or MPEG-2 program stream, the format standardised for Video CD and then for DVD and broadcast television.
Will MPEG play on a phone or TV without flattening the battery?
+
Usually yes, because the chips in phones, tablets and televisions decode this kind of payload in dedicated silicon rather than on the main processor. That is the difference between a video that plays cool for two hours and one that heats the device and drains it in forty minutes. Where the format falls down is app support rather than decoding — the codec is fine, the wrapper is what a gallery app may refuse.
Should I still be saving new files as MPEG?
+
Only if something downstream demands it. The format still opens, and there is no urgency about converting an archive that is not causing trouble, but it is no longer where the tooling or the efficiency is going. For anything new, a current format costs nothing extra and avoids the next round of this question a few years from now.
Why convert MPEG to another video format?
+
Convert MPEG to MP4 when you need universal playback — web browsers, mobile devices, smart TVs and editing apps all play MP4 natively. Convert to WebM for web embedding where smaller file size matters. Convert to MOV when working in Final Cut or other Apple-native pipelines.
Does MPEG conversion re-encode the video?
+
When the source codec inside MPEG is compatible with the target container we remux without re-encoding (fast, lossless). When the codec must change (for example HEVC to H.264) the video is re-encoded — slower, with a small generational quality cost.