Merge pull request #675 from HaveAGitGat/ffmpeg_c

Adjust input labels
This commit is contained in:
HaveAGitGat 2024-06-21 08:46:31 +01:00 committed by GitHub
commit 84646b7238
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -117,7 +117,7 @@ var details = function () { return ({
tooltip: 'Specify ffmpeg preset',
},
{
label: 'Enable FFmpeg CRF',
label: 'Enable FFmpeg Quality',
name: 'ffmpegQualityEnabled',
type: 'boolean',
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',

View file

@ -85,7 +85,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify ffmpeg preset',
},
{
label: 'Enable FFmpeg CRF',
label: 'Enable FFmpeg Quality',
name: 'ffmpegQualityEnabled',
type: 'boolean',
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',