Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Calculating bitrate & space requirements (Read 2254 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Calculating bitrate & space requirements

Please help me verify that I'm doing this math correctly.  I'm trying to figure out how many minutes of MP3 at 56 kbps will fit into 32 MB.  What is the correct formula for this?

I'm getting ~78 minutes.  Though knowing that I'm using the correct formula also would be helpful for future use.

Thanks!
"The way we see our world is better than yours."

Calculating bitrate & space requirements

Reply #1
Quote
Please help me verify that I'm doing this math correctly.  I'm trying to figure out how many minutes of MP3 at 56 kbps will fit into 32 MB.  What is the correct formula for this?

I'm getting ~78 minutes.  Though knowing that I'm using the correct formula also would be helpful for future use.



assuming that the mp3-frames are exactly 56000 Bits/s
and the free space is exactly 32mb which is 32*2^20*8 Bits
you get  (268435456 / 56000 / 60 ~ 79min)

Calculating bitrate & space requirements

Reply #2
56kbps stream consumes 0.42MB per minute. Formula is following.

56/8*60/1000=0.42MB/min
32MB/0.42=76.1904...min

 

Calculating bitrate & space requirements

Reply #4
kids always need calculators