Black_borders
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
is_optional | boolean | If set to true, the analyzer will not fail if this media type does not exist in the source. |
black_level | number | The video signal level must be above this value for being detected as non-black. maximum: 1 default: 0.1 |
max_outliers | integer | Number of non-black lines (counted from the edge) to be ignored when scanning for black borders. |
Example black_borders
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"black_borders": {
"enabled": true
}
}
}
}
}