.mpeg File Extension
.mpeg file contains, which apps open MPEG video, how Poly supports it, and when to convert it. File extension details for .mpeg
Full Support| File type | MPEG-1 or MPEG-2 video |
|---|---|
| MIME type | |
| Encoding | Binary MPEG video stream, commonly an MPEG-1 or MPEG-2 program stream with audio and timing data |
| Operating systems | Windows, macOS, Linux |
| Opens with | VLC media player, FFmpeg, HandBrake |
| Poly support | Yes. Poly provides rich support for MPEG video. |
| Indexed by Poly | Yes. Poly indexes filenames, supported metadata, speech, and visual content. |
| Preview in Poly | Yes. Supported MPEG files have thumbnails, timeline previews, and in-app playback. |
| Poly agent | Yes. The Poly agent can use supported visual content, transcripts, and metadata. |
What kind of file is a .mpeg?
A .mpeg file is normally MPEG-1 or MPEG-2 video, often stored in an MPEG program stream with audio and timing information. It uses the video/mpeg MIME type and is the same filename convention as .mpg, not an MP4.12
MPEG is a family of standards rather than one codec or container. A .mpeg file may be a program stream or an elementary video stream. MPEG-2 transport streams generally use .ts and the separate video/MP2T type.2
There is no single short signature for every valid .mpeg file. MPEG start codes begin with 00 00 01; a program-stream pack header continues with BA, while an elementary video sequence header uses B3. A media inspector should parse several structures and tracks instead of trusting the extension alone.2
video.mp4 to video.mpeg does not convert it. Inspect the contents, then remux or re-encode with a media tool when necessary.How do I open a .mpeg on my computer?
VLC is a practical first choice on Windows, macOS, and Linux. It supports MPEG-1 and MPEG-2 video plus MPEG elementary and program streams.3 FFmpeg can inspect the container, codecs, dimensions, frame rate, duration, and audio tracks before playing or converting it.4
HandBrake accepts MPG and MPEG files as sources and can create MP4, MKV, or WebM output.5 Native browser playback is unreliable, so convert a delivery copy to a browser-friendly format for websites while retaining the original.
Poly support for .mpeg
Poly gives supported .mpeg videos a representative thumbnail, timeline previews, in-app playback, technical metadata, visual search, and speech transcription. The filename, available metadata, transcript, and visual content are searchable. The Poly agent can use that supported visual content, speech, and metadata.
Transcription requires usable audio with audible speech. Silent footage can still benefit from visual search. Playback depends on the codecs and stream structure inside the file.
History of .mpeg
The Moving Picture Experts Group began work in 1988. MPEG-1 was approved in 1992, followed by MPEG-2 in 1994.6 The .mpeg suffix spells out the group's acronym; .mpg became a common shorter counterpart on systems with three-character extension conventions.
RFC 2046 defined video/mpeg as the initial MPEG video subtype in November 1996, and IANA continues to list that registration.1 Both .mpeg and .mpg remain common names for legacy MPEG video.
Working with .mpeg and alternatives
Choose the output for its destination:
| Goal | Practical choice | Tradeoff |
|---|---|---|
| Broad web and device playback | H.264 video with AAC audio in MP4 | Usually requires re-encoding |
| Open web delivery | VP9 or AV1 in WebM | Older devices may have limited support |
| Preserve provenance | Keep the .mpeg original | Less convenient in browsers |
| Continue editing | Use an editor-supported intermediate or container | Files may be larger |
Copying compatible streams into another container preserves their encoded quality. Re-encoding can improve compatibility, but it adds a lossy generation. Check aspect ratio, interlacing, audio synchronization, captions, and the first and last seconds after conversion. Older MPEG video often uses non-square pixels or interlaced fields, so unsuitable defaults can make a valid conversion look distorted.
Treat unexpected media as untrusted and open it with maintained software. Keep the source until the replacement has been reviewed.
Footnotes
- Internet Engineering Task Force. RFC 2046: Multipurpose Internet Mail Extensions, Part Two. Section 4.4 defines the
video/mpegsubtype. ↩ ↩2 - Library of Congress. MPEG-2 Video Encoding (H.262). The format description covers MPEG stream structures, start codes, extensions, and media types. ↩ ↩2 ↩3
- VideoLAN. VLC Features. ↩
- FFmpeg Project. MPEG-1 and MPEG-2 Program Stream Muxer. ↩
- HandBrake Project. Supported Source Formats. ↩
- Moving Picture Experts Group. Who We Are. The group records its 1988 founding and MPEG-1 and MPEG-2 approval dates. ↩