용량 = bps * 시간
주의 할점은 bps는 SI단위로 아래처럼 1kbit/s는 1024bps가 아니라는 것이다.
1,000 bit/s | rate = 1 kbit/s (one kilobit or one thousand bits per second) |
1,000,000 bit/s | rate = 1 Mbit/s (one megabit or one million bits per second) |
1,000,000,000 bit/s | rate = 1 Gbit/s (one gigabit or one billion bits per second) |
예를들어 비트레이트가 100kbit/s인 동영상의 길이가 1시간이라면 용량은 아래와 같다.
100,000(100kbit/s) * 3600(1시간) = 360,000,000 bit
byte단위로 고치면 1byte는 8bit이므로 아래처럼 된다.
360,000,000 / 8 = 45000000 B/s (42.9 MiB/s)
참고: 10진수 단위인 kbit/s와 바이너리 단위인 Kibit/s는 아래 처럼 다르다.
Bit rates | |||
---|---|---|---|
Name | Symbol | Multiple | |
bit per second | bit/s | 1 | 1 |
Decimal prefixes (SI) | |||
kilobit per second | kbit/s | 103 | 10001 |
megabit per second | Mbit/s | 106 | 10002 |
gigabit per second | Gbit/s | 109 | 10003 |
terabit per second | Tbit/s | 1012 | 10004 |
Binary prefixes (IEC 80000-13) | |||
kibibit per second | Kibit/s | 210 | 10241 |
mebibit per second | Mibit/s | 220 | 10242 |
gibibit per second | Gibit/s | 230 | 10243 |
tebibit per second |