@ -16,6 +16,7 @@ var details = function () { return ({
icon:'',
icon:'',
inputs:[
inputs:[
{
{
label:'Property To Check',
name:'propertyToCheck',
name:'propertyToCheck',
type:'string',
type:'string',
defaultValue:'codec_name',
defaultValue:'codec_name',
@ -25,6 +26,7 @@ var details = function () { return ({
tooltip:"\n Enter one stream property to check.\n \n \\nExample:\\n\n codec_name\n\n \\nExample:\\n\n tags.language\n ",
tooltip:"\n Enter one stream property to check.\n \n \\nExample:\\n\n codec_name\n\n \\nExample:\\n\n tags.language\n ",
},
},
{
{
label:'Values To Remove',
name:'valuesToRemove',
name:'valuesToRemove',
type:'string',
type:'string',
defaultValue:'aac',
defaultValue:'aac',
@ -34,6 +36,7 @@ var details = function () { return ({
tooltip:"\n Enter values of the property above to remove. For example, if removing by codec_name, could enter ac3,aac:\n \n \\nExample:\\n\n ac3,aac\n ",
tooltip:"\n Enter values of the property above to remove. For example, if removing by codec_name, could enter ac3,aac:\n \n \\nExample:\\n\n ac3,aac\n ",
@ -25,6 +26,7 @@ var details = function () { return ({
tooltip:"Specify the process order.\nFor example, if 'languages' is first, the streams will be ordered based on that first.\nSo put the most important properties last.\nThe default order is suitable for most people.\n\n \\nExample:\\n\n codecs,channels,languages,streamTypes\n ",
tooltip:"Specify the process order.\nFor example, if 'languages' is first, the streams will be ordered based on that first.\nSo put the most important properties last.\nThe default order is suitable for most people.\n\n \\nExample:\\n\n codecs,channels,languages,streamTypes\n ",
},
},
{
{
label:'Languages',
name:'languages',
name:'languages',
type:'string',
type:'string',
defaultValue:'',
defaultValue:'',
@ -34,6 +36,7 @@ var details = function () { return ({
tooltip:"Specify the language tags order, separated by commas. Leave blank to disable.\n \\nExample:\\n\n eng,fre\n ",
tooltip:"Specify the language tags order, separated by commas. Leave blank to disable.\n \\nExample:\\n\n eng,fre\n ",
},
},
{
{
label:'Channels',
name:'channels',
name:'channels',
type:'string',
type:'string',
defaultValue:'7.1,5.1,2,1',
defaultValue:'7.1,5.1,2,1',
@ -43,6 +46,7 @@ var details = function () { return ({
tooltip:"Specify the channels order, separated by commas. Leave blank to disable.\n \n \\nExample:\\n\n 7.1,5.1,2,1",
tooltip:"Specify the channels order, separated by commas. Leave blank to disable.\n \n \\nExample:\\n\n 7.1,5.1,2,1",
},
},
{
{
label:'Codecs',
name:'codecs',
name:'codecs',
type:'string',
type:'string',
defaultValue:'',
defaultValue:'',
@ -52,6 +56,7 @@ var details = function () { return ({
tooltip:"Specify the codec order, separated by commas. Leave blank to disable.\n \n \\nExample:\\n\n aac,ac3",
tooltip:"Specify the codec order, separated by commas. Leave blank to disable.\n \n \\nExample:\\n\n aac,ac3",