{"id":973,"date":"2026-07-15T09:13:00","date_gmt":"2026-07-15T13:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=973"},"modified":"2026-06-27T01:51:24","modified_gmt":"2026-06-27T05:51:24","slug":"convert-flv-to-mp4","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4","title":{"rendered":"How to Convert FLV to MP4 (Old Flash Video)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">You found an old <code>.flv<\/code> file \u2014 a downloaded lecture, a screen recording, a clip from a defunct streaming site \u2014 and nothing will play it. That\u2019s not a bug: <strong>FLV (Flash Video) is tied to Adobe Flash Player, and Adobe ended Flash on December 31, 2020 and blocked it from running on January 12, 2021.<\/strong> Modern browsers, phones, and most desktop players dropped FLV support along with it. The fix is to repackage the video as <strong>MP4 (H.264)<\/strong>, the format that plays everywhere. This guide explains why FLV died, what actually happens during the conversion (often a fast, lossless re-mux), and how to do it. We verified the Flash end-of-life dates against Adobe and the FLV format details against the standards\/format record.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> FLV is a legacy Flash container that no longer plays on modern devices because <strong>Adobe ended Flash Player on Dec 31, 2020<\/strong>. Convert it to <strong>MP4<\/strong> to make it playable again. If the FLV\u2019s video is already <strong>H.264<\/strong> (most are), the conversion is a quick <strong>re-mux<\/strong> \u2014 the video stream is copied into the MP4 container with <strong>no quality loss<\/strong>. If it uses an older codec like Sorenson Spark (H.263) or VP6, it\u2019s <strong>re-encoded<\/strong> to H.264, which is still visually near-identical.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Jump to a section<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#why-dead\">Why FLV won\u2019t play anymore<\/a><\/li><li><a href=\"#inside\">What\u2019s actually inside an FLV file<\/a><\/li><li><a href=\"#remux\">Re-mux vs. re-encode: what conversion really does<\/a><\/li><li><a href=\"#quality\">Does converting FLV to MP4 lose quality?<\/a><\/li><li><a href=\"#tool\">Convert FLV to MP4 on xconvert<\/a><\/li><li><a href=\"#faq\">FAQ<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-dead\">Why FLV won\u2019t play anymore<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">FLV \u2014 <strong>Flash Video<\/strong> \u2014 was the format that powered web video in the 2000s. Early YouTube, news sites, and Flash-based players all served FLV through the browser\u2019s Flash plugin. It was the de-facto standard for streaming video for the better part of a decade.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then Flash was retired. Per Adobe\u2019s own end-of-life notice, <strong>Adobe stopped supporting Flash Player beginning December 31, 2020<\/strong> (the \u201cEOL Date\u201d), and <strong>blocked Flash content from running in Flash Player beginning January 12, 2021<\/strong>. Every major browser \u2014 Chrome, Edge, Firefox, Safari \u2014 removed the Flash plugin around the same time. Apple\u2019s iOS never supported Flash at all, and Adobe had already discontinued Flash Player for Android back in 2012.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The result: an <code>.flv<\/code> file is a container built for a runtime that no longer exists. It won\u2019t open in a browser, won\u2019t play on a phone, and won\u2019t play in the default video apps on Windows or macOS. (Dedicated players like <strong>VLC<\/strong> can still open many FLVs because they bundle their own decoders \u2014 but that\u2019s a workaround, not a fix you can share.) To make the video usable again \u2014 playable on any device, embeddable on a page, shareable with anyone \u2014 you repackage it as <strong>MP4<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"inside\">What\u2019s actually inside an FLV file<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A file format like FLV is a <strong>container<\/strong> \u2014 a wrapper that holds a compressed video stream and an audio stream, plus timing data. The container is separate from the <strong>codecs<\/strong> used to compress those streams. This distinction is the key to understanding the conversion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">FLV was originally developed by <strong>Macromedia<\/strong> (first released in 2003) and later maintained by <strong>Adobe<\/strong>. Over its life it carried a handful of codecs:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Stream<\/th><th>Codecs FLV commonly holds<\/th><\/tr><\/thead><tbody><tr><td>Video<\/td><td><strong>H.264 \/ AVC<\/strong> (the most common in later FLVs), <strong>Sorenson Spark<\/strong> (an H.263 variant, used in early Flash), <strong>On2 VP6<\/strong><\/td><\/tr><tr><td>Audio<\/td><td><strong>AAC<\/strong> (later FLVs), <strong>MP3<\/strong>, and <strong>Nellymoser Asao<\/strong> (for microphone-recorded audio)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The important takeaway: <strong>most FLV files from the late-Flash era already contain H.264 video and AAC audio<\/strong> \u2014 exactly the codecs MP4 uses. That makes the conversion much simpler than it sounds, as the next section explains.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">MP4, by contrast, is the modern universal container. An <code>.mp4<\/code> holding H.264 video and AAC audio plays in every browser, on every phone, and in every video app \u2014 the opposite of FLV\u2019s situation today. (For more on the H.264 codec and its newer sibling H.265, see <a href=\"https:\/\/www.xconvert.com\/blog\/h264-vs-h265-which-to-use\/\">H.264 vs H.265: which to use<\/a>.)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"remux\">Re-mux vs. re-encode: what conversion really does<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Because FLV and MP4 are just containers, converting between them can happen one of two ways:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Re-mux (stream copy) \u2014 fast and lossless.<\/strong> When the FLV\u2019s video is already <strong>H.264<\/strong> and its audio is <strong>AAC<\/strong>, the converter simply lifts those streams out of the FLV wrapper and drops them into an MP4 wrapper. The actual compressed bits are <em>copied unchanged<\/em> \u2014 no re-compression, no generation loss, no quality drop. This is fast and produces a file that\u2019s essentially identical in quality and size. Most modern FLVs qualify for this path.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Re-encode \u2014 needed for old codecs.<\/strong> If the FLV uses an older video codec that MP4 doesn\u2019t support well \u2014 <strong>Sorenson Spark (H.263)<\/strong> or <strong>VP6<\/strong> from early Flash \u2014 the video must be decoded and re-compressed into H.264. This is a true re-encode. It takes longer and, like any lossy re-compression, can lose a small amount of quality (usually visually negligible at a sensible quality setting). The same applies to MP3 or Nellymoser audio, which gets re-encoded to AAC.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A good converter chooses automatically: it copies the stream when it can (H.264\/AAC source) and re-encodes only when it must (old codecs). You don\u2019t have to know which path your file takes \u2014 but it explains why some FLV conversions finish almost instantly and others take a while.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"quality\">Does converting FLV to MP4 lose quality?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the most common worry, and the honest answer is <strong>\u201cusually no, and never much.\u201d<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>If your FLV is H.264\/AAC<\/strong> (most are): the conversion is a re-mux, the streams are copied bit-for-bit, and there is <strong>no quality loss at all<\/strong>. The MP4 looks identical to the FLV because it <em>contains the same video data<\/em>.<\/li><li><strong>If your FLV uses an old codec<\/strong> (Sorenson Spark \/ H.263 or VP6): it must be re-encoded to H.264, which is lossy in principle. In practice the loss is small and rarely noticeable at a reasonable quality setting \u2014 you are not making a low-quality copy of a high-quality master; you are converting an already-compressed, often low-bitrate legacy file.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">One thing converting <strong>cannot<\/strong> do is <em>improve<\/em> the video. FLV files from the Flash era were frequently low-resolution and heavily compressed for slow connections. MP4 will preserve what\u2019s there and make it playable again \u2014 it won\u2019t add detail that the original never captured. Set a high quality\/bitrate so the conversion doesn\u2019t <em>subtract<\/em> anything, and accept that the ceiling is the original FLV.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">Convert FLV to MP4 on xconvert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/www.xconvert.com\/convert-flv-to-mp4\">xconvert FLV to MP4 converter<\/a> runs the conversion on our servers \u2014 copying the stream when your FLV is already H.264, re-encoding only when it isn\u2019t \u2014 so you don\u2019t need Flash, VLC, or any install:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"1250\" src=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-46.png\" alt=\"Quality Preset defaults to Very High (Recommended) \u2014 keep it for an H.264 MP4 with no quality loss\" class=\"wp-image-1283\" srcset=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-46.png 1600w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-46-300x234.png 300w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-46-1024x800.png 1024w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-46-768x600.png 768w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-46-1536x1200.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/convert-flv-to-mp4\">xconvert.com\/convert-flv-to-mp4<\/a> and click <strong>Upload<\/strong> to add your <code>.flv<\/code> (from your computer, Google Drive, or Dropbox \u2014 or drag and drop).<\/li><li>For most files, the defaults are right: the output is <strong>MP4<\/strong> and the <strong>Audio Codec defaults to AAC<\/strong>. Click <strong>Convert<\/strong> and you\u2019re done.<\/li><li>To control the output, open <strong>Advanced Options<\/strong> (the gear icon). There you can set a <strong>Quality Preset<\/strong> (e.g. <strong>Very High (Recommended)<\/strong>), pick <strong>Preset Resolutions<\/strong> or a custom <strong>Video resolution<\/strong>, and choose how to set the rate \u2014 <strong>Constant Bitrate<\/strong>, <strong>Variable Bitrate<\/strong>, <strong>Constant Quality<\/strong>, or <strong>Constraint Quality<\/strong>.<\/li><li>Use the <strong>Trim<\/strong> option with a <strong>Time Range<\/strong> if you only need part of the clip.<\/li><li>Click <strong>Convert<\/strong>, wait for it to finish, then download your MP4. If you don\u2019t like a result, <strong>Reset to defaults<\/strong> and try again.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Your file uploads over an encrypted connection, is processed on our servers, and is <strong>deleted automatically a few hours later<\/strong>. There\u2019s no sign-up, and nothing is kept.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">Why won\u2019t my FLV file play?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Because <strong>FLV depends on Adobe Flash Player, which Adobe ended on December 31, 2020<\/strong> and blocked from running on January 12, 2021. Browsers removed the Flash plugin, and phones never supported it, so an <code>.flv<\/code> file has no modern runtime to play in. Convert it to <strong>MP4<\/strong> and it plays everywhere again.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does converting FLV to MP4 reduce quality?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Usually not.<\/strong> If your FLV already contains <strong>H.264 video<\/strong> (most do), the converter copies the stream straight into the MP4 container \u2014 a re-mux with <strong>zero quality loss<\/strong>. Only FLVs that use older codecs (Sorenson Spark \/ VP6) are re-encoded, and even then the loss is small and rarely noticeable at a high quality setting.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">What\u2019s the difference between FLV and MP4?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Both are <strong>container formats<\/strong>, but FLV was built for Adobe Flash and is now obsolete, while <strong>MP4<\/strong> is the modern universal container. An MP4 holding H.264 + AAC plays in every browser, phone, and app; an FLV plays in almost nothing without special software. The video <em>inside<\/em> can be the same \u2014 only the wrapper changes.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Can I still play FLV without converting it?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, with a dedicated player like <strong>VLC<\/strong>, which bundles its own decoders and opens most FLVs. But that\u2019s a per-device workaround \u2014 you can\u2019t embed an FLV on a web page or reliably share it. Converting to MP4 is the durable fix.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Will converting upscale or improve my old FLV video?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>No.<\/strong> Conversion preserves the existing quality and makes the file playable \u2014 it cannot add resolution or detail the original never had. FLVs were often low-bitrate; the MP4 ceiling is whatever the source contains. Use a high quality setting so the conversion doesn\u2019t <em>lose<\/em> anything.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Is FLV the same as F4V or SWF?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Not quite. <strong>F4V<\/strong> is a later Adobe format based on the MP4\/ISO base media file format (closer to MP4 internally). <strong>SWF<\/strong> is a Flash <em>application\/animation<\/em> file, not a video container. This converter targets the classic <strong>FLV<\/strong> video container; F4V and SWF are different cases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sources<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Last verified 2026-06-25.<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.adobe.com\/products\/flashplayer\/end-of-life.html\">Adobe \u2014 Flash Player end of life<\/a> \u2014 Adobe stopped supporting Flash Player on Dec 31, 2020 and blocked Flash content from running on Jan 12, 2021.<\/li><li><a href=\"https:\/\/en.wikipedia.org\/wiki\/Flash_Video\">Flash Video (FLV) format record<\/a> \u2014 FLV originated at Macromedia (2003), is maintained by Adobe, depends on Flash Player, and carries H.264\/AVC, Sorenson Spark (H.263), VP6 video with AAC\/MP3\/Nellymoser audio. (Aggregator citing Adobe specs.)<\/li><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Media\/Formats\/Containers\">MDN \u2014 Media container formats<\/a> \u2014 MP4 as the broadly supported modern container; container vs. codec distinction.<\/li><li><a href=\"https:\/\/www.xconvert.com\/blog\/h264-vs-h265-which-to-use\/\">H.264 vs H.265: which to use<\/a> \u2014 background on the H.264 codec that FLV\u2192MP4 conversions target.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>FLV won&#8217;t play since Adobe killed Flash in 2020. Convert FLV to MP4 to make old Flash Video playable again &#8211; often a fast, lossless re-mux.<\/p>\n","protected":false},"author":3,"featured_media":1285,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-973","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to-guides","category-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Convert FLV to MP4 (Old Flash Video)<\/title>\n<meta name=\"description\" content=\"FLV won&#039;t play since Adobe killed Flash in 2020. Convert FLV to MP4 to make old Flash Video playable again - often a fast, lossless re-mux.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Convert FLV to MP4 (Old Flash Video)\" \/>\n<meta property=\"og:description\" content=\"FLV won&#039;t play since Adobe killed Flash in 2020. Convert FLV to MP4 to make old Flash Video playable again - often a fast, lossless re-mux.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4\" \/>\n<meta property=\"og:site_name\" content=\"XConvert Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/xconvertcom\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-15T13:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-200.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"840\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"James\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:site\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4\"},\"author\":{\"name\":\"James\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"headline\":\"How to Convert FLV to MP4 (Old Flash Video)\",\"datePublished\":\"2026-07-15T13:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4\"},\"wordCount\":1691,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-200.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4\",\"name\":\"How to Convert FLV to MP4 (Old Flash Video)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-200.png\",\"datePublished\":\"2026-07-15T13:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"description\":\"FLV won't play since Adobe killed Flash in 2020. Convert FLV to MP4 to make old Flash Video playable again - often a fast, lossless re-mux.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-200.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-200.png\",\"width\":1600,\"height\":840,\"caption\":\"The xconvert FLV to MP4 Converter at \\\/convert-flv-to-mp4 with the Upload button highlighted - add your old .flv and convert it to a playable MP4.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-flv-to-mp4#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Convert FLV to MP4 (Old Flash Video)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/\",\"name\":\"XConvert Blog\",\"description\":\"Blog for XConvert file converter\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\",\"name\":\"James\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"caption\":\"James\"},\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/author\\\/james\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Convert FLV to MP4 (Old Flash Video)","description":"FLV won't play since Adobe killed Flash in 2020. Convert FLV to MP4 to make old Flash Video playable again - often a fast, lossless re-mux.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4","og_locale":"en_US","og_type":"article","og_title":"How to Convert FLV to MP4 (Old Flash Video)","og_description":"FLV won't play since Adobe killed Flash in 2020. Convert FLV to MP4 to make old Flash Video playable again - often a fast, lossless re-mux.","og_url":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-07-15T13:13:00+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-200.png","type":"image\/png"}],"author":"James","twitter_card":"summary_large_image","twitter_creator":"@xconvert_com","twitter_site":"@xconvert_com","twitter_misc":{"Written by":"James","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4"},"author":{"name":"James","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"headline":"How to Convert FLV to MP4 (Old Flash Video)","datePublished":"2026-07-15T13:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4"},"wordCount":1691,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-200.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4","url":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4","name":"How to Convert FLV to MP4 (Old Flash Video)","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-200.png","datePublished":"2026-07-15T13:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"description":"FLV won't play since Adobe killed Flash in 2020. Convert FLV to MP4 to make old Flash Video playable again - often a fast, lossless re-mux.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-200.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-200.png","width":1600,"height":840,"caption":"The xconvert FLV to MP4 Converter at \/convert-flv-to-mp4 with the Upload button highlighted - add your old .flv and convert it to a playable MP4."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/convert-flv-to-mp4#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Convert FLV to MP4 (Old Flash Video)"}]},{"@type":"WebSite","@id":"https:\/\/www.xconvert.com\/blog\/#website","url":"https:\/\/www.xconvert.com\/blog\/","name":"XConvert Blog","description":"Blog for XConvert file converter","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xconvert.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Person","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845","name":"James","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","caption":"James"},"url":"https:\/\/www.xconvert.com\/blog\/author\/james"}]}},"_links":{"self":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/973","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/comments?post=973"}],"version-history":[{"count":2,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/973\/revisions"}],"predecessor-version":[{"id":1284,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/973\/revisions\/1284"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1285"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=973"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=973"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}