Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-04-17 13:56:19 +0300
committerPaul B Mahol <onemda@gmail.com>2020-04-17 14:28:01 +0300
commit24db9372eb3a23ac76425ad8aa7affa7ae3501ec (patch)
tree3d402a1461e28ab3571a30233e3450c3337d8ff6 /doc
parent715da295017e8060ded1e16ce995049ee38dae59 (diff)
avfilter/af_astats: add noise floor count stat
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9f734236e0..a17f3cb837 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2330,6 +2330,7 @@ Crest_factor
Flat_factor
Peak_count
Noise_floor
+Noise_floor_count
Bit_depth
Dynamic_range
Zero_crossings
@@ -2353,6 +2354,7 @@ RMS_trough
Flat_factor
Peak_count
Noise_floor
+Noise_floor_count
Bit_depth
Number_of_samples
Number_of_NaNs
@@ -2427,6 +2429,10 @@ Number of occasions (not the number of samples) that the signal attained either
@item Noise floor dB
Minimum local peak measured in dBFS over a short window.
+@item Noise floor count
+Number of occasions (not the number of samples) that the signal attained
+@var{Noise floor}.
+
@item Bit depth
Overall bit depth of audio. Number of bits used for each sample.