Possible to lock OBS to a set bitrate?

  • Thread starter Deleted member 246571
  • Start date
D

Deleted member 246571

Is there any way to lock OBS to a set bitrate unconditionally. Not CBR, but a straight, flat line that doesn't fluctuate even if the video needs more data.
 

Tomasz Góral

Active Member
CBR - Constant BitRate
You need maximum impassable value?
- first set value to memory alignment size (e.g. 4 bytes is 64 bits, 128, 1024 or 2048), in x86 memory must by aligned to 16 bytes.
- video data change in time is not possible to get always the same size after encoding, set always maximum value e.g. 5120Kb
 
Top