Skip to main content

Ssim

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 SSIM analysis data.

Example ssim

{
"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": {
"ssim": {
"enabled": true
}
}
}
}