diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-10-04 21:10:47 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-10-04 23:51:22 +0200 |
commit | 0baca077593db098be575308a70e171803ef5a0c (patch) | |
tree | 8e93c765003787d392d8e763ac3715db28ec8fa9 /doc | |
parent | e08a876e67a7d1caafe49b3e9c78e9424facf120 (diff) | |
download | ffmpeg-streaming-0baca077593db098be575308a70e171803ef5a0c.zip ffmpeg-streaming-0baca077593db098be575308a70e171803ef5a0c.tar.gz |
avilter/af_afir: add irfmt option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1c51e42..19004f2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1193,6 +1193,10 @@ select gain to noise approach, this is most popular one. Set gain to be applied to IR coefficients before filtering. Allowed range is 0 to 1. This can be set even with @var{again} used. +@item irfmt +Set format of IR stream. Can be @code{mono} or @code{input}. +Default is @code{input}. + @item maxir Set max allowed Impulse Response filter duration in seconds. Default is 30 seconds. Allowed range is 0.1 to 60 seconds. |