Apply auto-build changes

This commit is contained in:
HaveAGitGat 2024-06-21 07:45:50 +00:00 committed by github-actions[bot]
parent bb693038e0
commit e5d6eda79d

View file

@ -117,7 +117,7 @@ var details = function () { return ({
tooltip: 'Specify ffmpeg preset', tooltip: 'Specify ffmpeg preset',
}, },
{ {
label: 'Enable FFmpeg CRF', label: 'Enable FFmpeg Quality',
name: 'ffmpegQualityEnabled', name: 'ffmpegQualityEnabled',
type: 'boolean', type: 'boolean',
defaultValue: 'true', defaultValue: 'true',
@ -149,7 +149,7 @@ var details = function () { return ({
], ],
}, },
}, },
tooltip: 'Specify ffmpeg quality', tooltip: 'Specify ffmpeg quality crf (or qp for GPU encoding)',
}, },
{ {
label: 'Hardware Encoding', label: 'Hardware Encoding',