Initializing... drag & drop files here
Supports: WMV
WMV is a Microsoft container/codec family that debuted in 1999 and was finalized as SMPTE 421M (VC-1) in April 2006. It plays well inside Windows Media Player and the Microsoft tooling chain but causes problems everywhere else: DVD authoring software refuses it as a final asset, broadcast ingest workflows expect H.262/MPEG-2 Part 2, and most non-linear editors prefer to re-wrap rather than decode native WMV9. MPEG-2 (ISO/IEC 13818-2, ratified 1996) is the lingua franca of the optical-disc and broadcast world — converting unlocks compatibility you can't fake by renaming the extension.
| Property | WMV (.wmv) | MPEG-2 (.mpeg2 / .mpg) |
|---|---|---|
| Released | 1999 (WMV 7); WMV 9 standardized as VC-1 in April 2006 | ISO/IEC 13818-2 ratified 1996 |
| Owner / standard | Microsoft proprietary, SMPTE 421M for VC-1 profile | ISO/IEC + ITU-T H.262, open standard |
| Container | ASF (Advanced Systems Format) | MPEG-PS (program stream), MPEG-TS (transport stream) |
| Primary use | Web streaming and Windows desktop playback | DVD-Video, ATSC/DVB broadcast, contribution mastering |
| Typical bitrate | 1–6 Mbps for SD streaming WMV9 | 4–9 Mbps for DVD; 15–25 Mbps for ATSC HD |
| Hardware decoder ubiquity | Windows-native; spotty on macOS, Linux, smart TVs | Universal on DVD players, set-top boxes, NLEs |
| Native DVD-Video support | No — must be transcoded by authoring software | Yes — the format DVD-Video is built around |
| Patent status | Active VC-1 pool licensing via MPEG LA | Most core patents expired (US/EU largely by 2018) |
| Target | Recommended bitrate (video) | Notes |
|---|---|---|
| DVD-Video (NTSC 720x480) | 4,000–7,000 kbps CBR | Leaves headroom under the 9.8 Mbps elementary-stream cap once AC-3 audio (192–448 kbps) is muxed |
| DVD-Video (PAL 720x576) | 5,000–8,000 kbps CBR | Same DVD-Video spec; PAL's 25 fps allows slightly more bits per frame at the same data rate |
| SVCD (480x480 / 480x576) | 1,150–2,500 kbps | Legacy Super Video CD target |
| ATSC SD broadcast (704x480) | 4,000–6,000 kbps | Statistical multiplex inside a 19.39 Mbps ATSC TS |
| ATSC HD broadcast (1920x1080i) | 15,000–19,000 kbps | Upper range of practical ATSC MPEG-2 multiplex |
| Archival master (any resolution) | 25,000–50,000 kbps VBR | Above DVD spec — for preservation, not disc |
The DVD-Video specification only allows H.262/MPEG-2 Part 2 video, plus MP2/AC-3/DTS/PCM audio, inside the VOB program-stream container. Authoring tools that accept WMV as a source (Adobe Encore, DVDStyler, TMPGEnc) silently re-encode it to spec-compliant MPEG-2 in the background, which means you pay the transcode cost either way. Converting to MPEG-2 up front gives you control over bitrate, GOP structure, and field order — and lets you audit the output before burning a coaster.
The DVD-Video spec caps the elementary video stream at 9.8 Mbit/s and the combined video+audio+subs+overhead mux at 10.08 Mbit/s. In practice, professional encodes target 4–7 Mbit/s VBR for SD content, leaving headroom for AC-3 audio (192–448 kbps) and subtitle streams. Constant Bitrate 6,000 kbps is a safe default for most 90-minute SD WMV sources fitting on a single-layer 4.7 GB DVD.
The MPEG-2 elementary stream produced here is the encoded video, not a finished DVD-Video disc structure. You'll still need DVD authoring software (DVDStyler, ImgBurn with a pre-made VIDEO_TS, or commercial tools like Nero) to wrap the MPEG-2 with AC-3 audio inside VOB files and write the IFO navigation tables. The output you get is the correct codec — authoring is the next step.
Pick NTSC 720x480 at 29.97 fps if your DVDs are intended for North America, Japan, the Philippines, or Taiwan; pick PAL 720x576 at 25 fps for Europe, Australia, most of Asia, and most of Africa/South America. Many modern set-top players handle both, but legacy hardware does not. If your source WMV is 30 fps, NTSC encoding avoids a frame-rate conversion; if it's 25 fps, PAL is cleaner.
Re-encoded. MPEG-2 and VC-1 are different compression standards — there's no way to stream-copy between them. Expect generation loss proportional to how aggressively the source was compressed. If your WMV was already heavily compressed (under 2 Mbps SD), use a higher MPEG-2 bitrate (7–9 Mbps) to mask the compounding artifacts.
The default audio path produces MP2 (MPEG-1 Audio Layer II), which is a valid DVD-Video audio codec for PAL discs and is accepted (but not optimal) for NTSC. For NTSC DVDs, most authoring software prefers AC-3 (Dolby Digital) at 192–448 kbps. If you need AC-3 specifically, transcode the audio separately or use authoring software that accepts MP2 input and re-encodes audio to AC-3 during build.
Yes — open Trim, switch from Unchanged to Time Range, and set start/end in HH:MM:SS. The trim is applied before the MPEG-2 encoder runs, so unused footage never gets transcoded. This is the right move if you only need a 5-minute segment from a 90-minute WMV lecture capture or webinar recording.
Expect the MPEG-2 output to be 2–4x larger than the WMV at equivalent perceptual quality. WMV9/VC-1 is roughly twice as efficient as MPEG-2 for the same SSIM — that gap is the cost of using a 1995-vintage codec designed for hardware decoders. If you need DVD-spec MPEG-2 and original-WMV-sized files, you can't have both; compromise by encoding at the low end of the DVD bitrate range (~4 Mbps).
For modern playback, WMV to MP4 gives you H.264 inside an MP4 container with much smaller files. For VCD or older authoring workflows, WMV to MPG targets MPEG-1/MPEG-2 program streams with the .mpg extension. Going the other direction, MPEG-2 to MP4 modernizes existing MPEG-2 masters. To shrink a finished MPEG-2 file without changing codec, Compress MPEG-2 re-encodes at a lower bitrate.