19 September 2024

Parameter to check the maximum audio output level in conjunction with the dialnorm threshold

Added a parameter to check the maximum audio output level when the dialnorm threshold is specified for Dolby Audio loudness control

<?xml version="1.0"?>
<query>
    <userid>[UserID]</userid> <!-- required-->
    <userkey>[UserKey]</userkey> <!-- required-->
    <action>[Action]</action>
    <source>[SourceFile]</source> <!-- required -->
    <format> <!-- required -->
        <output>[output]</output> <!-- required -->
        <audio_encoder>dee</audio_encoder>
        <dialnorm_threshold>[Threshold]</dialnorm_threshold>
        <peak_limit_db>[PeakLimit]</peak_limit_db>
        <check_peaks>[yes|no]</check_peaks>
    </format>
</query>
{
    "query": {
        "userid": "[UserID]", // required
        "userkey": "[UserKey]", // required
        "action": "[Action]", // required
        "source": "[SourceFile]", // required
        "format": {
            "output": "[output]", // required
            "audio_encoder": "dee",
            "dialnorm_threshold": "[Threshold]",
            "peak_limit_db": "[PeakLimit]",
            "check_peaks": "[yes|no]"
        }
    }
}
Field NameDescriptionAllowed ValuesDefault Values
check_peaksCheck the maximum audio output level (peak_limit_db) when the dialnorm threshold (dialnorm_threshold) is specifiedyes, nono