Step-by-step instructions
- 1
FFmpeg (command line — primary method)
Convert ASF/WMV to MP4: `ffmpeg -i input.asf -c:v libx264 -crf 23 -c:a aac -b:a 192k output.mp4`. Check video codec: `ffprobe input.asf` — shows wmv1, wmv2, wmv3, or msmpeg4. Add `-movflags +faststart` for web streaming.
Go to converter - 2
VLC (GUI, all platforms)
VLC handles ASF natively. VLC → Media → Convert/Save → add ASF → set profile to 'Video - H.264 + MP3 (MP4)' → configure bitrate → name output .mp4 → Start. Best fallback if FFmpeg struggles with a specific WMV codec.
- 3
HandBrake
HandBrake opens ASF files directly. Select source → H.264 or H.265 codec → RF 23 → MP4 container → Start Encode. Preview available before committing.
- 4
Any Video Converter (Windows, edge cases)
Any Video Converter handles some DRM-protected ASF files. Download from any-video-converter.com. Add ASF → select MP4 output → Convert Now. Note: DRM-protected ASF (purchased Windows Media content) may not convert — legal restrictions apply.
Why convert ASF to MP4?
ASF is Microsoft's container from the Windows Media era — WMV and WMA trapped inside. Converting to MP4 frees the content for every modern device and platform.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
What's the difference between ASF, WMV, and WMA?
Why doesn't ASF play on my iPhone?
The ASF video has no sound after converting — how do I fix this?
No account. No upload. Works in any browser.