Initializing... drag & drop files here
Supports: WMV
.hevc file — a Matroska (MKV) container carrying the H.265 video plus your audio (AAC by default) — ready to play in MKV-capable players or remux losslessly into MP4.WMV (Windows Media Video) is Microsoft's legacy video codec family, introduced with WMV 7 in 1999 inside the ASF container. Active codec development effectively ended after WMV 9 was standardized as SMPTE VC-1 in 2006 — no new WMV versions have shipped, and the codec has been outclassed by every modern format on compression efficiency. HEVC (H.265, ITU-T Rec. H.265 / ISO/IEC 23008-2), approved by the ITU-T on April 13, 2013, delivers the same visual quality at roughly half the bitrate of H.264 and substantially less than WMV 9. The .hevc file this page produces is a Matroska (MKV) container — H.265 video plus your audio (AAC by default) — with an unusual extension; renaming it to .mkv helps software that goes by file name, and ffmpeg or any MKV-aware tool reads it directly. Common reasons to convert:
.hevc output remuxes losslessly (ffmpeg -i in.hevc -c copy) into fragmented MP4 (fMP4) for HLS/DASH or MPEG-TS for live streaming — no second re-encode needed. Wrapping a WMV directly into MP4 fails because VC-1 in MP4 is allowed but rarely supported; HEVC in MP4 is universal..hevc output keeps proper timestamps and its audio in sync, and remuxes losslessly (-c copy) into whatever container the next tool wants.| Property | WMV (WMV 9 / VC-1) | HEVC (H.265) |
|---|---|---|
| Standard | SMPTE 421M (VC-1, 2006); legacy WMV 7-9 since 1999 | ITU-T H.265 / ISO/IEC 23008-2 (April 13, 2013) |
| Active development | None since VC-1 (2006) | Active — Version 9 published Sept 2023 |
| Compression efficiency | Roughly on par with H.264 (1080p typical 4-8 Mbps) | ~50% smaller than H.264 at equal quality |
| Native playback | Windows; required codec pack elsewhere | iOS 11+, macOS 10.13+, Android 5+, Windows 10 w/ extension, Safari 11+, Edge 18+, Chrome 107+ (partial, hardware-only) |
| Color / HDR | 8-bit, 4:2:0 only; no HDR | Main 10 supports 10-bit, HDR10/HDR10+, Dolby Vision Profile 8.4 |
| Max resolution (typical) | 1920×1080 | 8192×4320 (8K UHD, Level 6.2) |
| Container | ASF (.wmv, .asf) |
Matroska (MKV) with a .hevc extension; losslessly remuxable to MP4, MPEG-TS |
| Best for | Legacy Windows playback, old Movie Maker exports | Modern devices, smallest files at high quality, 4K/HDR, streaming intermediates |
| Mode | What it does | Pick when |
|---|---|---|
| Quality Preset | One-click Highest → Lowest preset (default "Very High") | You want a sensible HEVC default with no tweaking |
| Specific file size | Auto-tunes bitrate to hit an exact MB target | You're hitting an attachment or upload cap |
| Constant Bitrate (CBR) | Fixed bits/sec across the entire video | Live streaming, broadcast, predictable sizing |
| Variable Bitrate (VBR) | Spends more bits on complex scenes, fewer on simple | Smallest file per quality unit; default for archives |
| Constant Quality (CRF) | CRF 16-51 — 18 = lossless, 23-24 = HEVC default, 28 = small | Consistent perceived quality across mixed sources |
| Constraint Quality (capped VBR) | VBR with a hard ceiling bitrate | Streaming with a strict bandwidth budget |
The .hevc output already plays in MKV-capable players; if a device or app insists on MP4, follow up with HEVC to MP4, or use HEVC to MKV to get the standard .mkv extension. Already have HEVC and just want it smaller? Try Compress HEVC. Want to skip HEVC and go straight to MP4? See WMV to MP4.
.hevc file and an .mp4 file containing HEVC?Elsewhere the .hevc extension often denotes a raw Annex B elementary stream, but the file this converter produces is a full Matroska (MKV) container — H.265 video, audio track, and timing metadata included. An .mp4 with HEVC inside (typically hvc1 or hev1 brand) wraps the same H.265 stream in the ISO Base Media File Format, which stock Apple, phone, and TV apps support far more widely than Matroska. Use the .hevc output with MKV-aware tools and players (renaming it to .mkv helps); use .mp4 for the broadest end playback. To go from .hevc to MP4, remux with ffmpeg's -c copy — no quality loss.
Yes. The .hevc output is a Matroska container, so the soundtrack in your source WMV (WMA, MP3, or AAC audio in ASF) is carried over — re-encoded to AAC by default, with AC3, MP3, and Opus selectable under Audio Codec. If you want the audio in a file that stock phone and TV apps open directly, WMV to MP4 keeps both video and audio in the more widely supported MP4 wrapper.
Real-world reductions depend heavily on the source bitrate, but typical results for screen-capture WMV at 1-3 Mbps land at 30-50% of the original size at "Very High" quality. Camera-source WMV (rare but it exists for older Windows Phone / Lumia footage) often shrinks 50-65% because HEVC handles smooth-gradient content much better than WMV 9. The exact ratio depends on content complexity — talking-head and slideshow footage shrinks more than fast-motion video.
.hevc output directly?Generally no — browsers don't play Matroska files, and browser-side HEVC support is narrow even in MP4. To preview, drag the file into VLC or mpv (it opens directly, audio included, because it is ordinary Matroska; renaming it to .mkv helps apps that go by extension), or remux to MP4 with HEVC to MP4. If you want a file you can double-click and play anywhere, pick MP4 as your target instead of .hevc.
Windows 10 and 11 require the HEVC Video Extensions, available through the Microsoft Store. The official "HEVC Video Extensions" listing is $0.99; "HEVC Video Extensions from Device Manufacturer" ships free on devices that include hardware HEVC decoders (most Intel 7th-gen+ and AMD Ryzen builds). After install, Films & TV, Photos, and any DirectShow-based player decode HEVC natively. The classic Windows Media Player Legacy does not decode HEVC even with the extension installed — use Films & TV or VLC instead.
For most uses, no — HEVC at "Very High" or CRF 20-22 is visually lossless against WMV 9 source, and modern playback is universally HEVC-friendly. Keep the original WMV if you have a regulatory or archival reason for the source format (some legal-hold and government-records systems require unmodified originals), or if you're not yet confident the new file plays in every downstream system. For Windows-only legacy environments that must stay on WMV, see HEVC to WMV.
H.264 is more universally playable (every browser, every device since 2010) but produces roughly 40-50% larger files than HEVC at equal quality. Pick HEVC if your audience is on iOS 11+, macOS 10.13+, modern Android, Windows 10/11 with the extension, or a 2018+ smart TV — and you want minimum file size. Pick H.264 (via WMV to MP4) if you need to send to unknown recipients, older Windows builds, or web embeds for general public audiences. HEVC also takes 2-5x longer to encode than H.264 on the same hardware.
The default output is HEVC Main profile, 8-bit 4:2:0 — broadly compatible with all HEVC hardware decoders since 2015, including iPhone 6s+ (A9 chip, 2015), Apple TV 4K, every HEVC-capable smart TV, and Intel 6th-gen+ / AMD Ryzen integrated graphics. Main 10 (10-bit) output is available when you specifically need HDR10 or banding-free dark scenes, but it requires a Main 10-capable decoder (most 2017+ hardware). Most WMV sources are 8-bit anyway, so Main is the right default.
Yes. Upload as many WMV files as you want — there's no quantity limit. Apply the same Quality Preset and resolution settings to all of them, or set per-file options for a mixed batch. Each file transcodes in parallel on our servers and downloads individually or as a single ZIP. For large multi-GB libraries, this is the fastest way to migrate a Camtasia/Captivate/Movie Maker archive off the legacy format in one pass.