Apply auto-build changes

This commit is contained in:
HaveAGitGat 2023-11-30 06:00:32 +00:00 committed by github-actions[bot]
parent 0cb9e75a53
commit 1d62880df3
9 changed files with 15 additions and 75 deletions

View file

@ -46,11 +46,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Toggle whether to check the bitrate of the audio codec is within a range.',
},

View file

@ -70,11 +70,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Toggle whether to enable setting audio bitrate',
},
@ -109,11 +105,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Toggle whether to enable setting audio samplerate',
},

View file

@ -37,11 +37,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: "\nSpecify if you want to force conform the file to the new container,\nThis is useful if not all streams are supported by the new container. \nFor example mkv does not support data streams.\n ",
},

View file

@ -107,11 +107,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'true',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Specify whether to use hardware encoding if available',
},
@ -138,11 +134,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'true',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Specify whether to use hardware decoding if available',
},
@ -152,11 +144,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'true',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Specify whether to force encoding if stream already has the target codec',
},

View file

@ -102,11 +102,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'true',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Specify whether to keep the relative path',
},
@ -116,11 +112,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Specify whether to copy/move all files in the directory (excluding the original and working file)',
},

View file

@ -73,11 +73,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Specify whether to keep the relative path',
},
@ -87,11 +83,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Make the copied file the working file',
},

View file

@ -73,11 +73,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Specify whether to keep the relative path',
},

View file

@ -60,11 +60,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Specify whether to use a JSON preset or not',
},

View file

@ -59,11 +59,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'Will check if input file and cache are readable and writable',
},
@ -73,11 +69,7 @@ var details = function () { return ({
type: 'boolean',
defaultValue: 'false',
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
type: 'switch',
},
tooltip: 'This will pause the node if the file access checks fail',
},