Initializing... drag & drop files here
Supports: ASF
ASF (Advanced Systems Format) is Microsoft's container for Windows Media content — the wrapper behind .wma audio and .wmv video files. This tool reads the audio stream inside your ASF file (usually Windows Media Audio) and re-wraps it as FLAC, the Free Lossless Audio Codec. Any video track is discarded; you get an audio-only file in an open, non-proprietary format that plays without Windows Media codecs and is well suited to long-term archiving.
| Property | Value |
|---|---|
| Full name | Advanced Systems Format (formerly Advanced Streaming Format) |
| Developer | Microsoft |
| First released | September 1996 (proprietary); published February 1998 |
| Latest spec | v1.20.03, December 2004 — no longer actively updated |
| Role | Container/wrapper, not a codec |
| Typical audio payload | Windows Media Audio (WMA), usually lossy |
| Typical video payload | Windows Media Video (WMV) / VC-1 |
| Related extensions | .wma (audio-only ASF), .wmv (video ASF) |
| MIME type | video/x-ms-asf, application/vnd.ms-asf |
| License | Proprietary; SDK superseded by Microsoft's Media Foundation |
| Property | Value |
|---|---|
| Full name | Free Lossless Audio Codec |
| Maintained by | Xiph.Org Foundation (originally Josh Coalson, 2000) |
| Formal spec | RFC 9639, December 2024 (Standards Track) |
| Latest release | FLAC 1.5.0, February 2025 — actively maintained |
| Compression | Lossless — typically 50–70% of the original PCM size, bit-for-bit reversible |
| Bit depth | 4–32 bits per sample; sample rates up to 1,048,575 Hz |
| Patent status | Unencumbered by patents; open-source reference implementation |
| Best for | Archiving, audiophile libraries, editing masters where fidelity matters |
.asf file onto the page or click "+ Add Files." You can queue several files to extract and convert with the same settings.Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — never shared or made public.
No — and this is the most important thing to understand. FLAC is a lossless format, but it can only preserve what is already in the file; it cannot add back detail that was never there. The audio inside most ASF files is regular Windows Media Audio (WMA), which is a lossy codec, so converting it to FLAC gives you a lossless wrapper around already-lossy audio. The result sounds identical to the WMA source, not better. The genuine reason to do this is archiving: moving audio out of a legacy, proprietary Windows Media container into an open, patent-free format that will still be readable decades from now.
Only file size and encoding speed — never sound quality. FLAC's compression level controls how much effort the encoder spends searching for the best linear prediction of the signal; a better prediction means a smaller residual and a smaller file. Because FLAC is lossless by definition, every level from 1 to 12 decodes to the exact same audio. Level 12 produces the smallest file at the cost of slower encoding; lower levels finish faster but write a larger file. If you are unsure, the default (12) is a fine choice for one-off archival conversions.
They share the same underlying structure. Microsoft defines ASF as the container format for Windows Media Audio and Video; the .wma extension marks an audio-only ASF file, and .wmv marks one that also carries a video stream. A file saved with the generic .asf extension can hold either. Because this converter targets FLAC (an audio-only codec), it reads the audio stream and ignores any video — extraction is the reliable way to pull just the sound out of a mixed .asf file.
It is dropped. FLAC is an audio-only codec, so converting a .wmv-style ASF to FLAC keeps the soundtrack and discards the video entirely. If you want to keep the moving picture, convert the whole file to a modern video container with ASF to MP4 instead. Use this FLAC path only when you specifically want the audio on its own — for example, to archive a recorded talk, lecture, or music track from an old Windows Media capture.
Because you are trading lossy compression for lossless compression. WMA audio inside an ASF file is heavily compressed and discards data permanently; FLAC compresses without discarding anything, so it cannot match a lossy file's small size. A FLAC made from lossy WMA will usually be larger than the source even though it sounds the same — that extra size buys you an open, future-proof container, not better sound. If small file size is your priority instead, ASF to MP3 produces a much smaller, broadly compatible file.
Some older ASF/WMA files carry Windows Media DRM, which encrypts the audio and ties playback to a license server. A converter cannot legally or technically decode protected streams, so the conversion will fail or produce silence. This is a property of the DRM, not a fault of the file format or the tool. If you need the audio and the file is DRM-locked, obtain an unprotected copy from the original source first.
ASF stores metadata such as title, author, and copyright in its Header object, and FLAC supports Vorbis comments for the same kind of fields. In our testing, a typical music ASF carried its title and artist over to the FLAC's tags, while embedded album art and proprietary Windows-Media-specific attributes were the fields most likely to drop. DRM-protected metadata fields do not transfer. If precise tagging matters for your library, plan to review the tags after conversion.
If your file already has a .wma extension, WMA to FLAC handles that path directly. If you would rather keep the audio in its original Windows Media codec without re-wrapping it as FLAC, ASF to WMA extracts the stream while staying inside the Windows Media ecosystem. Choose FLAC when you want an open, lossless archive; choose WMA when you need to stay compatible with Windows Media tools.