Initializing... drag & drop files here
Supports: ASF
ASF (Advanced Systems Format) is Microsoft's container for Windows Media video and audio, while OGV is the video flavour of the open, royalty-free Ogg container from the Xiph.Org Foundation. This tool transcodes a Windows-Media clip into an Ogg video so it can play in open-source environments and tooling that prefer the Xiph stack. Because the source is re-encoded, this is a lossy conversion — it changes the container and codec, it does not recover quality.
| Property | Value |
|---|---|
| Full name | Advanced Systems Format |
| Developer | Microsoft |
| Publicly released | February 1998 |
| Extensions | .asf, .wmv (video), .wma (audio) |
| Typical video codec | Windows Media Video (WMV), VC-1 |
| Typical audio codec | Windows Media Audio (WMA) |
| Licensing | Proprietary; requires a Microsoft license |
| Native support | Windows Media Player; limited elsewhere |
| Best for | Legacy Windows streaming and archived recordings |
| Property | Value |
|---|---|
| Full name | Ogg Video (Ogg container) |
| Developer | Xiph.Org Foundation |
| Ogg released | May 2003 |
| Extension | .ogv |
| Standard video codec | Theora (VP8 also selectable here) |
| Audio codecs | Vorbis, Opus, FLAC, Speex |
| Licensing | Open, royalty-free, patent-unencumbered |
| Native browser support | Firefox (Theora through v129); not Safari; removed from Chrome 123 |
| Best for | Open-source toolchains and Xiph-based pipelines |
On this tool the .ogv output defaults to VP8 video with Vorbis audio. VP8 keeps detail well at modest bitrates, but its native home is the WebM container — a VP8-in-Ogg file plays in VLC and FFmpeg-based players, yet most browsers expect Theora inside a .ogv. If you need a file that opens in Firefox or older players that map .ogv to Theora, switch the Video Codec to Theora before converting.
No. The ASF source is already encoded, so re-encoding it to OGV is a second lossy pass. The best you can do is preserve quality by choosing a high Preset or Constant Quality setting; you cannot add detail that the original WMV/VC-1 stream did not capture.
For open-source and archival pipelines, yes. For the general web it is a niche choice: Theora was removed from Chrome 123 in March 2024, was dropped in Firefox after v129, and was never supported in Safari. If you want a clip that plays on phones, browsers, and editors everywhere, convert ASF to MP4 (H.264) instead; for a modern open-web video, convert ASF to WebM (VP8/VP9), which is the native container for VP8.
ASF is a proprietary Microsoft format that needs a license to implement, and its WMV/WMA codecs were built for Windows Media Player. Many cross-platform players, browsers, and editors either lack the decoders or support them poorly — which is the usual reason people convert ASF into an open container like Ogg or a universal one like MP4.
Yes. The WMA audio track is re-encoded to the OGV audio codec — Vorbis by default, with Opus, FLAC, or Speex also available in Advanced Options. As with the video, this is a lossy transcode of the audio, so pick a higher quality setting if the soundtrack matters.
VLC, MPV, and any FFmpeg-based player open .ogv regardless of the internal codec. Firefox plays Theora-in-Ogg natively through v129, and the ogv.js polyfill can play Ogg/Theora in browsers that dropped native support. Chrome (since v123) and Safari will not play Theora .ogv without that polyfill, which is why MP4 is the safer pick for broad playback.