Initializing... drag & drop files here
Supports: M2V
.m2v clip or click "Add Files". Because M2V is a video-only stream, this tool ingests the M2V essence on its own; if you have a matching audio file from the same DVD project, convert it separately and mux the two together afterward. Batch is supported — drop in several M2V files and each converts in parallel.M2V is an MPEG-2 Video elementary stream — the raw, encoded video essence defined by ISO/IEC 13818-2 (also published by the ITU-T as Recommendation H.262, first standardized in 1996). MPEG-2 is the same video standard used by DVD-Video, which is why DVD-authoring tools like Adobe Premiere, DVD Flick, and CyberLink PowerDirector export M2V. The defining trait: an M2V file carries only the video stream — no audio, no subtitles, and no container wrapper to synchronize tracks. In a typical DVD project the M2V sits next to a separate audio file (often .m2a, .ac3, or .wav) and the authoring software muxes them at the end.
That separation is exactly why M2V is awkward to use directly. Most media players will show the picture but stay silent, and many web players, phones, and editors won't open a bare elementary stream at all. Converting solves both problems by re-encoding the MPEG-2 video into a real container the target speaks natively:
| Format | Standard / Origin | Container? | Carries audio | Native playback | Best for |
|---|---|---|---|---|---|
| M2V (source) | MPEG-2 Video, ISO/IEC 13818-2 / H.262 (1996) | No (elementary stream) | No | VLC, MPC-HC (video only) | DVD-authoring intermediate |
| MP4 | ISO/IEC 14496-14 (2003) | Yes | Yes | Windows, macOS, iOS, Android, browsers | Universal playback and sharing |
| MKV | Matroska (open, 2002) | Yes | Yes (multi-track) | VLC, MPV, Plex, Jellyfin; not Safari/Roku | Combining video with separate audio + subtitles |
| MOV | Apple QuickTime File Format (1991) | Yes | Yes | macOS, iOS, QuickTime, VLC | Final Cut and Mac editing |
| MPG / MPEG | MPEG-1/2 program stream | Yes | Yes | VLC, most players | Staying in the MPEG-2 family |
| VOB | DVD-Video object (DVD spec) | Yes | Yes | DVD players, VLC | DVD authoring and disc structure |
| WebM | Google / WHATWG (2010) | Yes | Yes | Chrome, Firefox, Edge; Safari 17+ for AV1 | Royalty-free web embeds |
| Property | Value |
|---|---|
| Standard | MPEG-2 Video — ISO/IEC 13818-2, also ITU-T H.262 |
| First standardized | 1996 |
| What the file holds | Video only — a raw MPEG-2 elementary stream, no audio or subtitles |
| Container | None (elementary stream); MPEG-2 also rides inside MPG, VOB, TS |
| Typical bitrate | ~2–9 Mbps for DVD-grade standard definition; higher for masters |
| Companion audio | Separate file — usually .m2a, .ac3, or .wav in DVD projects |
| Native playback | VLC and MPC-HC show the picture; most players and editors won't open it |
| Best for | An intermediate step in DVD authoring |
Because M2V holds video only. It's an MPEG-2 elementary stream — just the encoded picture, with no audio track and no container to sync one. In a DVD-authoring project the sound lives in a separate file (commonly .m2a, .ac3, or .wav) and only gets combined with the video when the disc is built. To get a file that plays with sound, convert the M2V into a real container like MP4 or MKV; if you still have the matching audio file, mux it in during or after conversion.
MP4. It wraps the video into a self-contained file that plays on virtually every device and browser, and it can either keep the MPEG-2 video or transcode it to H.264 for wider hardware decoding. Choose MKV instead if you need to fold in a separate audio track or subtitles, or MOV if the file is headed into Final Cut Pro or another Apple editor.
xconvert always re-encodes the video — there is no stream-copy pass — so the output is never a bit-for-bit copy. If you keep the MPEG-2 codec, the re-encode runs at a visually lossless preset and the encoded frames stay visually unchanged with no meaningful generational loss. If you change to H.264, H.265, or another codec — which most people do for smaller files and broader compatibility — some loss is introduced, but at the "Very High" preset it's visually negligible. Keeping the resolution and choosing Constant Quality keeps re-encoding loss minimal.
Yes. Convert M2V to MPG, MPEG, or VOB and keep the Video Codec set to MPEG-2. That puts the video into a DVD-compatible program-stream container while keeping the MPEG-2 codec at a visually lossless preset, so the picture stays visually unchanged — which is what you want when you're rebuilding a disc or feeding software that specifically expects MPEG-2.
MPEG-2 is an older, less efficient codec than H.264 or H.265, so it needs a high bitrate to look good — consumer DVD-grade video typically runs around 2-9 Mbps, and professional masters far higher. Re-encoding to H.264 in an MP4, or to VP9/AV1 in a WebM, can shrink the same footage substantially at comparable perceptual quality. Downscaling the resolution and trimming unused footage first cuts the size further.
No — there is nothing to extract. An M2V is an MPEG-2 video elementary stream and carries no audio track at all. In a DVD-authoring project the sound is stored in a separate file (commonly .m2a, .ac3, or .wav) and is only combined with the video when the disc is built. If your M2V plays silently, that is expected; to get sound you need that companion audio file and can fold it in when you convert the video to a container like MP4 or MKV.
MPEG-2 is the codec — the compression standard (ISO/IEC 13818-2 / H.262) that encodes the picture. M2V is a bare elementary stream of that codec: video essence with no wrapper and no audio. MPG (an MPEG program stream) and VOB are containers that wrap the same MPEG-2 video together with audio and timing so a player can present them in sync. Converting M2V to MPG or VOB keeps the MPEG-2 codec but adds the container that makes the file playable and lets it hold a soundtrack.
Files are uploaded over an encrypted (TLS) connection, processed on our servers, and deleted automatically after a few hours. There's no sign-up, no watermark, and your files are never shared or made public. In our testing, a 90-second standard-definition M2V (about 6 Mbps MPEG-2) converted to MP4 in a few seconds while keeping the MPEG-2 codec, while transcoding the same clip to H.264 at 1080p took noticeably longer. The main thing that determines wait time on big files is your upload speed, not the conversion itself.