Skip to main content

Psnr

NameTypeDescription
enabledbooleanEnables this analysis type.
is_optionalbooleanIf set to true, the analyzer will not fail if this media type did not exist in the source.
results_fileobjectThe location for the output PSNR analysis data.

Example psnr

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"compare_asset": {
"kind": "asset_url",
"payload": {
"storage_provider": "s3",
"url": "s3://my_bucket/my_reference_file.mov"
}
}
},
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"settings": {
"comparative": {
"size_selector": "main_asset"
}
},
"psnr": {
"enabled": true
}
}
}
}