Display time domain statistical information about the audio channels. Statistics are calculated and displayed for each audio channel and, where applicable, an overall figure is also given.
It accepts the following option:
- length
-
Short window length in seconds, used for peak and trough RMS measurement. Default is
0.05
(50 milliseconds). Allowed range is[0.1 - 10]
. - metadata
-
Set metadata injection. All the metadata keys are prefixed with
lavfi.astats.X
, whereX
is channel number starting from 1 or stringOverall
. Default is disabled.Available keys for each channel are: DC_offset Min_level Max_level Min_difference Max_difference Mean_difference Peak_level RMS_peak RMS_trough Crest_factor Flat_factor Peak_count Bit_depth
and for Overall: DC_offset Min_level Max_level Min_difference Max_difference Mean_difference Peak_level RMS_level RMS_peak RMS_trough Flat_factor Peak_count Bit_depth Number_of_samples
For example full key look like this
lavfi.astats.1.DC_offset
or thislavfi.astats.Overall.Peak_count
.For description what each key means read below.
- reset
-
Set number of frame after which stats are going to be recalculated. Default is disabled.
A description of each shown parameter follows:
- DC offset
-
Mean amplitude displacement from zero.
- Min level
-
Minimal sample level.
- Max level
-
Maximal sample level.
- Min difference
-
Minimal difference between two consecutive samples.
- Max difference
-
Maximal difference between two consecutive samples.
- Mean difference
-
Mean difference between two consecutive samples. The average of each difference between two consecutive samples.
- Peak level dB, RMS level dB
-
Standard peak and RMS level measured in dBFS.
- RMS peak dB, RMS trough dB
-
Peak and trough values for RMS level measured over a short window.
- Crest factor
-
Standard ratio of peak to RMS level (note: not in dB).
- Flat factor
-
Flatness (i.e. consecutive samples with the same value) of the signal at its peak levels (i.e. either Min level or Max level).
- Peak count
-
Number of occasions (not the number of samples) that the signal attained either Min level or Max level.
- Bit depth
-
Overall bit depth of audio. Number of bits used for each sample.