Psnr
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
is_optional | boolean | If set to true, the analyzer will not fail if this media type does not exist in the source. |
Example psnr
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"compare_asset": {
"kind": "asset_url",
"payload": {
"storage_provider": "s3",
"url": "s3://my_bucket/my_comparison_master.mp4"
}
},
"deep_properties": {
"audio": [
{
"psnr": {
"enabled": true
}
}
]
}
}
}