Skip to main content

Black_borders

NameTypeDescription
enabledbooleanEnables this analysis type.
is_optionalbooleanIf set to true, the analyzer will not fail if this media type does not exist in the source.
black_levelnumberThe video signal level must be above this value for being detected as non-black.
maximum: 1
default: 0.1
max_outliersintegerNumber 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
}
}
}
}
}