Initializing... drag & drop files here
Supports: MPG, MPEG
Turn a legacy MPG — the MPEG program stream that DVDs, Video CDs, and TV-tuner cards produced for two decades — into a QuickTime .mov that Apple's tools open without a conform step. The output is H.264 video with AAC audio, the pairing QuickTime Player, iMovie, and Final Cut Pro read natively. One thing to be clear about up front: this is a full re-encode, not a rewrap. There is no stream-copy path here, so the MPEG-2 picture is decoded and re-compressed once.
.mpg or .mpeg onto the page, or click "Add Files" to browse. Both extensions name the same MPEG program stream, and you can queue several clips and convert them with one set of settings..mov. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.| Property | MPG (source) | MOV (output here) |
|---|---|---|
| What it is | MPEG program stream — one video plus one or more audio elementary streams multiplexed together | QuickTime File Format, a track-based container built from nested atoms |
| Defined by | ISO/IEC 11172-1 (MPEG-1, 1993) and ISO/IEC 13818-1 (MPEG-2) | Apple, released December 1991; publicly documented in 2001 |
| Usual video codec | MPEG-1 or MPEG-2 | H.264 |
| Usual audio codec | MPEG audio (commonly MP2); AC-3 rides in a private stream on DVD material | AAC |
| Standards lineage | Predates the ISO base media file format | The 2001 QuickTime spec is what MPEG-4 Part 14 was built on; ISO/IEC 14496-12 generalised it |
| Interlacing | Usually interlaced on DVD and broadcast material | Whatever the source had — nothing deinterlaces it |
| Best for | Playing and archiving legacy discs and captures | Apple editing workflows, QuickTime playback, handing footage to a Mac |
MOV is a wrapper, so the codec choice is a separate decision from the extension. These are the options that matter for an MPG source.
| Video Codec | What you get | Choose it when |
|---|---|---|
| H.264 | Efficient, universally decodable, hardware-accelerated on Apple silicon and Intel Macs alike | Default. Right answer for almost every MPG-to-MOV job |
| H.265 | Roughly the same picture at a lower bitrate, slower to encode | Storage matters more than compatibility with older software |
| MPEG-2 | Stays on the source's own codec family, but MPEG-2 needs far more bitrate than H.264 for the same picture | A downstream system explicitly demands MPEG-2 essence |
| MJPEG | Every frame stored as an independent JPEG — huge files, trivially scrubbable | Frame-accurate scrubbing in an old editor matters more than size |
| HuffYUV | Mathematically lossless intermediate; enormous files | You are handing the clip to another encoder and want no second-generation loss |
ProRes is not offered on this page. If a Final Cut project specifically needs ProRes, bring the MOV in as H.264 and transcode to ProRes inside Final Cut, which does that natively.
Apple's editors do not ingest plain MPEG-1/MPEG-2 program streams. The .mpg container multiplexes video and audio into a single interleaved byte stream, and Apple's import path expects discrete tracks in a QuickTime-style container. Re-encoding to H.264 inside a MOV gives those editors exactly the shape they want, which is why the same footage that bounced off iMovie imports cleanly afterwards. If you need the file for Windows or the web instead, MPG to MP4 produces the same H.264 video in the container with the broadest device support.
No, and be suspicious of any tool that implies otherwise. The MPEG-2 encode that produced your .mpg already discarded detail permanently; decoding it and re-compressing to H.264 cannot invent that detail back. What a generous setting does is make sure the second encode is not the weak link. Leave Quality Preset on "Very High (Recommended)", or use Constant Quality around CRF 18–20 for a DVD-bitrate source, and the MOV will be hard to tell from the original at normal viewing distance.
Neither. The Video Codec list on this page holds H.264, H.265, MPEG-1, MPEG-2, MPEG-4, MS MPEG-4, DivX, Xvid, MJPEG, HuffYUV, Theora, the H.261 and H.263 family, WMV 1/2 and the Flash codecs — no ProRes, and no "copy without re-encoding" option. Every conversion here decodes the source and encodes it again. That is worth knowing because some converters advertise a passthrough mode; ours does not have one, and claiming otherwise would be false.
You hit anamorphic pixels. DVD-era MPG stores a 720×480 or 720×576 frame with a non-square pixel aspect ratio and a flag telling the player to stretch it to 16:9 on display. Any resize path here — Preset Resolutions, Resolution Percentage, Width, Height, or Width x Height — puts a scale step in the filter chain, and that step normalises the pixel aspect ratio to square, dropping the stretch flag. Two fixes: leave Video resolution on "Keep original" so no scaling happens at all and the flag survives, or use Width x Height and type the display dimensions yourself (854×480 for a 16:9 NTSC rip, 1024×576 for 16:9 PAL).
Because the source is interlaced and nothing in this pipeline deinterlaces it. DVD, camcorder and broadcast MPG material is usually stored as interlaced fields; the combing you see on horizontal motion is baked into those fields. The converter carries the frames across as they are, so the artefact carries across too. If your footage needs deinterlacing, run it through a desktop tool with a yadif or bwdif filter before uploading it here — no option on this page will do it.
No — one audio track comes out. With no track picker on the page, the encoder falls back to default stream selection, which keeps a single audio stream: the one with the most channels, and on a tie the one with the lowest index. On a DVD rip carrying a 5.1 main mix and a stereo commentary, that means the 5.1 mix wins and the commentary is dropped. If you need the secondary track, convert twice from a source that has been demuxed per-track, or keep the original .mpg alongside the MOV.
Yes. MOV is Apple's format, but H.264 video with AAC audio is decodable almost everywhere, and VLC, MPV, Premiere Pro, Resolve and most Windows and Linux players handle .mov without extra codecs. Where MOV falls down is casual sharing — messaging apps, web pages and some Android galleries prefer .mp4. Since MP4 and MOV are structurally close cousins, MPG to MP4 gets you the same video in the friendlier wrapper.
The practical limit is upload size and time over your own connection rather than anything on your machine — a multi-gigabyte DVD-length .mpg mostly costs you the upload. Your file travels over an encrypted connection, is converted on our servers, and both the upload and the result are deleted automatically after a few hours. Nothing is shared or made public, there is no sign-up, and no watermark is added. If you only need one scene, trimming first with Video Cutter makes the upload much smaller.