Why FLV files stopped playing, and what this does about it
FLV was the container of the Flash video era, which makes most FLV files old downloads: clips saved from mid-2000s video sites, exports from early screen recorders, archives of a web that no longer exists. When Flash was switched off at the end of 2020, mainstream support went with it, so a file that played everywhere now plays almost nowhere. Converting to MP4 makes it a normal video again.
The conversion runs on your own device with a real decoder compiled to WebAssembly, and it checks what is inside first. Later FLV files often already carry H.264 video; those are rewrapped into MP4 without re-encoding, losslessly and in seconds. Older codecs are decoded and re-encoded to H.264 and AAC.
- Drop the FLV; the codecs inside are probed first
- H.264 sources are rewrapped losslessly; older codecs are re-encoded
- Download a standard MP4 that plays on phones, TVs, and editors