Add labels

This commit is contained in:
HaveAGitGat 2023-11-27 07:26:15 +00:00
parent 8c8ef277df
commit ae0ff14bf0
39 changed files with 79 additions and 1 deletions

View file

@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({
icon: '',
inputs: [
{
label: 'Process Order',
name: 'processOrder',
type: 'string',
defaultValue: 'codecs,channels,languages,streamTypes',
@ -38,6 +39,7 @@ The default order is suitable for most people.
`,
},
{
label: 'Languages',
name: 'languages',
type: 'string',
defaultValue: '',
@ -51,6 +53,7 @@ The default order is suitable for most people.
`,
},
{
label: 'Channels',
name: 'channels',
type: 'string',
defaultValue: '7.1,5.1,2,1',
@ -64,6 +67,7 @@ The default order is suitable for most people.
7.1,5.1,2,1`,
},
{
label: 'Codecs',
name: 'codecs',
type: 'string',
defaultValue: '',
@ -77,6 +81,7 @@ The default order is suitable for most people.
aac,ac3`,
},
{
label: 'Stream Types',
name: 'streamTypes',
type: 'string',
defaultValue: 'video,audio,subtitle',