[FFmpeg-cvslog] doc/filters: list values for af_surround window function

Gyan Doshi git at videolan.org
Sat Apr 20 14:38:44 EEST 2019


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Sat Apr 20 17:22:54 2019 +0530| [bf4245e9521b0a6ace13c8432f161a3739219b2d] | committer: Gyan Doshi

doc/filters: list values for af_surround window function

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

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

diff --git a/doc/filters.texi b/doc/filters.texi
index cf1c72eced..31cd3fe21b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4884,7 +4884,32 @@ Set LFE input volume. By default, this is @var{1}.
 Set LFE output volume. By default, this is @var{1}.
 
 @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