{"id":2926,"date":"2026-08-08T01:57:54","date_gmt":"2026-08-07T22:57:54","guid":{"rendered":"https:\/\/picajet.com\/articles\/formats\/flv\/"},"modified":"2026-08-08T02:08:53","modified_gmt":"2026-08-07T23:08:53","slug":"flv","status":"publish","type":"format","link":"https:\/\/picajet.com\/articles\/formats\/flv\/","title":{"rendered":"FLV"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Macromedia introduced FLV in 2003 as the delivery format for Flash Player&#8217;s video streaming, and it quickly became the default wrapper for online video in the mid-2000s \u2014 YouTube, Hulu, and Vevo all ran on FLV in their early years, since Flash was the only cross-browser way to reliably embed video before HTML5. The format itself was a thin streaming-friendly shell: it didn&#8217;t dictate a codec, so as Flash Player evolved from Sorenson Spark to On2&#8217;s VP6 and eventually to standard H.264, the FLV wrapper simply carried whatever the current Flash Player release could decode.<\/p><p class=\"wp-block-paragraph\">That flexibility is now a liability for anyone managing an asset library that predates 2012 or so. Adobe ended Flash Player support on December 31, 2020, and actively blocked it from running the following month \u2014 no current browser, and no current version of macOS or Windows, plays FLV natively. A DAM holding a large FLV collection (common for organizations with an active web-video presence in the Flash era) is holding files nobody can preview without a conversion step first.<\/p><p class=\"wp-block-paragraph\">The practical complication for a DAM ingest pipeline is that not every FLV file is the same underneath. A 2006 marketing clip encoded with Sorenson Spark needs full transcoding to a modern codec, while a 2009 clip already using H.264 inside the FLV wrapper can often be remuxed straight into MP4 with zero quality loss \u2014 the video bitstream doesn&#8217;t need to be touched, only the container around it changes. Getting that distinction right, per file, is the difference between a fast lossless migration and an unnecessary re-encode that degrades a source asset.<\/p><figure class=\"wp-block-table\"><table><thead><tr><th>Era<\/th><th>Video codec<\/th><th>Audio codec<\/th><th>Migration path<\/th><\/tr><\/thead><tbody><tr><td>2003 &ndash; late 2007<\/td><td>Sorenson Spark (H.263-derived) or On2 VP6<\/td><td>MP3, Nellymoser<\/td><td>Full transcode required &mdash; no lossless shortcut<\/td><\/tr><tr><td>Late 2007 onward (Flash Player 9 Update 3+)<\/td><td>H.264<\/td><td>AAC<\/td><td>Losslessly remuxed into MP4 with <code>ffmpeg -c copy<\/code><\/td><\/tr><\/tbody><\/table><\/figure>","protected":false},"excerpt":{"rendered":"<p>FLV is a container format built for Adobe Flash Player, wrapping video codecs like Sorenson Spark, VP6, or H.264 together with MP3, Nellymoser, or AAC audio into a single streamable file.<\/p>\n","protected":false},"author":0,"featured_media":0,"template":"","meta":{"footnotes":"","faq":[{"question":"Can any modern browser still play FLV files directly?","answer":"No. Flash Player was the only thing that ever played FLV natively in a browser, and Adobe ended its support on December 31, 2020, then began actively blocking it in January 2021. Every current browser requires the FLV to be converted to MP4, WebM, or another supported format first."},{"question":"What video codec is actually inside an FLV file?","answer":"It depends on when the file was made. Early FLV files use Sorenson Spark (an H.263 variant) or On2's VP6; files created from late 2007 onward, after Flash Player 9 Update 3, commonly carry standard H.264 video with AAC audio instead."},{"question":"Can I convert old FLV assets to MP4 without losing quality?","answer":"Only if the FLV already contains H.264\/AAC \u2014 in that case a remux (`ffmpeg -c copy`) repackages the streams into MP4 with no re-encoding and no quality loss. Files using the older Sorenson Spark or VP6 codecs must be genuinely transcoded, which does involve some generation loss."},{"question":"Why does our organization still have a large FLV archive?","answer":"FLV was the dominant web-video wrapper from roughly 2003 to 2011\u20132012, so any organization that published video online during that window \u2014 marketing clips, e-learning, webinars \u2014 likely has a backlog of FLV masters or exports from that era sitting in older storage."},{"question":"Is FLV itself covered by any patent licensing?","answer":"The FLV container format carries no licensing fee on its own. Licensing questions apply to whatever codec is inside it \u2014 H.264-in-FLV files fall under the same patent-pool considerations as H.264 in any other container."},{"question":"How do I identify the codec inside an FLV before batch converting a library?","answer":"Run `ffprobe input.flv` (part of the ffmpeg suite) \u2014 it reports the video and audio codec names directly, which lets an ingest script branch between a fast remux and a full transcode instead of guessing."},{"question":"Should we keep FLV as the archival master or always convert on ingest?","answer":"Convert on ingest for delivery, but keep the original FLV only when it's the true source file with no other original available \u2014 for anything where a higher-quality master exists elsewhere, there's little reason to preserve an obsolete, unplayable wrapper as the master."},{"question":"Does HandBrake support FLV as an input format?","answer":"Yes \u2014 HandBrake uses ffmpeg\/libav under the hood and accepts FLV as a source, making it a practical GUI option for bulk-converting an FLV archive to MP4 or WebM ahead of re-ingestion into a DAM."}],"checked_date":"2026-08-07","sources":[{"statement":"FLV was released by Macromedia in 2003 as a video wrapper for Flash Player.","source_name":"Wikipedia \u2014 Flash Video","url":"https:\/\/en.wikipedia.org\/wiki\/Flash_Video","checked":"2026-08-07"},{"statement":"Library of Congress sustainability description of the FLV format and its codec history.","source_name":"Library of Congress \u2014 FLV format description","url":"https:\/\/www.loc.gov\/preservation\/digital\/formats\/fdd\/fdd000131.shtml","checked":"2026-08-07"},{"statement":"Adobe Flash Player reached end of support on December 31, 2020.","source_name":"Microsoft Lifecycle \u2014 Adobe Flash end of support announcement","url":"https:\/\/learn.microsoft.com\/en-us\/lifecycle\/announcements\/adobe-flash-end-of-support","checked":"2026-08-07"}],"kicker":"","fact_checker":0,"reading_time":0,"revisions":[],"seo_title":"","seo_description":"","noindex":false,"ext":"flv","full_name":"Flash Video","vendor_name":"Macromedia (later Adobe Systems)","introduced":"2003","container_notes":"FLV itself carries no codec of its own \u2014 early files used Sorenson Spark (H.263-derived) or On2's VP6, and from Flash Player 9 Update 3 (December 2007) onward files could carry H.264 video with AAC audio. Because the wrapper stayed constant while the codecs inside it changed over a decade, two files with the .flv extension can require completely different decoders. Adobe's own successor container, F4V, is MP4-based and was introduced specifically to move toward standard H.264\/AAC packaging.","open_with":[{"platform":"Windows \/ macOS \/ Linux","how":"VLC Media Player opens FLV natively via its built-in demuxer \u2014 no Flash Player installation required or even possible anymore."},{"platform":"Command line (any OS)","how":"ffmpeg reads FLV directly: `ffmpeg -i input.flv -c copy output.mp4` remuxes H.264\/AAC-based FLV into MP4 without re-encoding; older Sorenson\/VP6 files need `-c:v libx264` to actually transcode."},{"platform":"Batch transcoding","how":"HandBrake can ingest FLV (via its libav\/ffmpeg backend) for bulk conversion to MP4 or WebM ahead of DAM re-ingestion."},{"platform":"Modern browsers \/ OS-native players","how":"None play FLV directly \u2014 Flash Player reached end-of-life December 31, 2020 and Adobe began blocking it in January 2021, so QuickTime, Windows Movies & TV, and all current browsers require the file to be converted first."}],"archive_advice":"Inspect the codec inside each FLV before batch processing \u2014 files from 2008 onward are often H.264\/AAC and can be remuxed into MP4 losslessly, while pre-2008 Sorenson Spark or VP6 files must be re-encoded, which is a real quality\/generation-loss decision worth flagging in the asset record. Because Flash Player no longer exists on any current OS or browser, an FLV sitting untouched in a DAM is effectively unplayable to end users regardless of technical validity, so treat FLV libraries as a migration backlog rather than a stable archival format. Keep the original FLV as the preservation master only if it's the true source file (e.g., a 2006-era web export with no other original); otherwise the safer master format going forward is H.264 or H.265 in MP4.","related":[2935,2927,2939,2929,2630,2626],"tool_link":""},"silo":[23],"class_list":["post-2926","format","type-format","status-publish","hentry","silo-formats"],"_links":{"self":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format\/2926","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format"}],"about":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/types\/format"}],"version-history":[{"count":1,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format\/2926\/revisions"}],"predecessor-version":[{"id":3393,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format\/2926\/revisions\/3393"}],"wp:attachment":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/media?parent=2926"}],"wp:term":[{"taxonomy":"silo","embeddable":true,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/silo?post=2926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}