You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
doc/filters: note values for afftflt window function
This commit is contained in:
committed by
Gyan Doshi
parent
a7fc78c1a6
commit
3ee4502753
@@ -1325,7 +1325,32 @@ Set window size. Allowed range is from 16 to 131072.
|
|||||||
Default is @code{4096}
|
Default is @code{4096}
|
||||||
|
|
||||||
@item win_func
|
@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
|
@item overlap
|
||||||
Set window overlap. If set to 1, the recommended overlap for selected
|
Set window overlap. If set to 1, the recommended overlap for selected
|
||||||
|
Reference in New Issue
Block a user