Loudnorm

data class Loudnorm(val integrated: Double = -24.0, val truePeak: Double = -2.0, val range: Double = 7.0) : FilterStep

EBU R128 loudness normalisation with the filter's own defaults.

Constructors

Link copied to clipboard
constructor(integrated: Double = -24.0, truePeak: Double = -2.0, range: Double = 7.0)

Properties

Link copied to clipboard
open override val filterName: String

The FFmpeg filter name, for capability checks. Null for Raw, whose content is opaque.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun compile(): String

The compiled name=args fragment, exactly as it joins the description string.