FormatDrop
How-To Guide

How to Convert MPG to MP4

MPG files (MPEG-1 and MPEG-2) were the standard for DVDs, VCDs, and early digital video. Modern devices often struggle to play them natively. Converting MPG to MP4 (H.264) gives you universal playback on every device while reducing file size by 30–60%.

Step-by-step instructions

  1. 1

    Upload your MPG file

    Click the upload area and select your .mpg or .mpeg file. Most MPG files are MPEG-2 (used in DVDs) or MPEG-1 (used in VCDs). Both convert cleanly to MP4.

    Go to converter
  2. 2

    Select MP4 as output format

    Choose MP4 from the format selector. The converter uses H.264 video and AAC audio — the most compatible MP4 configuration for phones, browsers, smart TVs, and editing apps.

  3. 3

    Adjust quality settings (optional)

    For DVD-quality MPG files, a CRF of 18–22 preserves full quality at roughly half the original file size. Higher CRF values (23–28) shrink the file further with modest quality loss.

  4. 4

    Convert and download

    Click Convert. Processing takes 30 seconds to a few minutes depending on file length. Download the MP4 and verify playback on your device before deleting the original.

Why convert MPG to MP4?

MPG was the video format of the DVD era — ubiquitous but locked to an aging codec. Converting to MP4/H.264 makes your old video library universally playable and storage-efficient without visible quality loss.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Will I lose quality converting MPG to MP4?
Converting MPG to MP4 re-encodes the video, so some generation loss occurs. At CRF 18 the result is visually lossless — indistinguishable from the source on a normal screen. DVD-source MPG is already lossy MPEG-2, so you're not degrading from a lossless master.
How do I convert MPG to MP4 with FFmpeg?
`ffmpeg -i input.mpg -c:v libx264 -crf 20 -c:a aac -b:a 192k output.mp4`. Add `-preset slow` for better compression at the same quality.
My MPG file has no audio after converting — why?
Some MPEG-2 files use MPEG Layer 2 (MP2) audio that FFmpeg encodes by default as AAC. If audio is missing, add `-c:a aac -strict -2` explicitly. Check the source audio stream with `ffprobe input.mpg 2>&1 | grep Audio`.
Can I convert an entire DVD folder (VIDEO_TS) to MP4?
Yes. Point FFmpeg at the main VOB: `ffmpeg -i concat:VTS_01_1.VOB\|VTS_01_2.VOB -c:v libx264 -crf 20 -c:a aac output.mp4`. HandBrake offers a GUI for ripping whole DVDs to MP4 with chapter and subtitle handling.
Convert MPG to MP4 Now — Free

No account. No upload. Works in any browser.