Initializing... drag & drop files here
Supports: AV1
AV1 is the modern, royalty-free AOMedia codec; ASF is Microsoft's legacy Windows Media container. This guide walks you through the conversion, and — more importantly — through the one setting that decides whether your .asf actually plays in old Windows Media tooling, because xconvert's ASF output does not default to the codec most people expect.
This is the step that catches people. xconvert's ASF output defaults to H.264 video + WMA v2 audio — a modern, efficient video codec wrapped in an ASF container. That plays fine in VLC, MPC-HC, and any FFmpeg-based player, but H.264-in-ASF is not what a classic Windows Media Player build or a vintage Windows Media Server expects, so those tools may refuse the file or decode only the audio.
.asf extension is valid regardless.Remember the bigger picture: AV1 already compresses about 30% more efficiently than HEVC, so re-encoding to H.264 or WMV inside ASF produces a larger file with no quality gained back. The video stream is always re-encoded — there is no stream-copy path from AV1 into ASF.
ASF only makes sense for genuinely Windows-bound workflows: a Windows Media Server playlist, an archival pipeline built on the Windows Media Format SDK, or legacy enterprise software that filters by the .asf extension. Note that Microsoft now classifies the Windows Media Format 11 SDK as a legacy feature, superseded by Media Foundation's Source Reader and Sink Writer, so even on Windows the modern recommendation is to move off ASF. If your goal is playback or sharing on anything other than old Windows tooling, MP4 is the right target — convert with AV1 to MP4.
Almost the only reason is a Windows-specific requirement: a Windows Media Server playlist, an archival system built on the Windows Media Format SDK, or legacy enterprise software that rejects anything that isn't .asf. For general playback, sharing, or mobile, MP4 is the better target — convert with our AV1 to MP4 tool, since MP4 plays on virtually every modern device while ASF largely does not.
No — and this surprises people. The ASF output defaults to H.264 video with WMA v2 audio, not the old WMV. H.264-in-ASF plays in VLC, MPC-HC, and FFmpeg-based players, but a classic Windows Media Player build may not decode it. For genuine legacy Windows Media compatibility, open Show All Options and switch the Video Codec dropdown to WMV 2.
No. AV1 is one of the most efficient codecs available — Facebook's 2018 testing measured it producing roughly 34% smaller files than VP9 and around 46% smaller than H.264 at comparable quality. Wrapping the video in ASF means re-encoding to H.264 or WMV, which are older and less efficient, so the file typically grows. You cannot regain efficiency by converting to an older codec.
VLC and MPC-HC open .asf regardless of the inner codec via their FFmpeg-based demuxers. Windows Media Player support depends on the codec: with WMV 2 it plays on essentially any Windows build, but with the default H.264 payload, behavior varies by Windows version. Apple QuickTime and most mobile players do not open ASF at all — for those, convert to MP4.
No. AV1 and the codecs ASF carries (H.264 or WMV) are different codecs, so the video stream is always re-encoded — there is no container-only rewrap between these two. Use the Very High quality preset to minimize generation loss. In our testing, leaving the default H.264 codec at Very High preserved visual quality well, but the output .asf was consistently larger than the AV1 source.
Microsoft's own documentation marks the Windows Media Format 11 SDK — the toolkit behind ASF — as a legacy feature, superseded by Source Reader and Sink Writer in Media Foundation since Windows 10. ASF files still play in Windows 10 and 11, but for long-term portability a more universally supported container like MP4 is the safer choice. If you later need to migrate an existing .asf, see ASF to MP4.