Skip to main content

Settings

NameTypeDescription
comparativeobjectOperations to be applied to the comparative file before the comparison is executed. For video filter settings, please see the transcoding section.

Example settings

{
"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": {
"levels": {
"enabled": true
},
"settings": {
"comparative": {
"width": 1280,
"height": 720,
"compare_filters": [
{
"kind": "crop",
"payload": {
"top": 10,
"bottom": 10
}
}
]
}
}
}
}
}
}