mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 10:15:54 -07:00
Merge pull request #438 from HaveAGitGat/2.10.01
Update video encoder tooltips
This commit is contained in:
commit
28f2b15ac9
2 changed files with 6 additions and 6 deletions
|
|
@ -64,7 +64,7 @@ var details = function () { return ({
|
||||||
// 'vp8',
|
// 'vp8',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tooltip: 'Specify the codec to use',
|
tooltip: 'Specify codec of the output file',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ffmpegPreset',
|
name: 'ffmpegPreset',
|
||||||
|
|
@ -84,7 +84,7 @@ var details = function () { return ({
|
||||||
'ultrafast',
|
'ultrafast',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tooltip: 'Specify the codec to use',
|
tooltip: 'Specify ffmpeg preset',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ffmpegQuality',
|
name: 'ffmpegQuality',
|
||||||
|
|
@ -93,7 +93,7 @@ var details = function () { return ({
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
tooltip: 'Specify the codec to use',
|
tooltip: 'Specify ffmpeg quality',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'hardwareEncoding',
|
name: 'hardwareEncoding',
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ const details = (): IpluginDetails => ({
|
||||||
// 'vp8',
|
// 'vp8',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tooltip: 'Specify the codec to use',
|
tooltip: 'Specify codec of the output file',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ffmpegPreset',
|
name: 'ffmpegPreset',
|
||||||
|
|
@ -52,7 +52,7 @@ const details = (): IpluginDetails => ({
|
||||||
'ultrafast',
|
'ultrafast',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tooltip: 'Specify the codec to use',
|
tooltip: 'Specify ffmpeg preset',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ffmpegQuality',
|
name: 'ffmpegQuality',
|
||||||
|
|
@ -61,7 +61,7 @@ const details = (): IpluginDetails => ({
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
tooltip: 'Specify the codec to use',
|
tooltip: 'Specify ffmpeg quality',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'hardwareEncoding',
|
name: 'hardwareEncoding',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue