Skip to main content

Vmaf

NameTypeDescription
enabledbooleanEnables this analysis type.
component_versionenum                          
default
1.0
2.0
2.2
Choose the VMAF plugin version for the analysis task.
default: default
use_phone_modelbooleanUse VMAF phone model.
modelenum                          
1080p
4k
phone
Choose the VMAF model for the analysis task.
threadsintegerManually specify number of VMAF threads to use.
results_fileobjectThe location for the output VMAF analysis data.
is_optionalbooleanIf set to true, the analyzer will not fail if this media type did not exist in the source.

Example vmaf

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"compare_asset": {
"kind": "asset_url",
"payload": {
"storage_provider": "s3",
"url": "s3://my_bucket/my_reference_file.mov"
}
}
},
"deep_properties": {
"video": {
"settings": {
"comparative": {
"size_selector": "config",
"width": 1280,
"height": 720
}
},
"vmaf": {
"enabled": true,
"model": "4k"
}
}
}
}