We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc0e967 + 0ab2b90 commit 3ec68b1Copy full SHA for 3ec68b1
1 file changed
lib/encoders/vaapi.py
@@ -186,7 +186,7 @@ def args(self, stream_id):
186
if self.settings.get_setting('vaapi_encoder_ratecontrol_method') in ['CQP', 'ICQ']:
187
if self.settings.get_setting('vaapi_encoder_ratecontrol_method') in ['CQP']:
188
stream_encoding += [
189
- '-q', str(self.settings.get_setting('vaapi_constant_quantizer_scale')),
+ '-global_quality', str(self.settings.get_setting('vaapi_constant_quantizer_scale')),
190
]
191
elif self.settings.get_setting('vaapi_encoder_ratecontrol_method') in ['ICQ']:
192
0 commit comments