Adjust input labels

This commit is contained in:
HaveAGitGat 2024-06-21 10:43:19 +03:00
parent a9f367ad9b
commit bb693038e0

View file

@ -85,7 +85,7 @@ const details = (): IpluginDetails => ({
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',
@ -117,7 +117,7 @@ const details = (): IpluginDetails => ({
], ],
}, },
}, },
tooltip: 'Specify ffmpeg quality', tooltip: 'Specify ffmpeg quality crf (or qp for GPU encoding)',
}, },
{ {
label: 'Hardware Encoding', label: 'Hardware Encoding',