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

@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
icon: 'faQuestion',
inputs: [
{
label: 'Greater Than',
name: 'greaterThan',
type: 'number',
defaultValue: '0',
@ -28,6 +29,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify lower bound of fps',
},
{
label: 'Less Than',
name: 'lessThan',
type: 'number',
defaultValue: '60',

View file

@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
icon: 'faQuestion',
inputs: [
{
label: 'Unit',
name: 'unit',
type: 'string',
defaultValue: 'kbps',
@ -33,6 +34,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify the unit to use',
},
{
label: 'Greater Than',
name: 'greaterThan',
type: 'number',
defaultValue: '0',
@ -42,6 +44,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify lower bound',
},
{
label: 'Less Than',
name: 'lessThan',
type: 'number',
defaultValue: '10000',

View file

@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
icon: 'faQuestion',
inputs: [
{
label: 'Unit',
name: 'unit',
type: 'string',
defaultValue: 'kbps',
@ -33,6 +34,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify the unit to use',
},
{
label: 'Greater Than',
name: 'greaterThan',
type: 'number',
defaultValue: '0',
@ -42,6 +44,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Specify lower bound',
},
{
label: 'Less Than',
name: 'lessThan',
type: 'number',
defaultValue: '10000',

View file

@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({
icon: 'faQuestion',
inputs: [
{
label: 'Codec',
name: 'codec',
type: 'string',
defaultValue: 'hevc',

View file

@ -23,6 +23,7 @@ const details = (): IpluginDetails => ({
icon: '',
inputs: [
{
label: 'Type',
name: 'type',
type: 'string',
defaultValue: 'quick',

View file

@ -21,6 +21,7 @@ const details = ():IpluginDetails => ({
icon: '',
inputs: [
{
label: 'Target Codec',
name: 'target_codec',
type: 'string',
defaultValue: 'hevc',