[FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func
Gyan Doshi
ffmpeg at gyani.pro
Tue Sep 28 15:41:51 EEST 2021
On 2021-09-28 02:05 pm, Arif Driessen wrote:
> Hello all, excited about my first patch! Documented the possible window
> functions for `afftfilt`. Needs review/signing-off.
These should be formatted like they are in the surround filter for the
option with the same name.
>
> ---
> doc/filters.texi | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 0b7e21f7f8..0a04165f11 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -1325,7 +1325,11 @@ 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. Possible values are: @code{rect} @code{bartlett}
> @code{hamming}
> + at code{blackman} @code{welch} @code{flattop} @code{bharris} @code{bnuttall}
> + at code{bhann} @code{sine} @code{nuttall} @code{lanczos} @code{gauss}
> + at code{tukey} @code{dolph} @code{cauchy} @code{parzen} @code{poisson}
> + at code{bohman}. Default is @code{hann}.
>
> @item overlap
> Set window overlap. If set to 1, the recommended overlap for selected
Regards,
Gyan
More information about the ffmpeg-devel
mailing list