Videos · Glossary
What is video bitrate?
Video bitrate is the amount of data used to store each second of video, usually measured in megabits per second, or Mbps. A higher bitrate keeps more detail and fewer compression artefacts but makes a bigger file. The right amount depends on resolution, frame rate, how much moves in the picture and the codec.
Two files at the same resolution can look completely different because one was given three times as much data. Bitrate decides whether gradients stay smooth or break into bands, and many poor looking uploads trace back to it.
Nuwan Madhusanka · Co-founder
5 min read · Published
| Resolution | YouTube, 24 to 30 fps | YouTube, 48 to 60 fps | Vimeo |
|---|---|---|---|
| 1080p | 8 Mbps | 12 Mbps | 10 to 20 Mbps |
| 1440p | 16 Mbps | 24 Mbps | 20 to 30 Mbps, listed as 2K |
| 2160p (4K) | 35 to 45 Mbps | 53 to 68 Mbps | 30 to 60 Mbps |
| Audio | 128 kbps mono, 384 kbps stereo | Same as standard frame rates | 320 kbps AAC-LC at 48 kHz |
Data spent on every second
Every second of video is stored as a stream of bits, and the bitrate is the size of that stream. At 8 Mbps a second of video takes 8 megabits, or 1 megabyte, so a minute takes about 60 megabytes before audio. Resolution sets how many pixels there are to describe, the frame rate sets how many times per second they are described, and the bitrate sets how much data the encoder may spend doing it. Squeeze a large frame into too little data and the encoder has to discard detail. That shows up as blocky shadows, banding in skies and smooth gradients, smeared edges whenever something moves quickly, and fine text that turns fuzzy even though the resolution is technically high.
Constant, variable and constant quality
Encoders spend data in three broad ways. Constant bitrate spends the same amount every second, which suits live streaming because the network knows what is coming, but it wastes data on still scenes and starves busy ones. Variable bitrate spends more on busy scenes and less on quiet ones around a target, which is how Vimeo's upload guidance is expressed. Constant quality, such as the CRF mode of the widely used x264 encoder for H.264, sets a quality level and lets the bitrate follow the content. The FFmpeg documentation describes that scale as running from 0 to 51, where lower numbers mean higher quality and 23 is the default. A still title card then costs very little and a fast camera move costs a lot, while the look holds steady across both.
When bitrate matters most
It matters most for the file you upload, because platforms re-encode everything they receive and detail lost before upload cannot be restored in their encode. That is why YouTube recommends 8 Mbps for a 1080p upload at standard frame rates and 35 to 45 Mbps for 4K. It matters for content that is hard to compress: confetti, water, foliage, film grain, fast pans and full screen gradients all need far more data than a presenter against a plain wall. It matters for tutorials, where small interface text blurs at a low bitrate. And for video you host on your own website, the balance shifts the other way, toward smaller files that start playing quickly on a mobile connection.
Common mistakes
Judging quality by resolution alone is the first; a 4K file at a starved bitrate looks worse than 1080p at a healthy one. The second is exporting at a low bitrate to make uploading faster, then blaming the platform's compression for damage that was already in the file. The third is the opposite, pushing a file for a website to a very high bitrate, where it buffers on mobile data for no visible gain. The fourth is re-exporting an export. Each lossy encode throws more detail away, so every new version should be made from the original project or source files, never from a previous export that has already been compressed once. The fifth is copying one platform's recommended figure for every destination. YouTube and Vimeo publish different numbers for the same resolution, so check the guidance for the place the file is actually going.
Where it shows up in the product
The video builder here has no bitrate setting. Exports are H.264 MP4 files at 30 frames per second, encoded at a constant quality level rather than a fixed data rate, so a scene of mostly still text stays small while a scene full of movement gets the data it needs. The choice you do make is resolution: the canvas size of 1920 by 1080 or 1080 by 1920, or a 4K export on the Starter plan and above. Exporting the same unchanged video again reuses the MP4 already rendered, so there is no second encode to degrade it. If a platform's re-encode leaves one scene blocky, a calmer animated background on that scene, such as one from the Minimal or Gradient categories, usually survives better than a bigger export.
Questions people ask
Is a higher bitrate always better quality?
Only up to a point. Once the encoder has enough data to describe the picture cleanly, extra bitrate adds file size without visible improvement. Where that point sits depends on the content: a calm talking head reaches it early, while grain, water and fast motion keep improving at higher rates. The platform's own re-encode also limits what viewers finally receive.
What is the difference between Mbps and MB?
Mbps is megabits per second and MB is megabytes, and there are 8 bits in a byte. A bitrate of 16 Mbps therefore writes 2 megabytes each second, or about 120 megabytes a minute. Upload speeds are quoted in megabits too, which is why a 120 megabyte file takes roughly a minute on a 16 Mbps connection.
What bitrate should the audio be?
Audio is small next to video. YouTube recommends 128 kbps for mono, 384 kbps for stereo and 512 kbps for 5.1 surround, and Vimeo suggests AAC-LC at 320 kbps with a 48 kHz sample rate. Cutting the audio bitrate to save space barely changes the file size and is often audible, so it is rarely worth doing.
Why does my video look worse after uploading?
Every platform re-encodes uploads to its own settings, usually at a lower bitrate than your file. Quality lost in your export compounds with theirs, so upload the cleanest file you can within the platform's limits. Busy backgrounds, dark gradients and fine grain suffer most, and simplifying those areas often helps more than raising the upload bitrate further.
Can a higher bitrate fix a low resolution source?
No. Bitrate preserves detail that exists; it cannot create detail that was never captured. A small screenshot or a low resolution photo stretched to fill a 1080p frame stays soft at any bitrate. Replace the source with a larger original, or show it smaller in the frame, rather than spending more data on it.
Make one with videos
The button opens the generator with this use case already described. Change the wording to match your own.
Create a video with OneCraftRelated questions
- What is a video codec?What is a video codec? How H.264, H.265, VP9 and AV1 compress video, how a codec differs from a container such as MP4, and which codec to choose.
- 1080p vs 4K video: does the export size matter?1080p vs 4K video: pixel counts, upload bitrates and file sizes compared, when 4K detail is visible, and when a 1080p export is the smarter choice.
- What is frame rate?What is frame rate? What 24, 30 and 60 fps each look like, why the rate should stay constant from shoot to export, and which rate suits which video.
Step by step in the builder: Export one video for YouTube, Reels and TikTok.
Written and checked by the OneCraft team. Last checked .