Initializing... drag & drop files here
Supports: ASF
ASF (Advanced Systems Format) is Microsoft's legacy Windows Media container, typically holding WMV video and WMA audio. HEVC (H.265) is the modern, far more efficient successor codec. Converting re-encodes the old Windows Media stream to H.265, which modernizes the codec and usually shrinks the file — but because it is a lossy-to-lossy re-encode, it cannot restore detail the original WMV encoder already discarded. The output here is H.265 video wrapped in a Matroska container that simply carries a .hevc extension — your soundtrack is kept, re-encoded to AAC by default — but the non-standard extension confuses many players, so for a file that plays everywhere use ASF to MP4 with H.265 instead.
| Property | Value |
|---|---|
| Full name | Advanced Systems Format (originally Active Streaming Format) |
| Developer | Microsoft |
| First released | 1996 (proprietary); February 26, 1998 (public) |
| Last public spec revision | December 2004 (v01.20.03) |
| Role | Container / wrapper for Windows Media content |
| Typical video codec | Windows Media Video (WMV 7/8/9; WMV 9 became SMPTE VC-1 in 2006) |
| Typical audio codec | Windows Media Audio (WMA, WMA Pro) |
| Sibling extensions | .wmv (ASF with video), .wma (ASF, audio only) |
| Native playback | Windows Media Player / Media Player app; VLC elsewhere |
| DRM | Built-in Windows Media DRM framework |
| Property | Value |
|---|---|
| Full name | High Efficiency Video Coding (H.265) |
| Standard | ITU-T Rec. H.265 / ISO/IEC 23008-2 |
| Released | 2013 (jointly by ITU-T and ISO/IEC MPEG) |
| Compression efficiency | Roughly half the bitrate of H.264 at equal quality; well below WMV/VC-1 |
.hevc payload |
From a raw encoder: bare Annex B NAL units, video only. This tool's .hevc output: H.265 video plus audio in a Matroska container |
| Color / HDR | Main 10 profile supports 10-bit, HDR10, HDR10+ |
| Max resolution | 8192×4320 (8K UHD, Level 6.2) |
| Native playback | iOS 11+, macOS 10.13+, Android 5+, Safari 11+, Windows 10/11 w/ HEVC Video Extensions; patchy on desktop browsers |
| Trade-offs | Patent-encumbered licensing; slower to encode than H.264 |
| Best for | Modern devices, smallest files at high quality, packaging/streaming intermediates |
.asf recordings — Windows Media Encoder captures, old PVR/DVR rips, or archived Windows screencasts. Batch conversion runs files in parallel..hevc — rename it to .mkv or convert it to MP4 if a player refuses the extension.No — and no re-encode can. Converting decodes the old WMV/VC-1 video and re-encodes it to H.265, which is a lossy-to-lossy step. HEVC is far more efficient, so the result is usually smaller and lands in a modern codec, but it cannot add back detail, sharpness, or color the original Windows Media encoder already threw away. At the "Very High" preset the picture should look essentially identical to the source; at aggressive size targets it may soften slightly. The genuine win is smaller and modern, not better.
Old WMV-in-ASF recordings often run 1-3 Mbps for standard-definition content that HEVC reproduces well at 400-800 kbps, so re-encodes commonly land at 30-50% of the original size at "Very High" quality. The exact ratio depends on content: talking-head, slideshow, and screen-capture footage shrinks the most because it compresses easily; fast-motion footage shrinks less. In our testing, a 5-minute 720p WMV captured at ~2.5 Mbps re-encoded to roughly 40% of its original size at the default preset with no visible quality drop.
.hevc output keep my ASF audio?Yes. Although a raw .hevc from an encoder is video-only, this converter wraps the H.265 video in a Matroska container so it can carry a soundtrack, then names the file .hevc. The WMA audio inside your ASF is re-encoded (AAC by default) and kept alongside the video. For a standard extension that players recognize on sight, convert to ASF to MP4 instead, which holds H.265 (or H.264) video plus the re-encoded audio in a single universally-accepted file.
.hevc file and an MP4 with HEVC inside?By convention a .hevc file is the bare bitstream — each H.265 NAL unit prefixed with the start code 0x000001, no wrapper — while an .mp4 with HEVC inside (the hvc1/hev1 brand) packs the same kind of NAL units into the ISO Base Media File Format alongside an hvcC decoder-configuration record, audio tracks, chapters, and presentation timing. This tool's .hevc output is a third case: H.265 video and audio in a Matroska container that just carries the .hevc name, so you can rename it to .mkv directly. To land in MP4 instead, use HEVC to MP4 — note it re-encodes rather than remuxes.
ASF and its WMV/VC-1 codecs are Windows-centric and poorly supported elsewhere: macOS dropped native Windows Media playback years ago, iOS and Android can't open .asf without VLC, and most browsers, smart TVs, and editors reject it. The format's last public spec revision was December 2004 and active codec work effectively ended when WMV 9 became SMPTE VC-1 in 2006. Re-encoding to H.265 moves the footage into a modern, efficient codec that current hardware decodes natively.
.hevc file directly?Not reliably — players recognize files by extension and do not expect .hevc. The data inside this tool's output is standard Matroska + H.265, so VLC and mpv open it and you can rename it to .mkv; for anything else, convert it to MP4 with HEVC to MP4 first (a re-encode). Note also that HEVC playback is patchy by codec: it works natively on Apple devices (iOS 11+, macOS 10.13+), modern Android, Safari 11+, and Windows 10/11 once the HEVC Video Extensions are installed, but desktop Firefox and some older hardware fall back to software decode or none at all. If you need universal playback, target H.264 via ASF to MP4 instead.
HEVC produces files roughly 40-50% smaller than H.264 at the same quality, but it is patent-encumbered, slower to encode (commonly 2-5× longer on the same hardware), and not universally playable. Pick HEVC when you control the playback environment (Apple devices, modern Android, Edge/Safari) and size matters, or when a downstream tool specifically asks for a .hevc-named file. Pick H.264 — via ASF to MP4 — when the file goes to unknown recipients, older Windows builds, or general web audiences.
No. ASF includes a Windows Media DRM framework, and files locked with it require a license-server check that no honest tool can bypass; circumventing it is illegal in many jurisdictions. Unprotected ASF files re-encode cleanly. If the recording is yours and DRM-locked, unlock it first with the licensed Microsoft tooling on the same Windows account, then convert the resulting unprotected file. To keep footage inside the Windows Media family in a different wrapper, see ASF to WMV.