Update video encoder tooltips

This commit is contained in:
HaveAGitGat 2023-08-26 19:51:21 +01:00
parent 184742d300
commit 351735d69e
2 changed files with 6 additions and 6 deletions

View file

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