What is Bitrate?

Bitrate measures how much data per second is used in an audio or video file. Clear explanation of Bitrate with examples, how it works, and why it matters for.

Free online file converter tool. Works in Chrome Firefox Safari Edge Opera and other modern browsers on Windows macOS Linux Android and iOS. No software installation or sign-up required. All conversions run directly in your browser, so your files never leave your device. Free to use with no account needed.

What is Bitrate?

Bitrate measures how much data per second is used in an audio or video file

Last updated:

Bitrate: Simple Definition

Bitrate is the amount of data used to represent one second of audio or video, measured in kilobits or megabits per second. It is the single biggest lever over both file size and quality: more bits per second means more detail preserved and a proportionally larger file.

Because the figure counts bits rather than bytes, the arithmetic surprises people. A 1 Mbps stream transfers roughly 125 kilobytes each second, since there are eight bits to a byte. For a stored file, dividing the size in bits by the duration in seconds gives the average bitrate.

A single number hides a great deal. Two files at the same bitrate can differ in sample rate, channel count, and codec, and any of those changes what the number buys. A 128 kbps stereo file and a 128 kbps mono file are spending their budget very differently.

How Bitrate Is Measured

Bitrate expresses how many bits represent one second of media; for a stored file it can be estimated by dividing the file size in bits by its duration in seconds.[1] The figures are quoted in kbps or Mbps, and because they count bits rather than bytes, a 1 Mbps stream transfers roughly 125 kilobytes each second.[1] Bitrate is the single biggest lever over both the file size and the quality of audio and video: more bits per second means more detail preserved and a larger file.

Constant versus Variable Bitrate

Encoders can hold the bitrate steady (CBR) or let it rise and fall with scene complexity (VBR). Variable bitrate spends more data on detailed or fast-moving passages and less on simple ones, generally yielding better quality per byte, while constant bitrate offers predictable bandwidth useful for live streaming.[1] For most stored files VBR is the better choice because it puts the bits where they matter; CBR is preferred when a steady, predictable data rate is needed, such as broadcasting or real-time streaming.

Bitrate, Resolution and Quality

Bitrate is not quality by itself; the same bitrate looks sharp at low resolution but blocky at 4K, because the available bits are spread across many more pixels.[2] Efficient codecs deliver comparable quality at lower bitrates, which is why recommended bitrate ranges are always tied to a specific codec and resolution.[2] This is why a streaming service can deliver good-looking 1080p at a modest bitrate using a modern codec, while the same bitrate with an old codec would look noticeably worse.

Choosing a Bitrate in Practice

Picking a bitrate means balancing quality against file size and bandwidth. Too low and the result shows compression artifacts, blockiness in video, a hollow thinness in audio; too high and you waste storage and bandwidth on detail no one perceives. As rough guidance, music sounds transparent to most listeners around 256 kbps AAC, and 1080p video looks good in the rough range of 5 to 10 Mbps with H.264, less with HEVC or AV1. The right number always depends on the codec, the resolution, and how the content will be viewed.

How Bitrate Affects Quality

Encoders can hold the rate steady or let it move. Constant bitrate spends the same data on every second regardless of content, which is predictable and wasteful, since silence costs as much as an orchestra. Variable bitrate spends more on complex passages and less on simple ones, giving better quality for the same average.

The right number depends on the codec, not just the content. A modern codec at 128 kbps can beat an older one at 192 kbps, because efficiency differs. This is why comparing bitrates across formats is misleading: AAC, Opus, and MP3 at identical bitrates do not sound identical, and Opus generally wins.

Above a certain point extra bitrate stops being audible. For most listeners and most material, well-encoded audio beyond roughly 256 kbps in a modern codec is transparent: doubling the number doubles the file and changes nothing anyone can hear. The gains are real at low bitrates and vanish at high ones.

Examples of Bitrate

128kbps MP3

Standard audio streaming quality. Good for casual listening on earbuds. File: ~1MB per minute.

320kbps MP3

High quality audio. Near-identical to CD quality for most listeners. File: ~2.5MB per minute.

4Mbps video

Good quality for 720p video streaming. Used by Netflix for SD streams.

8Mbps video

Good quality for 1080p video. YouTube recommends 8Mbps for 1080p60 uploads.

Work With Your Files

Now that you understand the concept, use our free tools to convert, compress, and optimize your files.

Try Audio Converter Free

References

  1. Bit rate - Wikipedia
  2. Web video codec guide - MDN Web Docs