Peter Bubestinger-Steindl
2022-04-26
CBR: Constant BitRate
Fixed value of data-per-time. Great to calculate/estimate size/bandwidth. Not optimized for saving space.
VBR: Variable BitRate Encoder increases/decreases bitrate, depending on complexity of AV content. Common to define min/max boundaries. Smaller files, but hard(er) to estimate size/bandwidth.
Often a tradeoff between:
|
Processing power (CPU/RAM) (format/algorithm complexity, smaller files) |
I/O bandwidth (disk/network) (data size) |
| Video | Audio | in Container | |
|---|---|---|---|
| Preservation: |
|
|
|
| Mezzanine: |
|
||
| Access: |
|
|
|

“It’s like ZIP for film!”
First pixels of RGB Lines/Frame (8bpc)
RGB RGB RGB RGB ... (4 pixel * 3 Byte) = 12 Bytes)
= 24 bit/px
Same with alpha (transparency) channel
RGBA RGBA RGBA RGBA ... (4 pixel * 4 Byte) = 16 Bytes)
= 32 bit/px
| Video: |
|
|---|---|
| Film: |
|