[FFmpeg-devel] [PATCH] doc/filters: added possible values to @item win_func

Arif Driessen arifd86 at gmail.com
Tue Sep 28 16:59:20 EEST 2021


> These should be formatted like they are in the surround filter for the
option with the same name.

Good catch! Looking around, I see there are other filters too with a
win_func option. When I next get a moment (either later today or more
likely tomorrow) I'll double check with the code,
and add documentation for those too. if that sounds good to you.

Regards,
Arif Driessen

On Tue, Sep 28, 2021 at 2:42 PM Gyan Doshi <ffmpeg at gyani.pro> wrote:

>
>
> 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
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list