Merge pull request #438 from HaveAGitGat/2.10.01

Update video encoder tooltips
make-only-subtitle-default
HaveAGitGat 2 years ago committed by GitHub
commit 28f2b15ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ var details = function () { return ({
// 'vp8',
],
},
tooltip: 'Specify the codec to use',
tooltip: 'Specify codec of the output file',
},
{
name: 'ffmpegPreset',
@ -84,7 +84,7 @@ var details = function () { return ({
'ultrafast',
],
},
tooltip: 'Specify the codec to use',
tooltip: 'Specify ffmpeg preset',
},
{
name: 'ffmpegQuality',
@ -93,7 +93,7 @@ var details = function () { return ({
inputUI: {
type: 'text',
},
tooltip: 'Specify the codec to use',
tooltip: 'Specify ffmpeg quality',
},
{
name: 'hardwareEncoding',

@ -32,7 +32,7 @@ const details = (): IpluginDetails => ({
// 'vp8',
],
},
tooltip: 'Specify the codec to use',
tooltip: 'Specify codec of the output file',
},
{
name: 'ffmpegPreset',
@ -52,7 +52,7 @@ const details = (): IpluginDetails => ({
'ultrafast',
],
},
tooltip: 'Specify the codec to use',
tooltip: 'Specify ffmpeg preset',
},
{
name: 'ffmpegQuality',
@ -61,7 +61,7 @@ const details = (): IpluginDetails => ({
inputUI: {
type: 'text',
},
tooltip: 'Specify the codec to use',
tooltip: 'Specify ffmpeg quality',
},
{
name: 'hardwareEncoding',

Loading…
Cancel
Save