@ -30,6 +30,19 @@ var details = function () { return ({
},
tooltip:'Specify the container to use',
},
{
name:'forceConform',
type:'boolean',
defaultValue:'false',
inputUI:{
type:'dropdown',
options:[
'false',
'true',
],
},
tooltip:"\nSpecify if you want to force conform the file to the new container,\nThis is useful if not all streams are supported by the new container. \nFor example mkv does not support data streams.\n ",