{"id":937,"date":"2026-07-09T09:13:00","date_gmt":"2026-07-09T13:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=937"},"modified":"2026-06-27T03:00:13","modified_gmt":"2026-06-27T07:00:13","slug":"convert-hevc-to-mp4","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4","title":{"rendered":"Convert HEVC to MP4 (and Why HEVC Won&#8217;t Play)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">You emailed an iPhone video to a Windows laptop \u2014 and it won\u2019t play. The player throws a codec error, or you just hear audio with no picture. The cause is almost always the same: your iPhone recorded in <strong>HEVC (H.265)<\/strong>, and the device you\u2019re trying to play it on can\u2019t decode that codec without extra software. \u201cConverting HEVC to MP4\u201d is the fix everyone searches for \u2014 but it\u2019s worth knowing what that conversion actually does, because it isn\u2019t just a rename. We verified the playback support, the Windows codec situation, and the file-size trade-off against Apple, Microsoft, and caniuse.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> Most \u201cHEVC\u201d files are <em>already<\/em> <code>.mp4<\/code> or <code>.mov<\/code> \u2014 the problem isn\u2019t the container, it\u2019s the <strong>H.265 video codec<\/strong> inside, which Windows, older devices, and several browsers can\u2019t decode without a paid add-on or a player like VLC. The real fix is to <strong>re-encode H.265 to H.264 (AVC) in an MP4<\/strong>, which plays virtually everywhere. Expect the converted file to be <strong>larger<\/strong>, because H.264 is the less efficient codec \u2014 that\u2019s the price of universal compatibility.<\/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\">Why your HEVC video won\u2019t play<\/a><\/li><li><a href=\"#codec-vs-container\">HEVC vs MP4: codec, not container<\/a><\/li><li><a href=\"#what-it-does\">What \u201cconvert HEVC to MP4\u201d really does (and why the file grows)<\/a><\/li><li><a href=\"#alternatives\">Other ways to play HEVC without converting<\/a><\/li><li><a href=\"#tool\">Convert HEVC 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\">Why your HEVC video won\u2019t play<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HEVC \u2014 <strong>High Efficiency Video Coding<\/strong>, also known as <strong>H.265<\/strong> \u2014 is the codec Apple uses by default for video on iPhone 7 and later. Per <a href=\"https:\/\/support.apple.com\/en-us\/HT207022\">Apple\u2019s support documentation<\/a>, <em>\u201ciOS 11 and macOS High Sierra introduced support for these new, industry-standard media formats,\u201d<\/em> and HEVC <em>\u201cuses less storage space\u201d<\/em> than older formats. That efficiency is great until you move the file off Apple\u2019s ecosystem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The catch is that H.265 needs a dedicated decoder, and that decoder is <strong>not built in<\/strong> on most non-Apple platforms:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Windows 10\/11<\/strong> ships without HEVC decoding. The Photos and Movies &amp; TV apps show an error or blank frame until you install Microsoft\u2019s <strong>HEVC Video Extensions<\/strong> \u2014 a Store add-on that costs about <strong>$0.99<\/strong> (<a href=\"https:\/\/apps.microsoft.com\/detail\/9nmzlz57r3t7\">Microsoft Store listing<\/a>). A free <em>\u201cHEVC Video Extensions from Device Manufacturer\u201d<\/em> package is functionally identical but <a href=\"https:\/\/www.howtogeek.com\/680690\/how-to-install-free-hevc-codecs-on-windows-10-for-h265-video\/\">intended for PC makers to preinstall<\/a>, so it isn\u2019t surfaced in normal Store search.<\/li><li><strong>Web browsers<\/strong> are inconsistent. Per <a href=\"https:\/\/caniuse.com\/hevc\">caniuse<\/a>, Safari on macOS and iOS supports HEVC fully, but <strong>Chrome\u2019s support is only partial from version 107+<\/strong> and depends on the OS\/GPU providing a <strong>hardware<\/strong> HEVC decoder; <strong>Edge<\/strong> is partial and hardware-dependent too; <strong>Firefox<\/strong> is disabled by default through v136 and only partial from v137+. caniuse even notes it\u2019s <em>\u201chard for browsers to universally support HEVC because it is complex and expensive to license.\u201d<\/em><\/li><li><strong>Older phones, smart TVs, Linux machines, and many video editors<\/strong> likewise need a hardware decoder or third-party player to handle H.265.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">So a high \u201cglobal support\u201d figure for HEVC (caniuse shows ~92%) is misleading: it\u2019s inflated by Safari\u2019s user base and masks the <strong>conditional, hardware-gated<\/strong> reality everywhere else. If a video needs to \u201cjust play\u201d for an unknown recipient, HEVC is the wrong format to send.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"codec-vs-container\">HEVC vs MP4: codec, not container<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The single most important thing to understand \u2014 and the reason \u201cconvert HEVC to MP4\u201d confuses people \u2014 is that <strong>HEVC and MP4 aren\u2019t the same kind of thing<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>MP4<\/strong> (and <code>.mov<\/code>) is a <strong>container<\/strong> \u2014 a wrapper that holds video, audio, and metadata.<\/li><li><strong>HEVC \/ H.265<\/strong> is a <strong>video codec<\/strong> \u2014 the algorithm that compresses the actual picture.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">An <code>.mp4<\/code> file can hold H.264, H.265 (HEVC), AV1, and others. So your iPhone clip is very often <em>already<\/em> an <code>.mp4<\/code> or <code>.mov<\/code> that simply contains an H.265 stream. Renaming it, or remuxing it into a fresh MP4 without touching the codec, <strong>won\u2019t fix playback<\/strong> \u2014 the incompatible H.265 stream is still inside.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th><\/th><th>What it is<\/th><th>The compatibility problem<\/th><\/tr><\/thead><tbody><tr><td><strong>MP4 \/ MOV<\/strong><\/td><td>Container (wrapper)<\/td><td>None \u2014 containers are widely supported<\/td><\/tr><tr><td><strong>HEVC \/ H.265<\/strong><\/td><td>Video codec (the picture)<\/td><td>Needs a hardware\/paid decoder; patchy in browsers, Windows, older devices<\/td><\/tr><tr><td><strong>H.264 \/ AVC<\/strong><\/td><td>Video codec (the picture)<\/td><td>Plays essentially everywhere<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">That\u2019s why a real \u201cHEVC to MP4\u201d conversion has to change the <strong>codec inside<\/strong> the container \u2014 from H.265 to H.264 \u2014 not just the file extension. For a deeper look at how these two codecs differ in size and quality, see <a href=\"https:\/\/www.xconvert.com\/blog\/h264-vs-h265-which-to-use\/\">H.264 vs H.265: which should you use<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-it-does\">What \u201cconvert HEVC to MP4\u201d really does (and why the file grows)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When a converter turns your HEVC video into a \u201ccompatible MP4,\u201d it <strong>re-encodes the H.265 video stream into H.264 (AVC)<\/strong> inside an MP4 container. H.264 is the de-facto universal codec \u2014 if a device can play video at all, it can almost certainly play H.264.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There\u2019s an honest trade-off you should expect:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>The file usually gets bigger.<\/strong> H.265 was designed to hit roughly the same visual quality as H.264 at about <strong>half the bitrate<\/strong>. Going the other direction \u2014 H.265 \u2192 H.264 at equivalent quality \u2014 moves you to the <em>less<\/em> efficient codec, so the output is typically <strong>larger<\/strong> than the HEVC original. That\u2019s normal; you\u2019re trading bytes for compatibility.<\/li><li><strong>It\u2019s a re-encode, not a copy.<\/strong> The picture is decoded and re-compressed, so the conversion takes real processing time and is lossy in principle. At a high quality setting the result is visually indistinguishable for most footage \u2014 just don\u2019t expect a re-encode to <em>improve<\/em> quality.<\/li><li><strong>Audio and resolution can be preserved.<\/strong> A good converter keeps the audio track and original resolution unless you choose to change them.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If your goal isn\u2019t compatibility but simply a <strong>smaller<\/strong> HEVC file, do <strong>not<\/strong> convert to H.264 \u2014 that throws away the efficiency win. Keep the codec and shrink it instead: see <a href=\"https:\/\/www.xconvert.com\/blog\/compress-hevc-without-reencoding-h264\/\">Compress HEVC (H.265) without re-encoding to H.264<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"alternatives\">Other ways to play HEVC without converting<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Converting is the surest fix, but it isn\u2019t the only one. Depending on the situation, you might prefer:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Install a player that bundles its own decoder.<\/strong> <a href=\"https:\/\/www.videolan.org\/\">VLC<\/a> plays HEVC out of the box on Windows, macOS, and Linux without buying anything \u2014 ideal when you just need to <em>watch<\/em> the file once.<\/li><li><strong>Buy Microsoft\u2019s HEVC Video Extensions<\/strong> (~$0.99) so Windows\u2019 built-in Photos\/Movies &amp; TV apps can decode H.265 system-wide. Useful if you regularly receive HEVC files and want them to play in native Windows apps.<\/li><li><strong>Stop recording in HEVC at the source.<\/strong> On iPhone, <a href=\"https:\/\/support.apple.com\/en-us\/HT207022\">Apple lets you switch<\/a> via <strong>Settings \u2192 Camera \u2192 Formats \u2192 Most Compatible<\/strong>, which records new video in <strong>H.264<\/strong> instead of HEVC. Existing clips stay HEVC, but everything you shoot afterward will play anywhere.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">When you need the file itself to be portable \u2014 to email it, embed it on a website, hand it to someone on an unknown device, or import it into an editor that chokes on H.265 \u2014 <strong>converting to an H.264 MP4 is the reliable answer<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">Convert HEVC to MP4 on xconvert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/www.xconvert.com\/convert-hevc-to-mp4\">xconvert HEVC to MP4 converter<\/a> re-encodes your H.265 video to a standard H.264 MP4 for maximum device compatibility:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/convert-hevc-to-mp4\">xconvert.com\/convert-hevc-to-mp4<\/a> and click <strong>Upload<\/strong> to add your video \u2014 <strong>From my Computer<\/strong>, <strong>From Google Drive<\/strong>, or <strong>From Dropbox<\/strong>.<\/li><li>(Optional) Open <strong>Advanced Options<\/strong> (the gear icon) to fine-tune the output.<\/li><li>Under <strong>Quality Preset<\/strong>, leave the <strong>Preset<\/strong> at <strong>Very High (Recommended)<\/strong> to keep the picture looking like the original, or pick a lower preset \/ smaller <strong>Specific file size<\/strong> if you want to cap the size.<\/li><li>(Optional) Leave <strong>Video resolution<\/strong> on <strong>Keep original<\/strong>, or scale it down under <strong>Preset Resolutions<\/strong> \/ <strong>Width x Height<\/strong> if the destination doesn\u2019t need full resolution.<\/li><li>Click <strong>Convert<\/strong>, then download your H.264 MP4. Because this is a re-encode, allow a little processing time \u2014 and remember the converted file may be larger than the HEVC original.<\/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>automatically deleted a few hours later<\/strong>. Nothing is kept.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For related workflows: <a href=\"https:\/\/www.xconvert.com\/blog\/h264-vs-h265-which-to-use\/\">H.264 vs H.265<\/a> (which codec to choose and why) and <a href=\"https:\/\/www.xconvert.com\/blog\/compress-hevc-without-reencoding-h264\/\">compress HEVC without re-encoding<\/a> (keep the codec, just make the file smaller).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">Is HEVC the same as MP4?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>No.<\/strong> HEVC (H.265) is a <strong>video codec<\/strong> \u2014 the compression used for the picture \u2014 while MP4 is a <strong>container<\/strong> that wraps the video and audio. An MP4 file can contain H.265, H.264, AV1, and others. Most iPhone \u201cHEVC\u201d clips are already <code>.mov<\/code> or <code>.mp4<\/code> files; the incompatibility is the H.265 codec inside, not the container.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Why won\u2019t my iPhone HEVC video play on Windows?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Because Windows doesn\u2019t include an <strong>H.265 decoder<\/strong> by default. The Photos and Movies &amp; TV apps need Microsoft\u2019s <strong>HEVC Video Extensions<\/strong> (about <strong>$0.99<\/strong> on the Store) or a third-party player like <strong>VLC<\/strong> to decode it. The most reliable fix for sharing is to convert the video to an <strong>H.264 MP4<\/strong>, which plays without any add-on.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does converting HEVC to MP4 reduce quality?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">It\u2019s a <strong>re-encode<\/strong>, so it\u2019s technically lossy \u2014 but at a high quality setting the result is visually indistinguishable from the original for most footage. A re-encode never <em>improves<\/em> quality, so pick a high preset (xconvert defaults to <strong>Very High<\/strong>) if fidelity matters.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Will the MP4 be bigger than the HEVC file?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Usually yes.<\/strong> H.265 targets roughly half the bitrate of H.264 at the same quality, so re-encoding to H.264 moves you to the less efficient codec and typically produces a <strong>larger<\/strong> file. That\u2019s the expected cost of universal compatibility. If you only want a <em>smaller<\/em> file, keep the HEVC codec and compress it instead.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Can I just rename the file to .mp4?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>No.<\/strong> If the codec inside is H.265, renaming or remuxing into a fresh MP4 leaves the incompatible stream untouched, so it still won\u2019t play on devices that lack an HEVC decoder. You have to actually <strong>re-encode the video to H.264<\/strong>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Do browsers support HEVC?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Inconsistently.<\/strong> Per caniuse, <strong>Safari<\/strong> (macOS\/iOS) supports HEVC fully, but <strong>Chrome (107+)<\/strong> and <strong>Edge<\/strong> are only partial and require a <strong>hardware<\/strong> HEVC decoder in your OS\/GPU; <strong>Firefox<\/strong> is disabled by default through v136 and partial from v137+. For a video that must play in any browser, <strong>H.264 is the safe choice<\/strong>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">How do I stop my iPhone from recording in HEVC?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Open <strong>Settings \u2192 Camera \u2192 Formats<\/strong> and choose <strong>Most Compatible<\/strong>, which switches recording to <strong>H.264<\/strong> (and JPEG for photos). Existing HEVC clips aren\u2019t changed, but everything you record afterward will play on Windows and older devices without conversion.<\/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:\/\/support.apple.com\/en-us\/HT207022\">Apple \u2014 HEIF and HEVC support<\/a> \u2014 iOS 11 \/ macOS High Sierra introduced HEVC; \u201cMost Compatible\u201d records H.264 instead.<\/li><li><a href=\"https:\/\/caniuse.com\/hevc\">caniuse \u2014 HEVC \/ H.265 video format<\/a> \u2014 Safari full; Chrome 107+\/Edge partial + hardware-gated; Firefox disabled through v136, partial v137+; licensing complexity note.<\/li><li><a href=\"https:\/\/apps.microsoft.com\/detail\/9nmzlz57r3t7\">Microsoft Store \u2014 HEVC Video Extensions<\/a> \u2014 paid (~$0.99) add-on that enables HEVC playback in Windows apps.<\/li><li><a href=\"https:\/\/www.howtogeek.com\/680690\/how-to-install-free-hevc-codecs-on-windows-10-for-h265-video\/\">How-To Geek \u2014 free HEVC codecs on Windows 10<\/a> \u2014 the paid ($0.99) vs the free \u201cfrom Device Manufacturer\u201d package, and that the free one isn\u2019t surfaced in normal Store search.<\/li><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Media\/Formats\/Video_codecs\">MDN \u2014 Web video codec guide (AVC \/ HEVC)<\/a> \u2014 H.264 near-universal support; HEVC efficiency and licensing characteristics.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>HEVC (H.265) won&#8217;t play on Windows or many browsers. Here&#8217;s how to convert HEVC to MP4 by re-encoding to H.264 for universal playback.<\/p>\n","protected":false},"author":3,"featured_media":1368,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-937","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>Convert HEVC to MP4 (and Why HEVC Won&#039;t Play)<\/title>\n<meta name=\"description\" content=\"HEVC (H.265) won&#039;t play on Windows or many browsers. Here&#039;s how to convert HEVC to MP4 by re-encoding to H.264 for universal playback.\" \/>\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-hevc-to-mp4\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Convert HEVC to MP4 (and Why HEVC Won&#039;t Play)\" \/>\n<meta property=\"og:description\" content=\"HEVC (H.265) won&#039;t play on Windows or many browsers. Here&#039;s how to convert HEVC to MP4 by re-encoding to H.264 for universal playback.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/convert-hevc-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-09T13:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-229.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=\"9 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-hevc-to-mp4#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4\"},\"author\":{\"name\":\"James\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"headline\":\"Convert HEVC to MP4 (and Why HEVC Won&#8217;t Play)\",\"datePublished\":\"2026-07-09T13:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4\"},\"wordCount\":1809,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-229.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4\",\"name\":\"Convert HEVC to MP4 (and Why HEVC Won't Play)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-229.png\",\"datePublished\":\"2026-07-09T13:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"description\":\"HEVC (H.265) won't play on Windows or many browsers. Here's how to convert HEVC to MP4 by re-encoding to H.264 for universal playback.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-229.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-229.png\",\"width\":1600,\"height\":840,\"caption\":\"The xconvert HEVC to MP4 converter at \\\/convert-hevc-to-mp4 with the Upload button highlighted \u2014 add your H.265 video to re-encode it to a compatible H.264 MP4.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/convert-hevc-to-mp4#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Convert HEVC to MP4 (and Why HEVC Won&#8217;t Play)\"}]},{\"@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":"Convert HEVC to MP4 (and Why HEVC Won't Play)","description":"HEVC (H.265) won't play on Windows or many browsers. Here's how to convert HEVC to MP4 by re-encoding to H.264 for universal playback.","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-hevc-to-mp4","og_locale":"en_US","og_type":"article","og_title":"Convert HEVC to MP4 (and Why HEVC Won't Play)","og_description":"HEVC (H.265) won't play on Windows or many browsers. Here's how to convert HEVC to MP4 by re-encoding to H.264 for universal playback.","og_url":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-07-09T13:13:00+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-229.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":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4"},"author":{"name":"James","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"headline":"Convert HEVC to MP4 (and Why HEVC Won&#8217;t Play)","datePublished":"2026-07-09T13:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4"},"wordCount":1809,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-229.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4","url":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4","name":"Convert HEVC to MP4 (and Why HEVC Won't Play)","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-229.png","datePublished":"2026-07-09T13:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"description":"HEVC (H.265) won't play on Windows or many browsers. Here's how to convert HEVC to MP4 by re-encoding to H.264 for universal playback.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-229.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-229.png","width":1600,"height":840,"caption":"The xconvert HEVC to MP4 converter at \/convert-hevc-to-mp4 with the Upload button highlighted \u2014 add your H.265 video to re-encode it to a compatible H.264 MP4."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/convert-hevc-to-mp4#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"Convert HEVC to MP4 (and Why HEVC Won&#8217;t Play)"}]},{"@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\/937","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=937"}],"version-history":[{"count":1,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/937\/revisions"}],"predecessor-version":[{"id":938,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/937\/revisions\/938"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1368"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}