Initializing... drag & drop files here
Supports: FLV
.flv files onto the page or click "Add Files" to browse. Batch upload is supported — queue several Flash Video files and they convert in sequence.HH:MM:SS.sss..asf individually or grab them all as a ZIP.FLV (Flash Video) was the dominant web video format from 2003 until Adobe ended Flash Player support on December 31, 2020, after which Adobe began blocking Flash content from running on January 12, 2021. ASF (Advanced Systems Format) is Microsoft's container — released publicly in February 1998 — and is the wrapper underneath every .wmv and .wma file. Modern browsers and operating systems no longer ship Flash, but Windows Media Player still opens ASF natively, which makes ASF a sensible target when an old FLV archive needs to be playable on a stock Windows install.
.asf, .wmv, and .wma without third-party codec packs. Corporate desktops that block K-Lite or VLC installs will still play ASF out of the box..wmv/.asf, converting stray FLV files keeps the archive consistent for cataloging and metadata tools that key off file extension.If your goal is the modern web instead of legacy Windows, convert FLV to MP4 — H.264 in an MP4 container is universally supported by browsers, mobile devices, and editing software.
| Property | FLV (Flash Video) | ASF (Advanced Systems Format) |
|---|---|---|
| Developer | Macromedia, then Adobe | Microsoft |
| Initial release | September 2003 | February 1998 (public); September 1996 (proprietary) |
| Last spec update | ~2010 (Flash 10.1) | December 2004 (v01.20.03) |
| Typical extensions | .flv, .f4v |
.asf, .wmv, .wma |
| Common video codecs | Sorenson Spark (H.263), VP6, H.264 | WMV1, WMV2, WMV3 (VC-1), MPEG-4 |
| Common audio codecs | MP3, AAC, Nellymoser, Speex, ADPCM | WMA v1/v2/Pro, MP3, AAC, AC3 |
| Native Windows playback | Requires VLC or codec pack | Yes — Windows Media Player |
| Modern browser support | None (Flash EoL Dec 31, 2020) | None for direct embed; download-and-play only |
| DRM | RTMPE (deprecated) | Windows Media DRM |
| File signature (magic) | 46 4C 56 01 ("FLV\x01") |
30 26 B2 75 8E 66 CF 11 |
| Active development | No — Flash retired 2020 | No — last spec 2004 |
Both are essentially legacy at this point, but ASF still has a working playback path on every Windows machine; FLV does not.
| Setting | Default | When to change it |
|---|---|---|
| Video Codec | H.264 | The default H.264 gives the smallest files but may not play in stock Windows Media Player from an ASF wrapper. Switch to WMV2 for the broadest Windows Media Player compatibility. Pick WMV1 only if you're targeting Windows 98/ME-era playback. |
| Audio Codec | WMA v2 | WMA v2 is decoded by every Windows Media Player release since 2001. Switch to MP3 if the downstream tool dislikes WMA, or AC3 if you need 5.1 surround. |
| Quality Preset | Very High | Highest for archival; Medium for ~50 % smaller files; Low for messaging-friendly sizes at the cost of visible blocking on high-motion footage. |
| Resolution | Original | Drop to 720p or 480p when the source is older SD content — re-encoding at 1080p won't add detail and just inflates file size. |
| Trim | Unchanged | Switch to Time Range to extract a clip; saves re-encoding time vs converting the full file. |
FLV streams are typically Sorenson Spark, VP6, or H.264 with MP3/AAC audio. The video and audio are decoded and re-encoded into the codecs you choose for the ASF — H.264 + WMA v2 by default, or WMV2 + WMA v2 if you switch the Video Codec for legacy Windows Media Player. Because the audio (and usually the video) codec changes, this is a full re-encode rather than a fast container swap, so conversion takes longer and output quality depends on the bitrate and quality preset you pick.
Yes. Windows Media Player ships on every Windows release from Windows 98 through Windows 10 and plays ASF/WMV files containing WMV1/WMV2/WMV3 video and WMA audio with no extra codecs. Windows 11 removed the legacy Windows Media Player from the default install in some SKUs but ships the new "Media Player" app, which also plays ASF.
Technically ASF can carry MPEG-4 / H.264 streams, and H.264 is in fact this converter's default video codec for ASF output. The catch is that most ASF players — Windows Media Player included — only reliably decode WMV-family codecs from an ASF wrapper, so an H.264-in-ASF file will play in VLC and ffmpeg-based tools but may fail on stock Windows Media Player. For maximum legacy-Windows compatibility, switch the Video Codec to WMV2.
If you switch the Video Codec to WMV2 for legacy playback, expect a larger file: FLV files from the 2007-2015 era often used H.264, which is more efficient than WMV2, so re-encoding from H.264 to WMV2 at the same visual quality typically requires 30-60 % more bitrate. (Keeping the default H.264 codec avoids this.) To keep file size down, drop the Quality Preset from Very High to Medium, or lower the resolution if the source was already SD.
Not natively. macOS Finder Quick Look and the default Photos/Videos apps on iOS and Android do not decode WMV/WMA. VLC plays ASF on every platform; mpv and IINA also work. If you need cross-platform playback, convert FLV to MP4 instead.
Almost. ASF is Microsoft's container format; .wmv and .wma are simply ASF files renamed by extension to advertise that they contain Windows Media Video or Audio specifically. The bytes inside are the same Microsoft-defined object structure with the GUID magic number 30 26 B2 75 8E 66 CF 11. If your target system requires a .wmv extension, you can convert FLV to WMV instead — it produces the same container with the more recognizable extension.
Yes. The uploader accepts multiple files at once. Quality preset, codec, resolution, and trim settings apply to the whole batch by default; expand a file in the queue to override settings for that single item before clicking Convert.
Conversion runs on our servers, so practical limits depend on your upload size and connection speed — multi-GB FLV files convert fine once uploaded. For very large multi-hour recordings, use the Trim option to extract the segment you actually need, or compress FLV first before re-encoding to ASF.
For anything web, mobile, or modern editor-bound, yes — MP4 (H.264 + AAC) is the right target and the FLV to MP4 converter handles it. Pick ASF only when the destination is specifically a Windows Media Player install, a Windows Media Services stream, or a corporate workflow that explicitly requires .asf or .wmv.