{"id":1081,"date":"2026-08-02T09:13:00","date_gmt":"2026-08-02T13:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=1081"},"modified":"2026-06-27T02:18:52","modified_gmt":"2026-06-27T06:18:52","slug":"why-is-my-mp4-file-so-big","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big","title":{"rendered":"Why Is My MP4 File So Big? (And How to Fix It)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">A two-minute clip from your phone lands in your inbox as a bounce: \u201cattachment too large.\u201d The same two minutes from a friend\u2019s older phone was a quarter the size. Both are <code>.mp4<\/code> files, both look fine \u2014 so why is yours so big? The MP4 part isn\u2019t the problem. MP4 is just a container; what fills it is video data, and a handful of recording settings decide how much of it there is. This guide explains exactly what makes an MP4 heavy \u2014 <strong>bitrate first, then resolution, frame rate, length, and codec<\/strong> \u2014 with the numbers checked against YouTube\u2019s and the camera makers\u2019 own figures, then shows the levers that actually shrink it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> An MP4 is big because of its <strong>bitrate<\/strong> \u2014 the data spent per second of video \u2014 and bitrate is driven by <strong>resolution<\/strong> (4K has 4\u00d7 the pixels of 1080p), <strong>frame rate<\/strong> (60 fps stores twice the frames of 30 fps), <strong>length<\/strong>, and <strong>codec efficiency<\/strong> (old H.264 needs roughly twice the data of H.265\/HEVC or AV1 for the same look). Phones and screen recorders default to high bitrates, so files balloon fast: 4K\/60 video runs around <strong>400 MB per minute<\/strong>. To shrink one: <strong>lower the bitrate \/ target a file size<\/strong>, drop <strong>4K to 1080p<\/strong>, drop <strong>60 fps to 30<\/strong>, trim the length, or <strong>re-encode to H.265\/AV1<\/strong>.<\/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=\"#bitrate\">It\u2019s the bitrate, not the \u201cMP4\u201d<\/a><\/li><li><a href=\"#resolution\">Resolution: 4K is four times the pixels<\/a><\/li><li><a href=\"#framerate\">Frame rate and length: the multipliers<\/a><\/li><li><a href=\"#codec\">Codec efficiency: H.264 vs H.265 vs AV1<\/a><\/li><li><a href=\"#defaults\">Why phone and screen-recording files are so big by default<\/a><\/li><li><a href=\"#tool\">How to shrink an MP4 on xconvert<\/a><\/li><li><a href=\"#faq\">FAQ<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"bitrate\">It\u2019s the bitrate, not the \u201cMP4\u201d<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">First, clear up the most common misconception: <strong>MP4 is a container, not a compression level.<\/strong> An <code>.mp4<\/code> file is a wrapper that holds a video stream, an audio stream, and metadata. The same MP4 box can hold a tiny, heavily-compressed clip or a massive near-lossless master. So \u201cit\u2019s an MP4\u201d tells you nothing about its size \u2014 what matters is what\u2019s inside.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The single number that decides file size is <strong>bitrate<\/strong>: how many bits of data the video spends on each second of footage, usually quoted in megabits per second (Mbps). The relationship is almost arithmetic:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>file size \u2248 bitrate \u00d7 duration<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A clip encoded at 40 Mbps for 60 seconds is about 40 \u00d7 60 = 2,400 megabits \u2248 <strong>300 MB<\/strong> (divide megabits by 8 to get megabytes). Double the bitrate and you double the file. Everything else in this article \u2014 resolution, frame rate, codec \u2014 matters <em>because of how it changes the bitrate you need<\/em>. Bitrate is the dominant factor; the rest are the inputs that drive it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That\u2019s also why a longer video isn\u2019t \u201cmore compressed\u201d \u2014 at a fixed bitrate, size grows linearly with length. A 10-minute 4K clip is genuinely ten times a 1-minute one.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"resolution\">Resolution: 4K is four times the pixels<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Resolution is the count of pixels in each frame, and it scales with <strong>width \u00d7 height<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Resolution<\/th><th>Pixels per frame<\/th><th>Relative to 1080p<\/th><\/tr><\/thead><tbody><tr><td>720p (1280\u00d7720)<\/td><td>~0.92 million<\/td><td>~0.44\u00d7<\/td><\/tr><tr><td>1080p (1920\u00d71080)<\/td><td>~2.07 million<\/td><td>1\u00d7<\/td><\/tr><tr><td>1440p \/ 2K (2560\u00d71440)<\/td><td>~3.69 million<\/td><td>~1.78\u00d7<\/td><\/tr><tr><td>2160p \/ 4K (3840\u00d72160)<\/td><td>~8.29 million<\/td><td><strong>~4\u00d7<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Going from 1080p to 4K <strong>quadruples the pixels<\/strong> in every single frame. More pixels means more detail to encode, so to keep the same visual quality you need a much higher bitrate \u2014 and a bigger file. YouTube\u2019s own recommended upload bitrates make the jump concrete: <strong>8 Mbps for 1080p at 30 fps versus 35\u201345 Mbps for 4K at 30 fps<\/strong> \u2014 roughly 4\u20135\u00d7 more data for the same length of footage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The practical takeaway: if your video will only ever be watched on a phone screen or embedded small on a web page, <strong>4K is wasted bits<\/strong>. Downscaling to 1080p (or 720p for messaging) is usually the single biggest size win available, because it attacks the pixel count directly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"framerate\">Frame rate and length: the multipliers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Frame rate<\/strong> is how many still images play per second (fps). A 60 fps clip stores twice as many frames as a 30 fps clip of the same length \u2014 so, all else equal, it needs a higher bitrate to look as clean. YouTube again shows the relationship: it recommends <strong>8 Mbps for 1080p\/30 but 12 Mbps for 1080p\/60<\/strong>, and <strong>35\u201345 Mbps for 4K\/30 versus 53\u201368 Mbps for 4K\/60<\/strong>. Going from 30 to 60 fps doesn\u2019t quite double the bitrate (consecutive frames are similar, so the codec saves on the in-between motion), but it\u2019s a clear step up.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unless you\u2019re capturing fast action or slow-motion, <strong>30 fps is plenty<\/strong> for talking-head clips, screen recordings, and most social video. Dropping 60 fps to 30 fps shaves a meaningful slice off the file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Length<\/strong> is the simplest multiplier of all: at a fixed bitrate, file size is directly proportional to duration. There\u2019s no compression magic that makes the tenth minute smaller than the first. Trimming dead air at the start and end of a clip is a free, lossless size reduction \u2014 you\u2019re literally removing seconds of data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"codec\">Codec efficiency: H.264 vs H.265 vs AV1<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong>codec<\/strong> is the algorithm that compresses the video stream inside the MP4. Two clips that look identical can differ enormously in size purely because of which codec encoded them, and how efficiently it was tuned.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>H.264 (AVC)<\/strong> \u2014 the universal default. It plays on essentially every device and browser, which is exactly why exports, web embeds, and \u201cshare with anyone\u201d workflows pick it. The cost is efficiency: it needs the most data of the three for a given quality.<\/li><li><strong>H.265 (HEVC)<\/strong> \u2014 designed to deliver <strong>about 50% bit-rate reduction at the same subjective quality<\/strong> versus H.264, per Fraunhofer HHI, one of the institutes behind the standard. In practice the saving is content-dependent (commonly 25\u201350%), but the direction is consistent: HEVC files are smaller. It\u2019s the default on modern iPhones for a reason.<\/li><li><strong>AV1<\/strong> \u2014 newer and more efficient still, smaller than H.265 at equal quality and royalty-free, at the cost of slower encoding and narrower hardware support.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">So if your MP4 is an old H.264 export, <strong>re-encoding to H.265 or AV1 can roughly halve it<\/strong> with no visible quality loss. The catch is playback: H.265 and AV1 don\u2019t play everywhere \u2014 see our <a href=\"https:\/\/www.xconvert.com\/blog\/h264-vs-h265-which-to-use\/\">H.264 vs H.265: which to use<\/a> guide for the compatibility trade-offs before you commit. The rule of thumb: <em>ship H.264, store H.265.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"defaults\">Why phone and screen-recording files are so big by default<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your recordings are big because the defaults are tuned for <strong>quality and editing headroom, not for sharing.<\/strong> A few real numbers:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>iPhone, High Efficiency (HEVC):<\/strong> roughly <strong>170 MB per minute at 4K\/30<\/strong> and around <strong>400 MB per minute at 4K\/60<\/strong> \u2014 community-tested figures consistent across iPhone models. Apple\u2019s own settings note plainly that \u201cfaster frame rates and higher resolutions result in larger video files.\u201d Switch the camera to the <strong>Most Compatible<\/strong> (H.264) format and those numbers roughly <em>double<\/em>, because H.264 is the less efficient codec.<\/li><li><strong>1080p on a phone<\/strong> is far lighter \u2014 on the order of 60\u201390 MB per minute in HEVC \u2014 which is why dropping 4K to 1080p is so effective.<\/li><li><strong>Screen recorders<\/strong> (the built-in iOS\/macOS\/Windows recorders, plus OBS and similar) often capture at your full display resolution and a high, near-constant bitrate so the footage is clean enough to edit. A long 4K screen recording can be enormous even though the content \u2014 mostly static UI \u2014 would compress to a fraction of that size once re-encoded.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">None of this is a defect; the device is preserving quality for you. It just means the file you <em>record<\/em> is rarely the file you should <em>send<\/em>. A quick re-encode that targets a smaller size, lower resolution, or more efficient codec closes the gap. For the quality-preserving approach specifically, see <a href=\"https:\/\/www.xconvert.com\/blog\/reduce-mp4-file-size-without-losing-quality\/\">reduce MP4 file size without losing quality<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">How to shrink an MP4 on xconvert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/www.xconvert.com\/compress-mp4\">xconvert MP4 compressor<\/a> lets you pull every one of these levers in one place:<\/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-68.png\" alt=\"Set the video codec to H.265\/HEVC \u2014 about half the size at the same quality\" class=\"wp-image-1350\" srcset=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-68.png 1600w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-68-300x234.png 300w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-68-1024x800.png 1024w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-68-768x600.png 768w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-68-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\/compress-mp4\">xconvert.com\/compress-mp4<\/a> and click <strong>Upload<\/strong> to add your video (from your computer, Google Drive, or Dropbox).<\/li><li>Open <strong>Advanced Options<\/strong> (the gear icon) to reveal the controls.<\/li><li><strong>Pick how to control size.<\/strong> Use <strong>Target file size (%)<\/strong> (marked \u201cBest\u201d) to shrink by a proportion, <strong>Specific file size<\/strong> to hit an exact MB cap, or <strong>Constant Quality<\/strong> \/ <strong>Constant Bitrate<\/strong> \/ <strong>Variable Bitrate<\/strong> for finer control. This is the bitrate lever \u2014 the biggest one.<\/li><li><strong>Drop the resolution<\/strong> if you\u2019re going from 4K \u2014 1080p or 720p slashes the pixel count (use <strong>Auto Scale<\/strong> to let it scale sensibly).<\/li><li><strong>Re-encode to a more efficient codec<\/strong> \u2014 choose <strong>H.265\/HEVC<\/strong> or <strong>AV1<\/strong> instead of H.264 for roughly 25\u201350% smaller output at the same quality (mind the playback support).<\/li><li>Use <strong>Trim \u2192 Time Range<\/strong> to cut dead footage, then click <strong>Compress<\/strong> and download.<\/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 automatically deleted a few hours later. Nothing stays around.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For related workflows: <a href=\"https:\/\/www.xconvert.com\/blog\/reduce-mp4-file-size-without-losing-quality\/\">reduce MP4 file size without losing quality<\/a> (the quality-first method) and <a href=\"https:\/\/www.xconvert.com\/blog\/h264-vs-h265-which-to-use\/\">H.264 vs H.265: which to use<\/a> (picking the right codec).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">Why is my MP4 so big when it\u2019s only a short video?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Because <strong>bitrate, not length, dominates<\/strong>. A short 4K\/60 clip recorded at a high bitrate can easily out-weigh a longer 1080p\/30 clip. iPhone 4K\/60 footage runs around <strong>400 MB per minute<\/strong>, so even a 30-second clip is ~200 MB. Lower the resolution, frame rate, or bitrate and the short clip shrinks dramatically.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does the MP4 format itself make files big?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">No. <strong>MP4 is just a container<\/strong> \u2014 a wrapper around the video and audio streams. The same <code>.mp4<\/code> can be tiny or huge depending on the bitrate, resolution, frame rate, length, and codec inside it. Two files with the same <code>.mp4<\/code> extension can differ in size by 10\u00d7 or more.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Will changing the resolution make my MP4 smaller?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, significantly. Resolution scales with the pixel count, and <strong>4K has about four times the pixels of 1080p<\/strong>. Downscaling 4K to 1080p \u2014 or to 720p for messaging apps \u2014 is usually the single biggest size reduction available, because it cuts the data needed in every frame.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does converting to H.265 or AV1 reduce file size?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. <strong>H.265 (HEVC) targets about 50% smaller files than H.264 at the same quality<\/strong>, and AV1 is smaller still. Re-encoding an old H.264 MP4 to H.265 can roughly halve it with no visible quality loss. The trade-off is playback compatibility \u2014 H.265 and AV1 don\u2019t play everywhere, so check our <a href=\"https:\/\/www.xconvert.com\/blog\/h264-vs-h265-which-to-use\/\">H.264 vs H.265 guide<\/a> first.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Why are videos from my phone so big?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Phone cameras default to high-quality settings \u2014 often <strong>4K at 30 or 60 fps<\/strong> with a generous bitrate \u2014 to preserve detail and editing headroom. On iPhone, that\u2019s roughly 170 MB\/min at 4K\/30 and ~400 MB\/min at 4K\/60 in the High Efficiency (HEVC) format; the Most Compatible (H.264) setting roughly doubles those. The file you record is rarely the one you should send \u2014 re-encode it smaller before sharing.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">How do I make my MP4 small enough to email or upload?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Target an exact size. In the <a href=\"https:\/\/www.xconvert.com\/compress-mp4\">xconvert MP4 compressor<\/a>, use <strong>Specific file size<\/strong> to set an MB cap (e.g. 20 MB for an email attachment), optionally drop the resolution to 1080p and the frame rate to 30 fps, then compress. See <a href=\"https:\/\/www.xconvert.com\/blog\/how-to-compress-a-video-for-email\/\">how to compress a video for email<\/a> for a step-by-step.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does a higher frame rate make the file bigger?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, but not as much as resolution. <strong>60 fps stores twice the frames of 30 fps<\/strong>, so it needs a higher bitrate \u2014 YouTube recommends 12 Mbps for 1080p\/60 versus 8 Mbps for 1080p\/30. Unless you\u2019re shooting fast action or slow-motion, 30 fps is usually plenty and noticeably lighter.<\/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.google.com\/youtube\/answer\/1722171?hl=en\">YouTube \u2014 Recommended upload encoding settings<\/a> \u2014 official SDR bitrate table: 1080p 8 Mbps (30 fps) \/ 12 Mbps (60 fps); 4K 35\u201345 Mbps (30 fps) \/ 53\u201368 Mbps (60 fps); container MP4, codec H.264.<\/li><li><a href=\"https:\/\/www.hhi.fraunhofer.de\/en\/departments\/vca\/technologies-and-solutions\/h265-hevc.html\">Fraunhofer HHI \u2014 H.265 \/ HEVC<\/a> \u2014 \u201cHEVC achieves about 50% bit-rate reduction at the same subjective video quality\u201d vs H.264.<\/li><li><a href=\"https:\/\/support.apple.com\/guide\/iphone\/change-video-recording-settings-iphc1827d32f\/ios\">Apple \u2014 Change video recording settings on iPhone<\/a> \u2014 confirms higher resolution and frame rate produce larger files; High Efficiency (HEVC) vs Most Compatible (H.264) format options.<\/li><li><a href=\"https:\/\/support.apple.com\/en-us\/116944\">Apple \u2014 Using HEIF or HEVC media on Apple devices<\/a> \u2014 High Efficiency records HEVC, Most Compatible records H.264; HEVC saves space.<\/li><li><a href=\"https:\/\/imagekit.io\/blog\/video-bitrate\/\">ImageKit \u2014 Understanding video bitrate<\/a> \u2014 bitrate drives file size; resolution and frame rate raise the bitrate needed (4K needs &gt;4\u00d7 the bitrate of 1080p; 60 fps a steeper requirement than 24 fps).<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Why your MP4 is so big: bitrate, 4K resolution, 60 fps, length, and old H.264. The real size drivers explained \u2014 plus how to shrink an MP4 fast.<\/p>\n","protected":false},"author":3,"featured_media":1352,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-1081","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>Why Is My MP4 File So Big? (And How to Fix It)<\/title>\n<meta name=\"description\" content=\"Why your MP4 is so big: bitrate, 4K resolution, 60 fps, length, and old H.264. The real size drivers explained \u2014 plus how to shrink an MP4 fast.\" \/>\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\/why-is-my-mp4-file-so-big\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Is My MP4 File So Big? (And How to Fix It)\" \/>\n<meta property=\"og:description\" content=\"Why your MP4 is so big: bitrate, 4K resolution, 60 fps, length, and old H.264. The real size drivers explained \u2014 plus how to shrink an MP4 fast.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big\" \/>\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-08-02T13:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-223.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=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big\"},\"author\":{\"name\":\"James\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"headline\":\"Why Is My MP4 File So Big? (And How to Fix It)\",\"datePublished\":\"2026-08-02T13:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big\"},\"wordCount\":2003,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-223.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big\",\"name\":\"Why Is My MP4 File So Big? (And How to Fix It)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-223.png\",\"datePublished\":\"2026-08-02T13:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"description\":\"Why your MP4 is so big: bitrate, 4K resolution, 60 fps, length, and old H.264. The real size drivers explained \u2014 plus how to shrink an MP4 fast.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-223.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-223.png\",\"width\":1600,\"height\":840,\"caption\":\"The xconvert MP4 compressor at \\\/compress-mp4 with the Upload button highlighted \u2014 add a video, then set a target size or codec to shrink it.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/why-is-my-mp4-file-so-big#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why Is My MP4 File So Big? (And How to Fix It)\"}]},{\"@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":"Why Is My MP4 File So Big? (And How to Fix It)","description":"Why your MP4 is so big: bitrate, 4K resolution, 60 fps, length, and old H.264. The real size drivers explained \u2014 plus how to shrink an MP4 fast.","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\/why-is-my-mp4-file-so-big","og_locale":"en_US","og_type":"article","og_title":"Why Is My MP4 File So Big? (And How to Fix It)","og_description":"Why your MP4 is so big: bitrate, 4K resolution, 60 fps, length, and old H.264. The real size drivers explained \u2014 plus how to shrink an MP4 fast.","og_url":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-08-02T13:13:00+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-223.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":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big"},"author":{"name":"James","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"headline":"Why Is My MP4 File So Big? (And How to Fix It)","datePublished":"2026-08-02T13:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big"},"wordCount":2003,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-223.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big","url":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big","name":"Why Is My MP4 File So Big? (And How to Fix It)","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-223.png","datePublished":"2026-08-02T13:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"description":"Why your MP4 is so big: bitrate, 4K resolution, 60 fps, length, and old H.264. The real size drivers explained \u2014 plus how to shrink an MP4 fast.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-223.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-223.png","width":1600,"height":840,"caption":"The xconvert MP4 compressor at \/compress-mp4 with the Upload button highlighted \u2014 add a video, then set a target size or codec to shrink it."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"Why Is My MP4 File So Big? (And How to Fix It)"}]},{"@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\/1081","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=1081"}],"version-history":[{"count":2,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1081\/revisions"}],"predecessor-version":[{"id":1351,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1081\/revisions\/1351"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1352"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=1081"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=1081"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=1081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}