diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-09-17 12:34:57 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-09-17 12:34:57 +0200 |
commit | e9ef583f997c1c5ea0d41d6c5b81e6c93e6bbe2a (patch) | |
tree | 28c6a410769b996d44e80db9e0d4c86d576736dc /doc/filters.texi | |
parent | c4774c5474c3fcfe7691a9e368e4868723a9e868 (diff) | |
download | ffmpeg-e9ef583f997c1c5ea0d41d6c5b81e6c93e6bbe2a.tar.gz |
doc/filters: update astats description
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5cc96bc1cc..e8f0aae8dc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1932,6 +1932,8 @@ Flat_factor Peak_count Bit_depth Dynamic_range +Zero_crossings +Zero_crossings_rate and for Overall: DC_offset @@ -2009,6 +2011,12 @@ Overall bit depth of audio. Number of bits used for each sample. @item Dynamic range Measured dynamic range of audio in dB. + +@item Zero crossings +Number of points where the waveform crosses the zero level axis. + +@item Zero crossings rate +Rate of Zero crossings and number of audio samples. @end table @section atempo |