Merge pull request #675 from HaveAGitGat/ffmpeg_c

Adjust input labels
make-only-subtitle-default
HaveAGitGat 1 year ago committed by GitHub
commit 84646b7238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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',

@ -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',

Loading…
Cancel
Save