Skip to main content

Dolby_professional_loudness

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.
correction_modeenum                          
pcm_normalization
metadata_update
The Dolby Professional Loudness Correction mode.
use_dialogue_intelligencebooleanDolby Dialogue Intelligence enabled.
regulation_typeenum                          
atsc_a85_fixed
atsc_a85_agile
ebu_r128
freetv_op59
arib_tr_b32
manual
The type of regulation to use for Dolby Professional Loudness Correction.
loudness_targetnumberThe loudness LUFS target (-31..-8 dB). This is the equivalent of dialnorm in the Dolby Digital encoder.
minimum: -31
maximum: -8
speech_detection_thresholdintegerThe speech detection threshold (0..100, increments of 1).
maximum: 100
limit_modeenum                          
true_peak
sample_peak
Specifies whether true peak or sample peak is used as the basis for leveling.
peak_limit_dbnumberThe peak value in dB to use for loudness correction, -12 to -0.1 dBTP (in increments of 0.1 dBTP).
minimum: -12
maximum: -0.1

Example dolby_professional_loudness

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"deep_properties": {
"audio": [
{
"dolby_professional_loudness": {
"enabled": true,
"regulation_type": "ebu_r128"
}
}
]
}
}
}