summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-04-28 16:35:22 +0200
committerPaul B Mahol <onemda@gmail.com>2023-04-28 23:31:25 +0200
commit51504cf27923e60d0a8203ca8c83a14493223063 (patch)
treed9f34f1731cc592ce4619cfd5495334447e6f2b9 /doc
parent1b7c13e1a437d7db84a206e5c55b0e0aa95760ec (diff)
downloadffmpeg-51504cf27923e60d0a8203ca8c83a14493223063.tar.gz
avfilter/af_adynamicequalizer: add dftype option
Useful for filter selection for detection control.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi19
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 01a71223a1..50e1682144 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1007,15 +1007,15 @@ A description of the accepted options follows.
@table @option
@item threshold
Set the detection threshold used to trigger equalization.
-Threshold detection is using bandpass filter.
+Threshold detection is using detection filter.
Default value is 0. Allowed range is from 0 to 100.
@item dfrequency
-Set the detection frequency in Hz used for bandpass filter used to trigger equalization.
+Set the detection frequency in Hz used for detection filter used to trigger equalization.
Default value is 1000 Hz. Allowed range is between 2 and 1000000 Hz.
@item dqfactor
-Set the detection resonance factor for bandpass filter used to trigger equalization.
+Set the detection resonance factor for detection filter used to trigger equalization.
Default value is 1. Allowed range is from 0.001 to 1000.
@item tfrequency
@@ -1053,7 +1053,7 @@ Set the mode of filter operation, can be one of the following:
@table @samp
@item listen
-Output only isolated bandpass signal.
+Output only isolated detection signal.
@item cut
Cut frequencies above detection threshold.
@item boost
@@ -1061,6 +1061,17 @@ Boost frequencies bellow detection threshold.
@end table
Default mode is @samp{cut}.
+@item dftype
+Set the type of detection filter, can be one of the following:
+
+@table @samp
+@item bandpass
+@item lowpass
+@item highpass
+@item peak
+@end table
+Default type is @samp{bandpass}.
+
@item tftype
Set the type of target filter, can be one of the following: