diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-04-20 17:04:54 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-04-20 17:07:32 +0530 |
commit | bf4245e9521b0a6ace13c8432f161a3739219b2d (patch) | |
tree | 70d764ee5cba48b59fa87f41bb718e5cc12fe3b2 /doc/filters.texi | |
parent | fee7c15d8754b6ac5da215f8553fe2748ba07c11 (diff) | |
download | ffmpeg-bf4245e9521b0a6ace13c8432f161a3739219b2d.tar.gz |
doc/filters: list values for af_surround window function
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 27 |
1 files changed, 26 insertions, 1 deletions
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: +@table @samp +@item rect +@item bartlett +@item hann, hanning +@item hamming +@item blackman +@item welch +@item flattop +@item bharris +@item bnuttall +@item bhann +@item sine +@item nuttall +@item lanczos +@item gauss +@item tukey +@item dolph +@item cauchy +@item parzen +@item poisson +@item bohman +@end table +Default is @code{hann}. @item overlap Set window overlap. If set to 1, the recommended overlap for selected |