Ebur128
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 did not exist in the source. |
scale_meter | number | EBU R.128 scale meter, common values are 9 and 18, default is 9. minimum: 9 maximum: 18 default: 9 |
target_reference | object | The LUFS and true peak values to used for EBU R.128 normalization. |
Example ebur128
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": [
{
"ebur128": {
"enabled": true,
"scale_meter": 9
}
}
]
}
}
}