Initializing... drag & drop files here
Supports: F4V
.f4v files and each converts in parallel, then download them together as a ZIP.F4V is Adobe's "Flash MP4 Video" container, introduced on 3 December 2007 with Flash Player 9 Update 3. Unlike the older FLV format it succeeded, F4V is built on the ISO base media file format (ISO/IEC 14496-12) — the same foundation as MP4 — and carries H.264 video with AAC (or MP3) audio. It was the format that delivered most professional Flash streaming video in the late 2000s and early 2010s.
The problem today is the player, not the file. Adobe ended support for Flash Player on 31 December 2020 and began blocking Flash content on 12 January 2021, so nothing in the modern stack — browsers, phones, smart TVs, most editors — opens a .f4v file by default. VLC and FFmpeg can still play and decode them, but for anything you want to share, edit, or embed, you need a current container. Common reasons people convert F4V:
.f4v cannot be embedded in an HTML5 <video> element. Converting to MP4 (H.264) gives the broadest browser support, while WebM (VP9 or AV1 + Opus) typically lands smaller for background video and modern browsers.| Property | F4V | MP4 |
|---|---|---|
| Full name | Flash MP4 Video (Adobe) | MPEG-4 Part 14 |
| Standard / base | ISO base media file format (ISO/IEC 14496-12) | ISO/IEC 14496-14 |
| Introduced | 3 December 2007 (Flash Player 9 Update 3) | 2003 (derived from QuickTime) |
| Video codec | H.264 only | H.264, H.265, VP9, AV1, MPEG-4, more |
| Audio codec | AAC, MP3 | AAC, MP3, Opus, AC3, more |
| Native playback today | VLC, FFmpeg, MPV (no browsers, no Flash Player after 2020) | Windows, macOS, iOS, Android, all modern browsers, smart TVs |
| Status | Legacy / Flash end-of-life | Current universal standard |
| Best for | Reading legacy Flash recordings | Sharing, editing, web embeds, everything |
Usually yes. F4V and MP4 are both built on the ISO base media file format and both typically hold H.264 video with AAC audio — the same streams. When the codecs already match the target, xconvert performs a container remux: the compressed video and audio are copied into the new MP4 wrapper byte-for-byte with no re-encoding and zero generational loss, the same -c copy operation FFmpeg uses. Re-encoding only happens if you change the codec, resolution, bitrate, or quality preset. In our testing, a 720p H.264 F4V clip remuxed to MP4 in under a second with the output bytes matching the source video stream.
VLC media player plays F4V natively on Windows, macOS, Linux, Android, and iOS, and FFmpeg or MPV can decode them too. Adobe Flash Player, the original host application, reached end-of-life on 31 December 2020 and was blocked from running Flash content on 12 January 2021, so it is no longer a usable option. If you only need to watch the file once, VLC is the quickest route; if you need to share, edit, or embed it, convert to MP4 instead.
Because F4V was designed for Adobe Flash Player, which no modern browser or mobile OS supports — Flash was fully discontinued at the end of 2020. The HTML5 <video> element does not recognize the .f4v extension, and neither do the default video apps on iOS or Android. Converting to MP4 (H.264 + AAC) fixes this in every case, since MP4 is the format browsers, phones, and smart TVs are built to play.
Video and audio quality are preserved when the conversion is a remux (F4V to MP4, MOV, or MKV without changing the codec), because the compressed streams are copied rather than re-encoded. Container-level metadata such as title and creation time generally carries over; some Flash-specific cue points and ActionScript metadata that only the old Flash Player understood are not meaningful outside that ecosystem and are dropped. If you re-encode (for example F4V to WebM, or downscaling the resolution), some quality loss is expected — keep Constant Quality (CRF) at 18-20 to keep it visually unnoticeable.
For most editors, MP4 (H.264) imports cleanly and is the safe default. On macOS, MOV suits QuickTime and Final Cut Pro. If you need multiple audio tracks or soft subtitles in one file — for a media server, say — MKV is the better target. F4V itself is not an edit-friendly container because the discontinued Flash tooling that produced it is gone, so the first step in almost any F4V editing workflow is re-wrapping it into a current container.
Yes. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark on the output, and files are never shared or made public. The practical limit on a very large F4V is upload size and your connection speed rather than any fixed per-file cap, and batch jobs have no quantity limit — queue several files and download them as one ZIP.