Vmaf
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
component_version | enum default 1.0 2.0 2.2 | Choose the VMAF plugin version for the analysis task. default: default |
use_phone_model | boolean | Use VMAF phone model. |
model | enum 1080p 4k phone | Choose the VMAF model for the analysis task. |
threads | integer | Manually specify number of VMAF threads to use. |
results_file | object | The location for the output VMAF analysis data. |
is_optional | boolean | If 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"
}
}
}
}