Apply auto-build changes

This commit is contained in:
HaveAGitGat 2023-11-27 07:30:54 +00:00 committed by github-actions[bot]
parent e725cad660
commit b7d7bdd45e
40 changed files with 84 additions and 0 deletions

View file

@ -55,6 +55,7 @@ var details = function () { return ({
icon: '',
inputs: [
{
label: 'Custom Arguments',
name: 'customArguments',
type: 'string',
defaultValue: '-Z "Fast 1080p30" --all-subtitles',
@ -64,6 +65,7 @@ var details = function () { return ({
tooltip: 'Specify HandBrake arguments',
},
{
label: 'JSON Preset',
name: 'jsonPreset',
type: 'string',
defaultValue: '',
@ -73,6 +75,7 @@ var details = function () { return ({
tooltip: 'Paste a HandBrake JSON preset here. Leave blank to disable.',
},
{
label: 'Container',
name: 'container',
type: 'string',
defaultValue: 'mkv',