Convert MKV to MPEG

Drag and drop files here or click to select.
Max file size 100mb.
Uploading progress:

MKV vs MPEG Format Comparison

Aspect MKV (Source Format) MPEG (Target Format)
Format Overview
MKV
Matroska Video Container

An open-source, royalty-free container format designed to hold virtually any combination of video, audio, subtitle, and metadata tracks within a single file. MKV supports unlimited streams, ordered chapters, segment linking, and advanced features like variable frame rate and 3D video. Created in 2002 by the Matroska project, it has become the preferred format for high-quality video archiving, Blu-ray rips, and media libraries where maximum flexibility matters more than universal device compatibility.

Modern Lossless
MPEG
MPEG Program Stream

The original MPEG video format using MPEG-1/MPEG-2 video compression, standardized for DVD-Video and early digital television. MPEG Program Stream wraps MPEG-1 or MPEG-2 video with MP2 or AC-3 audio for sequential playback, designed for reliable local media like DVDs and VCDs rather than broadcast streaming. While superseded by H.264 and H.265 for modern use, MPEG-2 remains the backbone of broadcast television and DVD authoring.

Legacy Lossy
Technical Specifications
Container: Matroska (EBML-based binary format)
Video Codecs: Any (H.264, H.265, VP9, AV1, FFV1, etc.)
Audio Codecs: Any (AAC, FLAC, DTS, TrueHD, Opus, etc.)
Max Resolution: Unlimited (depends on codec)
Extensions: .mkv, .mka (audio), .mks (subtitles)
Container: MPEG Program Stream (ISO/IEC 11172-1, 13818-1)
Video Codecs: MPEG-1, MPEG-2
Audio Codecs: MPEG-1 Layer II (MP2), MP3, AC-3
Max Resolution: Up to 1920×1152 (MPEG-2 Main Profile @ High Level)
Extensions: .mpeg, .mpg, .vob, .m2p
Video Features
  • Subtitles: Unlimited tracks (SRT, ASS/SSA, PGS, VobSub)
  • Chapters: Ordered chapters with nested editions
  • Multi-Audio: Unlimited audio streams with language tags
  • HDR: HDR10, HDR10+, Dolby Vision, HLG
  • Attachments: Embed fonts, cover art, metadata files
  • Segment Linking: Link multiple files as one playback
  • Subtitles: DVD subtitles (VobSub bitmap), closed captions
  • Chapters: DVD chapter points (in VOB container)
  • Multi-Audio: Up to 8 audio streams (DVD specification)
  • HDR: Not supported
  • DRM: CSS (Content Scramble System) for DVD
  • Streaming: Sequential playback, not designed for adaptive streaming
Processing & Tools

MKV muxing and stream management with FFmpeg and MKVToolNix:

# Remux to MKV (no re-encoding, instant)
ffmpeg -i input.mp4 -c copy output.mkv

# Extract streams from MKV
ffmpeg -i input.mkv -map 0:v:0 -c copy video.h264

Convert MKV to MPEG-2 Program Stream with FFmpeg:

# Encode to MPEG-2 Program Stream
ffmpeg -i input.mkv -c:v mpeg2video -b:v 5M \
  -maxrate 8M -bufsize 2M -c:a mp2 -b:a 256k output.mpeg

# DVD-compliant MPEG-2 encoding
ffmpeg -i input.mkv -target ntsc-dvd output.mpeg
Advantages
  • Unlimited video, audio, and subtitle tracks
  • Supports virtually any codec combination
  • Advanced chapter system with ordered editions
  • Open-source, royalty-free specification
  • File attachments (fonts, thumbnails, metadata)
  • Lossless codec support (FFV1, FLAC)
  • Variable frame rate and 3D video support
  • Universal hardware decoder support (DVD players, set-top boxes)
  • Mature, standardized format (ISO/IEC)
  • Excellent broadcast television compatibility
  • Reliable sequential playback
  • DVD authoring industry standard
  • Low CPU decoding requirements
Disadvantages
  • Limited mobile device support (Android OK, iOS partial)
  • No native web browser playback
  • Not accepted by social media platforms
  • Poor streaming performance (not designed for adaptive bitrate)
  • Larger file sizes when using lossless codecs
  • Requires third-party apps on iOS
  • Poor compression efficiency vs modern codecs (H.264, H.265)
  • Large file sizes for equivalent quality
  • No support for modern codecs (H.264, VP9, AV1)
  • Limited to standard definition / early HD resolutions
  • No variable frame rate support
  • Outdated for web delivery
Common Uses
  • Blu-ray and DVD rip storage
  • Multi-language movie collections
  • Anime with styled subtitles (ASS/SSA)
  • Home theater and media server libraries (Plex, Jellyfin, Kodi)
  • Professional video archiving with lossless codecs
  • Educational content with chapter navigation
  • DVD-Video disc authoring
  • Broadcast television (DVB, ATSC legacy)
  • Video CD (VCD) production
  • Legacy media archives
  • CCTV and surveillance recordings
  • Cable and satellite TV content
Best For
  • Multi-language video with multiple subtitle tracks
  • High-quality video archiving and preservation
  • Home theater libraries with chapter navigation
  • Content requiring lossless audio (FLAC, DTS-HD)
  • Anime and foreign films with styled subtitles
  • DVD authoring and production
  • Broadcast television compatibility
  • Legacy media system integration
  • Hardware DVD/Blu-ray player playback
  • Archival of broadcast recordings
Version History
Introduced: 2002 (Matroska project)
Current Version: Matroska v4 (WebM profile), EBML v1
Status: Active open-source development
Evolution: MCF (2002) → Matroska v1 (2002) → v2 (2003) → v4/WebM (2010)
Introduced: 1993 (MPEG-1, ISO/IEC 11172), 1995 (MPEG-2, ISO/IEC 13818)
Current Version: ISO/IEC 13818 (MPEG-2, multiple parts)
Status: Legacy standard, maintained for broadcast and DVD
Evolution: MPEG-1/VCD (1993) → MPEG-2/DVD (1995) → DVB/ATSC broadcast → still used in broadcast TV
Software Support
Media Players: VLC, mpv, PotPlayer, MPC-HC, Kodi
Web Browsers: Not natively supported (WebM subset only)
Video Editors: DaVinci Resolve, Kdenlive, Shotcut
Mobile: Android (MX Player, VLC), iOS (VLC, Infuse)
CLI Tools: FFmpeg, MKVToolNix, HandBrake, MediaInfo
Media Players: VLC, Windows Media Player, mpv, MPC-HC
Web Browsers: Not natively supported
Video Editors: Adobe Premiere Pro, DaVinci Resolve, Avidemux
Mobile: Android (VLC, MX Player), iOS (VLC)
CLI Tools: FFmpeg, mpgtx, dvdauthor, MEncoder

Why Convert MKV to MPEG?

Converting MKV to MPEG serves specific workflows centered around DVD authoring, broadcast television compatibility, and legacy media systems. MPEG-2 Program Stream remains the standard for DVD-Video production — every DVD player in existence decodes MPEG-2 natively. If you need to burn your MKV content to a playable DVD disc, the intermediate step is converting to MPEG-2 with DVD-compliant parameters before authoring with tools like dvdauthor or DVD Styler.

Broadcast television is another key use case. Despite the industry's migration to H.264 and H.265, many broadcast infrastructure systems — particularly older cable headends, satellite uplinks, and over-the-air transmitters — still require MPEG-2 input. Content prepared for DVB (Digital Video Broadcasting) or ATSC (Advanced Television Systems Committee) legacy systems needs MPEG-2 encoding. Converting MKV archives to MPEG ensures compatibility with these broadcast chains.

The conversion always requires full re-encoding since MKV typically contains modern codecs (H.264, H.265, VP9) that are fundamentally different from MPEG-2. This means the process takes significant time and will increase file sizes — MPEG-2 is roughly 2-3x less efficient than H.264 at the same quality level. A 2 GB H.264 MKV might produce a 5-6 GB MPEG-2 file at equivalent visual quality. All of MKV's multi-track features, subtitles, chapters, and attachments are either lost or must be handled separately through DVD authoring tools.

For most modern use cases, MP4 with H.264 is a better target format than MPEG. Choose MPEG only when your specific output device or system genuinely requires MPEG-2 — primarily DVD authoring and legacy broadcast equipment.

Key Benefits of Converting MKV to MPEG:

  • DVD Authoring: Required intermediate format for creating playable DVD-Video discs
  • Universal DVD Playback: Every DVD player decodes MPEG-2 natively
  • Broadcast Compatible: Accepted by DVB, ATSC, and legacy broadcast systems
  • Hardware Decoders: Dedicated MPEG-2 decoders in all DVD/Blu-ray players and set-top boxes
  • Mature Standard: ISO-standardized format with decades of proven reliability
  • Low Decode Overhead: Minimal CPU requirements for real-time playback
  • Legacy System Support: Compatible with CCTV, surveillance, and industrial video systems

Practical Examples

Example 1: DVD Authoring from MKV Collection

Scenario: A user wants to create playable DVD discs from their MKV movie collection for a relative who only has a standard DVD player.

Source: family_movie.mkv (4.5 GB, 1920x1080, H.264, AAC 5.1)
Conversion: MKV → MPEG (DVD-compliant MPEG-2)
Result: family_movie.mpeg (4.3 GB, 720x480 NTSC, MPEG-2, AC-3)

Workflow:
1. Downscale from 1080p to DVD resolution (720x480 NTSC)
2. Encode video as MPEG-2 at 6 Mbps (DVD max ~9.8 Mbps)
3. Convert audio to AC-3 stereo at 192 kbps
4. Author DVD structure with dvdauthor
5. Burn to DVD-R disc with chapter menu
✓ Plays on any DVD player worldwide
✓ DVD menu with scene selection
✓ Standard NTSC or PAL format as needed
✓ Fits on single-layer DVD-R (4.7 GB)

Example 2: Broadcast Television Submission

Scenario: A documentary producer needs to deliver a completed film to a regional broadcaster that requires MPEG-2 Program Stream format for their legacy playout system.

Source: documentary_final_cut.mkv (15 GB, 1920x1080, H.264, PCM stereo)
Conversion: MKV → MPEG (broadcast MPEG-2)
Result: documentary_final_cut.mpeg (28 GB, 1080i MPEG-2, MP2 audio)

Broadcast specifications:
- Video: MPEG-2 Main Profile @ High Level, 1080i, 25 Mbps CBR
- Audio: MPEG-1 Layer II (MP2), 384 kbps, 48 kHz stereo
- GOP structure: IBBP, 15 frames (closed GOP)
- Aspect ratio: 16:9 anamorphic
✓ Meets broadcaster technical requirements
✓ Compatible with legacy playout automation
✓ Constant bitrate ensures stable broadcast transmission
✓ Closed GOP for clean editing at splice points

Example 3: Legacy CCTV System Integration

Scenario: A security firm needs to import MKV surveillance recordings into an older CCTV management system that only accepts MPEG-2 files.

Source: camera_feed_24hr.mkv (8 GB, 1280x720, H.265, AAC, 24 hours)
Conversion: MKV → MPEG (CCTV system compatible)
Result: camera_feed_24hr.mpeg (22 GB, 720x576 PAL, MPEG-2, MP2)

Workflow:
1. Downscale from 720p to D1 PAL resolution (720x576)
2. Encode MPEG-2 at 3 Mbps for continuous recording
3. Convert audio to MP2 at 128 kbps
4. Import MPEG into legacy CCTV management software
5. Index timestamps for event review
✓ Legacy CCTV system imports without issues
✓ Timeline scrubbing and event search functional
✓ Compatible with existing evidence management workflow
✓ Standard format for court-admissible evidence

Frequently Asked Questions (FAQ)

Q: Why is the MPEG file so much larger than the MKV?

A: MPEG-2 compression is roughly 2-3x less efficient than H.264 and 4-5x less efficient than H.265/HEVC. To maintain similar visual quality, MPEG-2 requires significantly higher bitrates, resulting in larger files. A 2 GB H.264 MKV movie at 1080p might produce a 5-7 GB MPEG-2 file at comparable quality. This is the inherent trade-off of using an older compression standard.

Q: Can I remux MKV to MPEG without re-encoding?

A: Only if your MKV already contains MPEG-2 video — which is extremely rare. Most MKV files use H.264, H.265, or VP9, none of which are compatible with the MPEG Program Stream container. Full re-encoding from modern codecs to MPEG-2 is almost always required, making this one of the slower conversion types.

Q: What's the difference between MPEG and MPG?

A: They are the same format. The .mpeg and .mpg extensions both refer to MPEG Program Stream files containing MPEG-1 or MPEG-2 video. The .mpg extension is simply the 8.3 filename-compatible version (3-character extension) from the DOS/Windows era. Modern systems use them interchangeably — the file content is identical regardless of which extension is used.

Q: What resolution should I use for DVD-compliant MPEG?

A: For NTSC regions (North America, Japan): 720x480 at 29.97 fps. For PAL regions (Europe, Australia): 720x576 at 25 fps. These are the standard DVD resolutions. FFmpeg's -target ntsc-dvd or -target pal-dvd presets set all parameters automatically. Higher resolutions are not supported by the DVD-Video specification.

Q: Will my subtitles transfer to MPEG?

A: Not directly. MPEG Program Stream supports DVD-style VobSub bitmap subtitles, but MKV's text-based subtitles (SRT, ASS/SSA) must be converted to bitmap format for DVD authoring, or burned into the video stream. DVD authoring tools like dvdauthor and DVD Styler handle subtitle integration during the DVD structure creation step.

Q: How long does MKV to MPEG conversion take?

A: Since full re-encoding is required, expect roughly real-time to 2x real-time speeds on modern hardware. A 2-hour movie might take 2-4 hours to convert. MPEG-2 encoding is less computationally intensive than H.265, but the output files are large, so disk write speed can be a bottleneck. GPU acceleration is available for MPEG-2 encoding with some hardware.

Q: Can I create a DVD menu from MKV chapters?

A: Yes, but it's a multi-step process. First, convert MKV to DVD-compliant MPEG-2. Then, use DVD authoring software (dvdauthor, DVD Styler, DVD Flick) to create menu structures and map chapter points. The MKV chapter timestamps can be extracted with MediaInfo and used as DVD chapter markers. The authoring tool handles menu creation, navigation, and final ISO generation.

Q: Is there any reason to use MPEG over MP4 today?

A: Only for specific legacy requirements: DVD disc authoring, legacy broadcast equipment that only accepts MPEG-2, old CCTV/surveillance systems, and compatibility with very old hardware (pre-2005 DVD players, set-top boxes). For every other use case — web, mobile, streaming, modern editing, storage — MP4 with H.264 or H.265 is superior in every way. MPEG is a legacy format that should only be targeted when explicitly required.