Что такое формат файла WMV?
.wmv stands for Windows Media Video, a compressed video format developed by Microsoft Corporation for streaming applications online. The file format is built on the ASF container (Advanced Systems Format), which bundles video, audio, and metadata into a single binary file.
The .wmv format is useful for compressing video: it enables larger files to be converted into smaller-sized files and still protects the video quality within the file. This is useful in keeping the size of the file manageable without significantly affecting its picture quality. When a .wmv file is played back, the video data is decompressed on the fly by the player using the appropriate WMV codec.
The format supports a codec family spanning WMV 7 through WMV 9, with the final iteration - VC-1 - later ratified as SMPTE 421M in 2006. Audio inside a .wmv file is typically encoded as .wma (Windows Media Audio). Protected copies may carry Windows Media DRM or PlayReady encryption.
.wmv was widely used for video distributed through Windows-era streaming services and remains common in recordings produced by older Windows tools and some screen recorders. Modern distribution has largely shifted to .mp4 (H.264/H.265), but .wmv files still play natively on Windows and via VLC on other platforms.
Безопасность и защита
РИСК: LOWA WMV is a media file, not executable code, so a genuine WMV is safe to play. Two real cautions: (1) historically, malicious WMV/ASF files abused embedded "script commands" and DRM license-acquisition URLs to pop up browser windows or push fake "codec" downloads - so decline any prompt to download a special codec to play a WMV, and keep your player updated; (2) online WMV-to-MP4 converters upload your video to a third party - use a local tool (VLC/ HandBrake/ffmpeg) for private footage. DRM-protected WMV simply won't play/convert without a license, which is a restriction, not malware.
Детали формата
в двух словахПрограммы, открывающие файлы WMV
Технические подробности
глубокая спецификация| Container format | ASF (Advanced Systems Format) - same binary container shared with .asf and .wma files |
| MIME type | video/x-ms-wmv (also video/x-ms-asf, application/vnd.ms-asf) |
| File signature (magic bytes) | 30 26 B2 75 8E 66 CF 11 A6 D9 00 AA 00 62 CE 6C at offset 0 (16-byte ASF Header Object GUID) |
| Byte order | Little-endian |
| Video codec family | WMV 7 (WMV1), WMV 8 (WMV2), WMV 9 (WMV3), VC-1 Advanced Profile (WVC1) |
| Audio codec | Windows Media Audio (WMA), typically sampled up to 48 kHz |
| Color encoding | 4:2:0 YUV, 8-bit per channel (standard for all WMV codec generations) |
| Compression | Lossy; DCT-based motion-compensated coding in WMV 7-9; extended hybrid transform in VC-1 |
| DRM / encryption | Optional Windows Media DRM or PlayReady encryption on protected files |
| File structure | ASF Header Object (stream properties, codec list, metadata) → Data Object (interleaved media packets) → optional Index Object for seeking |
| Maximum resolution | VC-1 supports up to ~4096×4096 px in its profiles; commonly used at SD (480p) and HD (720p/1080p) |
| Typical file size | 5 MB - 2 GB, depending on duration and target bitrate |
| Alternate extensions | .asf (generic ASF container), .wma (audio-only ASF), .wm (Windows Media shortcut) |
| Codec standardization | WMV 9 codec submitted to SMPTE and ratified as VC-1 (SMPTE 421M) in 2006 |
| Выпущен | 1999 (Windows Media Video 7, on the ASF container) |
| Последняя версия | WMV 9 / VC-1 (SMPTE 421M, 2006) |
| Спецификация | learn.microsoft.com |