diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-10-11 18:08:40 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-10-11 18:14:06 +0200 |
commit | 504fbc21491516faded95851bbe1c21a942dc64d (patch) | |
tree | fc7d30cb97bdf2e81c5d4ba04759fcd13ddf1046 /doc/filters.texi | |
parent | 37ee36f689e4f9e07c65566e1fec6b8ffa9605b8 (diff) | |
download | ffmpeg-504fbc21491516faded95851bbe1c21a942dc64d.tar.gz |
avfilter/af_aspectralstats: allow to select subset of measurements
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 68205147f0..5380b79d28 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2961,6 +2961,10 @@ Default is @code{hann}. Set window overlap. Allowed range is from @code{0} to @code{1}. Default value is @code{0.5}. +@item measure +Select the parameters which are measured. The metadata keys can +be used as flags, default is @option{all} which measures everything. +@option{none} disables all measurement. @end table A list of each metadata key follows: |