Initializing... drag & drop files here
Supports: ASF
Both ends of this conversion are relics of the format wars, but they aged very differently. ASF is Microsoft's Advanced Systems Format — the container behind .wmv and .wma — holding Windows Media Video and Windows Media Audio. F4V is Adobe's later Flash video format, and the important thing about it is that it is not really a Flash format at all under the hood: F4V is built on the ISO base media file format, the same structural family as MP4, and it carries H.264 video and AAC audio. Adobe introduced it with Flash Player 9 Update 3 precisely to escape the limitations of the older FLV.
The practical consequence is that this conversion produces a modern-codec file wearing a legacy extension. That is useful to know, because it means the result is far more usable than "Flash video" suggests — and because it tells you when to convert to .mp4 instead.
.asf onto the page or click "+ Add Files". Several files can be queued and share one set of settings; this page accepts the .asf extension..f4v. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.We converted a test .asf on this page's defaults and read the bytes back:
| Property | Value in our test output |
|---|---|
| File signature | ftyp box at offset 4 with major brand f4v |
| Compatible brands | f4v , isom |
| Structural family | ISO base media file format (ISO/IEC 14496-12) — the same family as MP4 |
| Video stream | H.264 |
| Audio stream | AAC at 48,000 Hz |
| Reported by FFmpeg as | mov,mp4,m4a,3gp,3g2,mj2 — the QuickTime/MP4 demuxer |
| Size, ten seconds of 640 × 480 | 1,271,601 bytes, from a 1,565,753-byte .asf |
That isom compatible brand is the useful detail: it is the file declaring itself readable by any ISO base-media parser. Most desktop players — VLC, mpv, and anything else built on FFmpeg — open a .f4v directly without a Flash runtime, and many will also accept it if you simply rename the file to .mp4.
| Property | F4V | FLV | MP4 |
|---|---|---|---|
| Container family | ISO base media | Adobe's own Flash Video format | ISO base media (MPEG-4 Part 14) |
| Introduced | With Flash Player 9 Update 3 | The original Flash video format | MPEG-4 Part 14 |
| Video codecs | H.264 | Sorenson Spark, VP6 | H.264, H.265, MPEG-4, AV1 and more |
| Audio codecs | AAC, MP3 | MP3, AAC | AAC and others |
| Opens in desktop players | Yes, generally | Often, but less reliably | Yes |
| Plays in a browser | No | No | Yes |
| Plays on phones by default | No | No | Yes |
| Accepted by social platforms | No | No | Yes |
| Pick it when | A legacy Flash-era tool or media server expects the extension | Something specifically requires the older Flash container | Anyone is going to watch it |
Adobe ended support for Flash Player on 31 December 2020 and blocked Flash content from running in Flash Player from 12 January 2021, so nothing web-facing benefits from an .f4v today. Convert here when a legacy encoder, media server or asset-management system asks for the extension by name. If the goal is "make this old Windows Media clip play everywhere", ASF to MP4 is the same H.264 and AAC in a container the entire world accepts. If a Flash-era tool specifically wants the older container, ASF to FLV writes that instead.
Nothing is carried through untouched. Windows Media Video and H.264 share no bitstream, so the picture is fully decoded and re-encoded, and the same is true of the Windows Media Audio track becoming AAC. That means:
.asf files are standard definition. Leaving Video resolution on "Keep original" is right; a 1080p preset applied to a 640 × 480 source multiplies file size without adding detail. Note also that presets set the height and let the width follow the source aspect ratio.Because H.264 is considerably more efficient than the WMV codecs, the output is often smaller than the input at comparable quality — our test file went from 1,565,753 to 1,271,601 bytes without any size target being set.
Very nearly. F4V is built on the ISO base media file format, the same structural foundation as MP4, and our test output declared isom among its compatible brands alongside the f4v major brand. The differences are in which metadata boxes Adobe defined for Flash-specific purposes, not in how the media is stored. In practice, players that read MP4 usually read .f4v too, and renaming a .f4v to .mp4 very often works.
No, and not because of the container. Adobe ended Flash Player support on 31 December 2020 and began blocking Flash content from running in Flash Player on 12 January 2021, and browsers removed their Flash runtimes around the same period. Nothing recognises the .f4v extension as playable web video. The media inside is perfectly modern — H.264 and AAC — so converting to ASF to MP4 gives you a file every browser plays.
They are two different Flash-era containers. FLV is the original Flash Video format, holding Sorenson Spark or VP6 video, both of which predate H.264 and look considerably worse at the same bitrate. F4V arrived with Flash Player 9 Update 3 and is built on the ISO base media file format, so it carries H.264 and AAC. If you have a choice, F4V is the better of the two by a wide margin; if a specific tool demands the older format, ASF to FLV is the page for that.
AAC unless something downstream has asked for MP3. AAC is the default here, it is what F4V was designed around, and it is more efficient than MP3 at the same bitrate. MP3 exists in the list because some older Flash tooling expects it. Either way the Windows Media Audio in your source is decoded and re-encoded once — there is no way to carry a WMA track through untouched.
Because H.264 is a much more efficient codec than the WMV encoders that produced most .asf files. Reaching a comparable picture simply takes fewer bits, so at the default Quality Preset the output frequently comes out smaller with no size target set at all — our ten-second test went from 1,565,753 bytes to 1,271,601. Being smaller does not mean it is worse; it means the newer codec is doing more with less. It is still a second lossy generation, so it is not better than the source either.
Yes. Under File Compression, Specific file size lets you name a target in bytes, kilobytes or megabytes, with an Auto Scale toggle that reduces the frame size if the bitrate needed to hit your number would look unacceptably bad. Constant Bitrate and Variable Bitrate give you direct control instead if you know the rate you need. Be realistic about what a target implies: a five-minute clip forced into a very small file will be soft regardless of codec.
Because it was soft to begin with. Windows Media Video is lossy, and a great many .asf files were encoded at standard definition and modest bitrates for the streaming conditions of their day. Re-encoding into H.264 changes the codec and the container, not the amount of real detail in the frames. Keep the Quality Preset high so the second pass adds as little as possible, and do not choose a resolution preset larger than the source — enlarging interpolates rather than reveals.
Almost always digital rights management. ASF has a DRM framework built into the container, and files from old Windows Media stores and subscription services use it: the audio and video streams are encrypted, and only a licence bound to the original account or machine can unlock them. No converter can decode a picture it cannot read, so the job fails or yields a black, silent result. A truncated or partially downloaded .asf produces similar symptoms. Only an unprotected, complete copy of the source can be converted.
The upload travels over an encrypted connection, the conversion runs on our servers, and both the uploaded .asf and the finished .f4v are deleted automatically after a few hours. Files are never shared or made public, no watermark is added, and no account or email address is required. Because the encoding runs on our servers rather than on your device, the practical limit on a large file is upload size and time.