Question details

asked in:
375
alfrex
alfrex (Rank: Master)

What exactly can the bitrate of my mp3's [or video files] tell me?

supporters so far (last 10):

[Close window]
0

helpful

credits: 50
Asked in Bitrate asked on: 08/28/2006 02:00pm
closed on: 09/04/2006 02:00pm

1 Answer

6672
t0m101

t0m101

Rank: Novice (33) | Bitrate (20)

24 minutes after the question was opened (08/28/2006 02:23pm)

1

The bitrate is a measurement of the number of bits per time unit. This is usually in bits/second for MP3s/Video.

The greater the number of bits of data for a given second, the higher quality the MP3/video will be.

1 bit can have the value 0 or 1. Thus an MP3 with bitrate 1 bit/second could have sound on for 1 second, then sound off for another second. Most music is much more complex than on or off.

Increasing the number of bits used to encode the information allows many values to be stored, with greater resolution. For example 2 bits would allow 4 distinct values, 3 bits 8 distinct values - and so on. MP3's tend to be encoded at 128 or 192 Kilo bits per second (128 * 1024), whilst video tends to be in the range of Mega bits per second.

Understanding what the bitrate of an MP3 is, and the size of the MP3 file could tell you how long the song is.

File size = (bits/second * length of song(in seconds))/8 (for bytes)

Thus: length of song = (file size * 8) / bits/second

eg.
File = 3Mega Bytes (3 * 1024 * 1024)
Bitrate = 128 Kilo bits / second

Length in seconds = (3145728) / (128 * 1024)
= 192 seconds (just over 3 minutes).


Hope this helps

Rating:

helpful

Rated as good answer by:

supporters so far (last 10):

[Close window]
0

Rate as good answer

Number of comments:

0

Add your opinion

This question has already been closed. You can write a different opinion to an answer or a comment to this thread.

  • Comments