Initializing... drag & drop files here
Supports: MPEG2
MPEG-2 is the inter-frame video standard behind DVDs and broadcast TV (.mpg, .mpeg, .m2v), where each second of footage is reconstructed from a few full frames plus the differences between them. MJPEG (Motion JPEG) is the opposite approach: every single frame is stored as its own independent JPEG image, with no prediction between frames. Converting MPEG-2 to MJPEG transcodes that efficient inter-frame stream into a frame-by-frame one — useful for frame-accurate editing or older capture hardware, but the resulting file is noticeably larger.
| Property | Value |
|---|---|
| Standard | ISO/IEC 13818, ITU-T H.262 |
| First released | 1996 |
| Compression | Inter-frame (I, P and B frames / motion prediction) |
| Common containers | Program stream (.mpg, .mpeg, .vob), transport stream (.ts, .m2ts) |
| Typical audio | MP2 or Dolby Digital (AC-3) on DVD |
| Best for | DVD-Video, ATSC / DVB broadcast, efficient distribution |
| Property | Value |
|---|---|
| Standard | No single universally recognized specification |
| Compression | Intra-frame only — each frame is an independent JPEG |
| Frame independence | Every frame is a full keyframe; none depend on neighbors |
| Common containers | AVI, MOV (the MJPEG codec here outputs an .mjpeg-named file) |
| Native audio | None inherent; audio is added by the container codec |
| Best for | Frame-accurate editing, IP cameras, webcams, capture and industrial tools |
MPEG-2 only stores full frames occasionally and describes the rest as motion relative to those reference frames, which is why broadcast and DVD streams stay compact. MJPEG removes that temporal compression entirely — it re-compresses each frame from scratch as a JPEG. In practice, intra-frame coding like MJPEG reaches real-world ratios around 1:20 or lower, while inter-frame codecs such as MPEG-2 and H.264 reach 1:50 or better for comparable quality. The trade-off you gain is that every frame is fully self-contained, so editors can cut, scrub and seek to any frame instantly without rebuilding a group of pictures. Re-encoding cannot add detail that the MPEG-2 source never captured, so quality is capped by the original.
.mpg, .mpeg or .m2v file, or click "Add Files" to select several at once.Usually yes. MPEG-2 compresses across frames, while MJPEG stores each frame as its own JPEG with no inter-frame prediction. For comparable quality, intra-frame coding typically lands near a 1:20 ratio versus 1:50 or better for MPEG-2 and H.264, so expect a substantially larger output. Lowering the Quality Preset or resolution reduces the size.
Because every MJPEG frame is independent, the format is favored for frame-accurate editing and by capture, webcam, IP-camera and industrial tools that expect it. For ordinary sharing, storage or streaming it is the wrong choice — H.264 in MP4 is far smaller for the same quality. If that is your goal, use MPEG-2 to MP4 instead.
MJPEG is a video-only codec and carries no audio itself. In our pipeline the output container is given an MP3 audio track by default so sound is preserved; you can change the Audio Codec in Advanced Options.
No. Transcoding can only preserve or lose detail, never add it. MJPEG avoids inter-frame artifacts on each individual frame, but the source MPEG-2 already set the ceiling on resolution and detail, so the picture cannot become sharper than the original.
No. MPEG-2 is a formal international standard (ISO/IEC 13818 / ITU-T H.262), but there is no single document that universally defines Motion JPEG. It is essentially a sequence of JPEG-compressed frames, which is why MJPEG playback support varies between players and why it is wrapped in containers such as AVI or MOV.
Trim to only the footage you need, drop the resolution to a Video Resolution preset, or lower the Quality Preset before converting. If small size is the real priority, MJPEG is not the right target — convert to MP4 with H.264 and use the Video Compressor to hit a specific file size.