FLV (Flash Video) is a video container format developed by Adobe. It is commonly used for online video streaming and is supported by Adobe Flash Player.
Common Uses
Flash video
Online streaming
Legacy web video
FLV Conversion FAQ
What is an FLV file?
+
FLV (Flash Video) is a container format used for delivering video content online.
Flash was switched off years ago — can an FLV file still be played at all?
+
The file is fine; the player is gone. An FLV holds ordinary compressed video and audio, so a desktop tool that ignores the browser plugin story reads it without trouble. What no longer exists is any mainstream way to open one — no browser, no phone, no television. Converting is not optional maintenance here, it is the only way the footage stays watchable. No current browser, phone or TV can play FLV — anything still in this container has to be moved out of it to remain watchable.
Is FLV a dead format?
+
As a delivery format, yes — the ecosystem that carried it has been switched off, and nothing you are likely to open a file with today supports it. As an archive it is very much alive: enormous quantities of material still sit in it. Converting is not modernisation for its own sake here; it is the difference between footage you can watch and footage you cannot.
Why is so much web content delivered as FLV?
+
Because it was designed for exactly that job: small files, fast start, no plugin and no licence to worry about. That makes it excellent at delivery and unremarkable at everything else — editing tools, phone galleries and older devices frequently ignore it. Converting to a general-purpose format is what makes downloaded content usable off the web. FLV’s low per-packet overhead made it excellent at streaming over the unreliable connections of its era, and huge archives of it still exist.
Why will my browser not play an FLV file?
+
Browsers ship decoders for a deliberately short list of formats, and FLV is not on it — the licensing, the codec variety it permits, or simply its age keeps it out. The file is not broken and a desktop player will open it, but nothing you do to the page will make a browser render it. Converting to a web-native container is the only reliable route to inline playback.
Why does FLV playback stutter or run hot on older machines?
+
Because it is being decoded in software. Hardware video decoders only cover a fixed list of formats, and FLV is outside it on most devices, so every frame is reconstructed by the CPU instead. On a current desktop that is merely wasteful; on a phone, an older laptop or a smart TV it shows up as dropped frames, fan noise and battery drain. Converting to a hardware-supported format removes the problem entirely. FLV typically holds Sorenson Spark or H.264 video with MP3 or AAC audio, wrapped in a stream format designed for RTMP delivery.
Where do subtitles go for an FLV file?
+
Beside it, or into the picture. FLV has no subtitle stream of its own, so the two options are a sidecar .srt file the player loads alongside the video, or burning the text into the frames during a re-encode. The sidecar keeps the subtitles editable and switchable but travels as a second file that is easy to lose; burning in survives any transfer but cannot be turned off afterwards.
Why does only one audio track survive in my FLV?
+
Because that is all the format dependably carries. Extra audio streams can be written into an FLV, but playback support past the first one is inconsistent enough that most tools simply keep one and discard the others. If the source had a commentary or a second language, extract those to separate audio files rather than trusting them to a container that hides them.
Do I need Adobe software to open an FLV?
+
For reading, no — the format is documented and widely implemented, and plenty of tools open it. For the full feature set the originating application is still the reference implementation, and files that lean on its specifics can differ elsewhere. The conversion here needs no Adobe licence and no local install at all. FLV is the Flash Video container that carried essentially all web video from roughly 2003 until Flash was switched off at the end of 2020.
Does using FLV require a patent licence?
+
Not for you. The codecs involved are covered by patent pools, and the licensing is settled by the people who ship decoders — the phone, the browser, the operating system — long before a file reaches you. It is why the format is everywhere in hardware and why royalty-free alternatives exist at all, and it changes nothing about converting a file you already have.
Is the audio in an FLV limited to stereo?
+
In practice yes. The format was specified around one or two channels, so a surround mix has to be folded down to stereo to fit — which is fine for headphones and phone speakers and wrong for anything heading to a home cinema receiver. If the source has a multichannel mix worth keeping, convert into a container that carries it rather than letting the downmix happen silently.
Can I just rename the extension instead of converting FLV?
+
Almost never, and it is worth understanding why: the extension is a label, while the bytes inside are structured for one specific format. Renaming produces a file whose name promises something its contents do not deliver, and whatever opens it either refuses the file or misreads it. The one narrow exception is two formats that are genuinely the same container under different names — and even then a proper rewrap is safer than a rename.