Initializing... drag & drop files here
Supports: WMV
.wmv files. Batch conversion is supported.WMV is Microsoft's container/codec family from the early 2000s, built around the Windows Media Video codecs (WMV1, WMV2, WMV3/VC-1). M2V is a raw MPEG-2 video elementary stream — the format DVD-authoring tools expect for the video track, multiplexed later with separate AC-3 or LPCM audio. Converting WMV to M2V lets you take archival Windows Media footage and feed it into a DVD or Blu-ray authoring pipeline that needs decoupled video and audio.
| Property | WMV (.wmv) | M2V (.m2v) |
|---|---|---|
| Container | ASF (Advanced Systems Format) | None — raw elementary stream |
| Video codec | WMV1 / WMV2 / WMV3 (VC-1) | MPEG-2 Part 2 (H.262) |
| Audio | WMA inside the same file | Not present — pair with AC-3, MP2, or LPCM |
| Standardised | Microsoft proprietary; VC-1 standardised as SMPTE 421M (2006) | ISO/IEC 13818-2, published mid-1990s |
| DVD authoring | Not directly accepted | Native input |
| Native macOS / iOS support | No | Yes via QuickTime / system decoders |
| Typical use | Windows streaming and playback | DVD and Blu-ray video tracks, broadcast |
| Streaming today | Largely replaced by MP4/H.264 | Replaced by H.264/HEVC outside disc media |
| Target | Typical bitrate | Notes |
|---|---|---|
| DVD-Video (NTSC/PAL) — 480i/576i | 4-8 Mbps | Hard cap of 9.8 Mbps for video on DVD per the spec |
| SVCD | 1.15-2.6 Mbps | 480x480 NTSC / 480x576 PAL |
| HDV 1080i | 25 Mbps CBR | MPEG-2 long-GOP used in Sony HDV camcorders |
| ATSC 1.0 broadcast | 15-19.4 Mbps | 1080i / 720p over US digital TV |
| Blu-ray (MPEG-2 mode) | up to 40 Mbps | Legal but rare; most BDs use H.264 or HEVC instead |
That's not a bug — M2V is a video-only elementary stream by definition. It carries no audio track at all. To watch the converted output as a normal movie you need to mux it with a separate audio file (typically AC-3 or LPCM for DVD, or MP2 for broadcast) inside a program-stream .mpg, an MP4, or a VOB. DVD-authoring tools do this automatically when you import the M2V plus the audio.
Match the region you're authoring for. NTSC (720x480, 29.97 fps) targets North America, Japan, and parts of South America; PAL (720x576, 25 fps) targets most of Europe, Australia, and much of Asia and Africa. Picking the wrong one will still play on most modern players but can fail on older standalone units. If you don't know the destination, NTSC at 29.97 fps is the safer default for US-facing discs.
For a single-layer DVD, 5-7 Mbps variable bitrate is the sweet spot — comfortably under the 9.8 Mbps video cap (the spec allows a 10.08 Mbps combined cap with audio) and high enough that motion artefacts don't show on a 480i source. Push to 8 Mbps if the source is action-heavy or shot at high contrast. Going lower than 4 Mbps starts to show blocking on gradients and skin tones.
Yes, slightly. WMV3/VC-1 and MPEG-2 are both lossy codecs with different motion-prediction and quantisation choices, so every transcode introduces some generation loss. Encoding at a higher quality preset and a bitrate at or above the source's effective bitrate keeps the loss visually negligible. If the source is already a low-bitrate WMV streaming file (1-2 Mbps), don't try to "upgrade" it by setting 9 Mbps — the picture won't improve, you'll just waste disc space.
An .m2v file is a raw MPEG-2 elementary stream — picture only, no audio, no system timing. An .mpg (or .mpeg) is usually an MPEG-2 program stream, which multiplexes video, audio, and timing together into a single self-playable file. DVD authoring tools prefer M2V + separate audio because they can re-mux cleanly with menus, subtitles, and chapter markers; MPG is more convenient for playback but harder to author from. If you want the single-file version, use WMV to MPG instead.
Not in the M2V itself, because M2V can't store audio. Most pipelines handle this by extracting the WMA audio from the WMV, re-encoding it to AC-3 (the DVD standard) or LPCM, and pairing it with the M2V at the authoring stage. If you'd rather keep audio in one file, WMV to MP4 or WMV to MOV gives you a self-contained output.
For DVD and SD broadcast, yes — it's still the required codec and remains universally supported. For new HD or 4K work, no — H.264 and HEVC give you roughly 2x and 4x the compression efficiency respectively at similar quality, which is why streaming services and Blu-ray largely abandoned MPEG-2 for picture content. M2V's continued relevance is almost entirely about feeding disc authoring and legacy playout systems.
Most WMV camera or capture sources are progressive, but if yours is interlaced (older WMV-HD or HDV-to-WMV captures), encode the M2V as interlaced too — top-field-first for NTSC, top-field-first for PAL/HDV. Mismatched field order causes combing artefacts during motion. If you're authoring a progressive DVD (480p isn't a DVD spec but 480i is) you can deinterlace during transcode and produce a progressive M2V instead.
Lower the bitrate first (try 5 Mbps before 4 Mbps), then drop resolution if the disc only needs SD. Don't lower the framerate — 29.97 or 25 fps is required for spec-compliant DVD. If you only need part of the source, use the Trim option with a Time Range to export the segment you actually need. Or run the output through Compress M2V for a second pass.