[FFmpeg-cvslog] doc/filters: note values for afftflt window function

Arif Driessen git at videolan.org
Thu Sep 30 13:47:35 EEST 2021


ffmpeg | branch: master | Arif Driessen <arifd86 at gmail.com> | Tue Sep 28 10:35:43 2021 +0200| [3ee45027536c8a085b02844dd7469c9122bdc9ef] | committer: Gyan Doshi

doc/filters: note values for afftflt window function

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ee45027536c8a085b02844dd7469c9122bdc9ef
---

 doc/filters.texi | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index cbec749ce8..6328a8c563 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1325,7 +1325,32 @@ Set window size. Allowed range is from 16 to 131072.
 Default is @code{4096}
 
 @item win_func
-Set window function. Default is @code{hann}.
+Set window function.
+
+It accepts the following values:
+ at table @samp
+ at item rect
+ at item bartlett
+ at item hann, hanning
+ at item hamming
+ at item blackman
+ at item welch
+ at item flattop
+ at item bharris
+ at item bnuttall
+ at item bhann
+ at item sine
+ at item nuttall
+ at item lanczos
+ at item gauss
+ at item tukey
+ at item dolph
+ at item cauchy
+ at item parzen
+ at item poisson
+ at item bohman
+ at end table
+Default is @code{hann}.
 
 @item overlap
 Set window overlap. If set to 1, the recommended overlap for selected



More information about the ffmpeg-cvslog mailing list