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 |
| Target | Container / codec | Best for |
|---|---|---|
| MP4 | ISO-MP4 / H.264 + AAC | Universal playback and sharing — the default choice |
| MOV | QuickTime / H.264 + AAC | Final Cut Pro and QuickTime on macOS |
| MKV | Matroska / H.264, multi-track | Plex / Jellyfin libraries with subtitles or extra audio |
| WebM | WebM / VP9 or AV1 + Opus | Royalty-free HTML5 embeds, smaller background video |
| AVI | AVI / MPEG-4 or XviD | Legacy Windows editors and players |
| MP3 | MP3 (audio only) | Keeping just the soundtrack of a recording |
Not bit-for-bit — xconvert always re-encodes the video; there is no stream-copy pass. But F4V and MP4 are both built on the ISO base media file format and both typically hold H.264 video with AAC audio, and the converter keeps the source codec family by default, encoding at a visually lossless preset (CRF 18 for H.264) — so the output is indistinguishable from the source in normal viewing. Changing the codec, resolution, bitrate, or quality preset moves you further from the source. In our testing, a 720p H.264 F4V clip converted to MP4 in about a second and looked identical to the original in side-by-side viewing.
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.
Quality is preserved for practical purposes when you keep the codec family (F4V to MP4, MOV, or MKV without changing the codec): the video is re-encoded at a visually lossless preset, so the result is indistinguishable from the source in normal viewing rather than a bit-for-bit copy. 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 change codec (for example F4V to WebM) or downscale the resolution, more 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 converting 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.
Both are Adobe Flash video formats, but they're built differently. FLV (Flash Video) is the older one and typically carries Sorenson Spark or VP6 video, while F4V arrived in December 2007 built on the ISO base media file format — the same foundation as MP4 — and carries H.264 video with AAC audio. In practice F4V is the more modern, higher-quality Flash container. Both depend on the discontinued Flash Player, so converting either to MP4 is the reliable way to keep the footage playable today.
They're close relatives, not the same file. F4V and MP4 both derive from the ISO base media file format and both usually hold H.264 video with AAC audio, so the internals look similar. The difference is the extension and how software treats it: browsers, phones, smart TVs, and most editors recognize .mp4 but not .f4v, which is why an F4V won't play in an HTML5 <video> element even though the codec inside is identical. Converting to MP4 rewraps that same codec family into the container everything actually supports.