Initializing... drag & drop files here
Supports: MPG, MPEG
MPEG (.mpg /.mpeg) is the container for MPEG-1 (1993, VCDs) and MPEG-2 (1995, DVD-Video and DVB / ATSC broadcast). M4V is Apple's MPEG-4 variant — same MP4 container under the hood, but the.m4v extension signals to iTunes / Apple TV / TV.app that the file belongs in your media library and can carry Apple-specific metadata (chapter markers, closed captions, multi-track Dolby audio, FairPlay DRM flags). Converting brings DVD-era and broadcast MPEG into the format Apple's library tools expect.
| Property | MPEG (.mpg /.mpeg) | M4V (Apple MPEG-4) |
|---|---|---|
| Standardized | ISO/IEC 11172 (MPEG-1, 1993), 13818 (MPEG-2, 1995) | ISO/IEC 14496-14 (MP4 family), 2003 |
| Created by | Moving Picture Experts Group | Apple |
| Primary use | DVD-Video, VCDs, DVB / ATSC broadcast | iTunes / Apple TV / TV.app library playback |
| Common video codec | MPEG-1, MPEG-2 | H.264, HEVC (H.265) |
| Common audio codec | MP2, AC-3, LPCM | AAC, AC-3 (Dolby), EAC-3 |
| DRM | None | Optional FairPlay (iTunes Store purchases) |
| Apple-specific metadata | None | Chapters, closed captions, Dolby flags, artwork |
| Compression efficiency | Baseline (1990s design) | 2-3× more efficient (H.264) / 4-5× (H.265) |
| Native iOS / Apple TV playback | Inconsistent — often "unsupported codec" | Universal across the Apple ecosystem |
| Best for | Source DVDs, broadcast captures, archives | Apple-ecosystem playback and library organization |
| Codec | File size vs MPEG-2 source | Compatibility | Best for |
|---|---|---|---|
| H.264 (default) | ~30-40% of source | Every Apple device since 2010, every Apple TV generation | Default — universal Apple compatibility |
| H.265 / HEVC | ~20% of source | iPhone 7+, Apple TV 4K, Macs since 2017, tvOS 11+ | Smaller files, 4K library content, modern devices |
| AV1 | ~15-18% of source | Apple TV 4K (3rd gen, 2022), recent iPhones / iPads with A17 Pro+ | Long-term archive, smallest size |
| MPEG-4 / DivX / Xvid | ~50% of source | Legacy DVD players, older standalone media players | Re-mastering for legacy hardware that pre-dates H.264 |
A rename only changes the extension — the underlying container is still MPEG with MPEG-1 / MPEG-2 video and MP2 audio, which TV.app and Apple TV will reject when they try to play it. Converting actually re-encodes into the MPEG-4 container with H.264 or HEVC video and AAC audio that.m4v promises, so the file plays everywhere the Apple ecosystem expects M4V to play.
Yes — H.264 or HEVC inside an M4V container is exactly what TV.app, the legacy iTunes app on Windows, and the Music app on Mac (for music videos) expect. Drop the converted file into the appropriate library folder or drag it onto the app and it should appear under Home Videos or Movies depending on your library settings.
After ripping the DVD with HandBrake or MakeMKV you'll typically get.vob,.mpg, or.m2v files containing MPEG-2 video and AC-3 or MP2 audio. Upload them here, pick H.264 + AAC (the standard M4V combo), set resolution to "Original" to keep the 720×480 NTSC or 720×576 PAL source dimensions, and convert. Multi-VOB chapters can be uploaded together — set Trim if you want to drop the FBI warning and menu loops.
Pick H.264 if you want the file to play on every Apple device ever made, including original Apple TV (1st-3rd gen) and older iPads. Pick H.265 / HEVC if your devices are from 2017 or later (iPhone 7+, Apple TV 4K, recent Macs) — files are roughly 40% smaller at the same visual quality, which matters for 4K library content and iCloud storage.
Not visibly, if you set CRF to 18-20 or pick the "Highest" quality preset. MPEG-2 from a DVD is already lossy at 4-8 Mbps; H.264 at CRF 20 reproduces every detail of that source while encoding to about 1-2 Mbps. For truly archival quality pick CRF 18; for streaming-friendly file sizes CRF 23-25 is the sweet spot.
Yes. MPEG's MP2, AC-3 (Dolby Digital), or LPCM audio is converted to AAC inside the M4V by default — the codec M4V expects. AC-3 can be passed through to preserve 5.1 surround on Apple TV, or transcoded to stereo AAC for compatibility with older Apple hardware. MP3 and MP2 are also available if your workflow needs them.
No. Commercial DVDs use CSS encryption and iTunes / Apple TV M4V purchases use FairPlay DRM — both prevent direct conversion by any online tool. You'll need to first decrypt the DVD with HandBrake's libdvdcss / MakeMKV and feed the resulting.mpg or.mkv into this converter. Personal DVD recordings and broadcast captures convert without issues.
Yes. The Trim option takes a start time and a duration, both accepting seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Useful for dropping the DVD intro / menu, removing commercial breaks from broadcast captures, or splitting a multi-episode disc into individual M4V library entries (run the conversion multiple times with different trim ranges).
For sharing outside the Apple ecosystem use MPEG to MP4 — same H.264 / HEVC encoding but with the universal.mp4 extension that Windows, Android, and smart TVs accept without complaint. For Plex / Jellyfin libraries see MPEG to MKV, and for QuickTime workflows see MPEG to MOV.