0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

obs-ffmpeg: Use CQP in jim-nvenc properties text

This commit is contained in:
VodBox 2019-02-10 13:23:05 +13:00
parent 476716798b
commit 81dc78f50f

View File

@ -446,7 +446,7 @@ obs_properties_t *nvenc_properties(void *unused)
obs_module_text("RateControl"),
OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_STRING);
obs_property_list_add_string(p, "CBR", "CBR");
obs_property_list_add_string(p, "CQ", "CQP");
obs_property_list_add_string(p, "CQP", "CQP");
obs_property_list_add_string(p, "VBR", "VBR");
obs_property_list_add_string(p, obs_module_text("Lossless"),
"lossless");