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 a raw .hevc elementary stream (video only); if you need the soundtrack kept in a playable file, 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 |
Annex B elementary stream — raw NAL units, no container, no audio |
| 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 elementary stream ready to remux into MP4/MKV.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?No. A .hevc file is a raw Annex B elementary stream — by the H.265 spec it carries only video NAL units, with no audio channel, no container, and no timing metadata. The WMA soundtrack inside your ASF is dropped. If you need the audio kept alongside the video in one playable file, convert to a container instead: ASF to MP4 holds H.265 (or H.264) video plus the re-encoded audio in a single file.
.hevc file and an MP4 with HEVC inside?A .hevc file is the bare bitstream — each H.265 NAL unit prefixed with the start code 0x000001, no wrapper. An .mp4 with HEVC inside (the hvc1/hev1 brand) packs the same NAL units into the ISO Base Media File Format alongside an hvcC decoder-configuration record, audio tracks, chapters, and presentation timing. Use .hevc as an intermediate for tooling (ffmpeg, packagers, hardware decoders); use MP4 for end playback. Going from .hevc to a playable file is a lossless remux — see HEVC to MP4 or HEVC to MKV.
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 — .hevc is a raw bitstream, not a container, so no browser and few players open it directly. VLC can decode raw HEVC; for anything else, remux it to MP4 with HEVC to MP4 first. 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 you need an elementary-stream intermediate for a packaging pipeline. 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.