plugins: Set missed default bitrates to 6000 kbps #12701
+8
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
#9442 efca325 already increased the default bitrate for various encoders. However, some were missed and this PR fills the gap:
Note I wasn't sure about the Texture AMF one because there's 4 occurrences (2 for AVC, 2 for HEVC). But I think one each is for new setups and one for migrating existing setups?
There's also one more in
nvenc-compat, but the comment made me think this is not used for new setups anymore and just used for legacy configs that were never upgraded? Let me know if it should still be adjusted.obs-studio/plugins/obs-nvenc/nvenc-compat.c
Lines 103 to 106 in 0b12296
Motivation and Context
Noticed in unrelated testing that VAAPI was still defaulting to 2500, fixed it and found other occurrences of the same.
How Has This Been Tested?
Checked VAAPI and OpenH264, both defaulted to 6000.
Can't test Mac-VT and Tex-AMF.
Types of changes
Checklist: