Everything you need to know about WMV
WMV (Windows Media Video, .wmv) is Microsoft's proprietary video format, dominant on Windows from 1999 to roughly 2010 and now largely abandoned. Built on the ASF container, it pairs with WMA audio and was the standard for Windows Media Player, Microsoft Silverlight streaming, and Xbox Live early days.
How it works under the hood
- ASF container. Advanced Systems Format - Microsoft's answer to QuickTime. Like AVI, it uses chunks but with proprietary metadata structures.
- WMV codecs. WMV 7, 8, and 9 are progressively better codecs. WMV 9 (also called VC-1) is technically standardized as SMPTE 421M - it powers some Blu-ray discs.
- DRM built-in. WMV had aggressive DRM (Windows Media DRM) which made it hostile to fair use - one of the main reasons it lost to MP4.
- Native Windows playback. Windows Media Player handles WMV natively without codec packs. Outside Windows, you generally need ffmpeg.
Where you'll actually use it
- Legacy Windows-only video distribution
- Older corporate training videos
- Microsoft PowerPoint embedded video on Windows
- Archived content from MSN Video, Hotmail attachments
How it compares to alternatives
WMV vs MP4: MP4 is universally supported; WMV needs codec installation outside Windows. WMV vs MOV: Both proprietary, both fading - WMV faded faster because Microsoft never opened the format.
Things that will trip you up
- WMV files with PlayReady DRM cannot be played without authorization - check license restrictions before sharing
- Safari, Chrome, and Firefox don't natively play WMV - the format is essentially dead for web use
- Some old VC-1 streams have audio sync problems when transcoded - use `-async 1` flag in ffmpeg