Drop any file to identify it
No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.
Drop it!
Let go to identify this file.
Couldn't identify this file
Need to convert it? fwip it →
F4V was Adobe's attempt to modernise Flash video by adopting the MP4 container instead of the older FLV format. Introduced around 2007, it used H.264 video and AAC audio — the same codecs as standard MP4 — wrapped in an ISO base media file format container with Flash-specific metadata extensions. It was technically better than FLV in every way.
The format died with Flash in December 2020. Adobe officially ended Flash Player support, browsers removed Flash entirely, and F4V became an orphan format. Unlike FLV, which at least had a decade of nostalgic web video content, F4V arrived too late to accumulate much unique content before the platform collapsed.
If you encounter an F4V file, it's likely from a Flash-era video platform or application. The good news: since F4V is essentially MP4, most media players (VLC, MPV) play it directly. Renaming the extension from .f4v to .mp4 often works. For a proper conversion, FFmpeg remuxes it instantly: `ffmpeg -i input.f4v -c copy output.mp4`.