Przeglądaj źródła

obs-ffmpeg: Allow 0-51 for CQP property

0-51 makes it consistent with other encoder implementations (At least
for AVC/HEVC)
Roman Huts 3 lat temu
rodzic
commit
535ced04d5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      plugins/obs-ffmpeg/texture-amf.cpp

+ 1 - 1
plugins/obs-ffmpeg/texture-amf.cpp

@@ -968,7 +968,7 @@ static obs_properties_t *amf_properties_internal(amf_codec_type codec)
 	obs_property_int_set_suffix(p, " Kbps");
 
 	obs_properties_add_int(props, "cqp", obs_module_text("NVENC.CQLevel"),
-			       1, 30, 1);
+			       0, 51, 1);
 
 	p = obs_properties_add_int(props, "keyint_sec",
 				   obs_module_text("KeyframeIntervalSec"), 0,