mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-04 09:07:26 +00:00
encoder/aom-av1: Bitrate Overshoot only goes to 100%
This commit is contained in:
parent
37abedceb8
commit
1df8eb4a89
1 changed files with 1 additions and 1 deletions
|
@ -1518,7 +1518,7 @@ obs_properties_t* aom_av1_factory::get_properties2(instance_t* data)
|
||||||
100, 1);
|
100, 1);
|
||||||
auto p2 = obs_properties_add_int_slider(grp2, ST_KEY_RATECONTROL_LIMITS_BITRATE_OVERSHOOT,
|
auto p2 = obs_properties_add_int_slider(grp2, ST_KEY_RATECONTROL_LIMITS_BITRATE_OVERSHOOT,
|
||||||
D_TRANSLATE(ST_I18N_RATECONTROL_LIMITS_BITRATE_OVERSHOOT), -1,
|
D_TRANSLATE(ST_I18N_RATECONTROL_LIMITS_BITRATE_OVERSHOOT), -1,
|
||||||
1000, 1);
|
100, 1);
|
||||||
obs_property_float_set_suffix(p1, " %");
|
obs_property_float_set_suffix(p1, " %");
|
||||||
obs_property_float_set_suffix(p2, " %");
|
obs_property_float_set_suffix(p2, " %");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue