-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: PeakBitrate param not working propper #498
Comments
How did you conclude that the parameter is not working? Rate control mode is CBR so you may not see this by individual frame sizes. |
when i set PeakB, it overrides Target, therefore the bitrate with CBR, for example, will always be equal and constant to the value set with PeakB.. |
OK, will check |
Ok, many thanks! |
Try setting b frames to 0 and see if the issue continues to happen. I've noticed b frames cause this to happen on my end. You might also set preset to balanced as balanced is much lower load on the encoder (less than half the load of quality) and I at least couldn't tell the difference |
Yeah, tried it with bfs disabled, same behavior... Peak=Target |
Describe the bug
By setting PeakBitrate to a certain value in OBS it will behave as being the TargetBitrate, TargetBirate doesn't seem to be working
To Reproduce
Steps to reproduce the behavior:
Setup (please complete the following information):
OS: Windows 11
Driver Version 24.8.1
GPU RX 6650 XT
Encoder issue
Expected behavior
PeakBitrate not behaving as bein the Target
The text was updated successfully, but these errors were encountered: