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

@ -54,6 +54,7 @@ var details = function () { return ({
icon: '',
inputs: [
{
label: 'Output Codec',
name: 'outputCodec',
type: 'string',
defaultValue: 'hevc',
@ -70,6 +71,7 @@ var details = function () { return ({
tooltip: 'Specify codec of the output file',
},
{
label: 'FFmpeg Preset',
name: 'ffmpegPreset',
type: 'string',
defaultValue: 'fast',
@ -90,6 +92,7 @@ var details = function () { return ({
tooltip: 'Specify ffmpeg preset',
},
{
label: 'FFmpeg Quality',
name: 'ffmpegQuality',
type: 'number',
defaultValue: '25',
@ -99,6 +102,7 @@ var details = function () { return ({
tooltip: 'Specify ffmpeg quality',
},
{
label: 'Hardware Encoding',
name: 'hardwareEncoding',
type: 'boolean',
defaultValue: 'true',
@ -112,6 +116,7 @@ var details = function () { return ({
tooltip: 'Specify whether to use hardware encoding if available',
},
{
label: 'Hardware Type',
name: 'hardwareType',
type: 'string',
defaultValue: 'auto',
@ -128,6 +133,7 @@ var details = function () { return ({
tooltip: 'Specify codec of the output file',
},
{
label: 'Hardware Decoding',
name: 'hardwareDecoding',
type: 'boolean',
defaultValue: 'true',
@ -141,6 +147,7 @@ var details = function () { return ({
tooltip: 'Specify whether to use hardware decoding if available',
},
{
label: 'Force Encoding',
name: 'forceEncoding',
type: 'boolean',
defaultValue: 'true',