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 video file?
+
FLV is a video container that holds one or more video streams, audio tracks, and optional subtitles. Different containers support different codecs, so compatibility depends on both the wrapper AND what is inside it.
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.
Why convert FLV to another video format?
+
Convert FLV to MP4 when you need universal playback — web browsers, mobile devices, smart TVs and editing apps all play MP4 natively. Convert to WebM for web embedding where smaller file size matters. Convert to MOV when working in Final Cut or other Apple-native pipelines.
Does FLV conversion re-encode the video?
+
When the source codec inside FLV is compatible with the target container we remux without re-encoding (fast, lossless). When the codec must change (for example HEVC to H.264) the video is re-encoded — slower, with a small generational quality cost.