Skip to main content

Rms

NameTypeDescription
sourceobjectNormalization analysis results for cases where the analysis was run separately.
rms_level_dbnumberThe RMS level in dB.
analyzer_track_indexintegerThis specifies which audio track to analyze.
is_optionalbooleanIf set to true, the transcode will not fail if this media type did not exist in the source.

Example rms

{
"uid": "transcode_media",
"kind": "transcode",
"payload": {
"location": {
},
"targets": [
{
"file_pattern": "{source_basename}_converted.mp4",
"container": {
"kind": "mp4"
},
"video": {
},
"audio": [
{
"codec": "heaac_v2",
"channels": 4,
"sample_rate": 48000,
"filters": [
{
"kind": "normalize",
"payload": {
"kind": "rms",
"payload": {
"rms_level_db": -3
}
}
}
]
}
]
}
]
}
}