mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Apply auto-build changes
This commit is contained in:
parent
e725cad660
commit
b7d7bdd45e
40 changed files with 84 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue