Skip to main content

Ebur128

NameTypeDescription
enabledbooleanEnables this analysis type.
is_optionalbooleanIf set to true, the analyzer will not fail if this media type did not exist in the source.
scale_meternumberEBU R.128 scale meter, common values are 9 and 18, default is 9.
minimum: 9
maximum: 18
default: 9
target_referenceobjectThe 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
}
}
]
}
}
}