summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-12-06 12:45:34 +0100
committerPaul B Mahol <onemda@gmail.com>2021-08-28 18:51:04 +0200
commit1da2dd5c77ae2b12dcb46d816b6a7f2b10c5c9c6 (patch)
tree5befb020862a7247dcc2f384168bdfb2e9f8cc62 /doc
parentb53a7d2d4d8d45d94d23ff9e31873b82025b1e15 (diff)
avfilter: add atilt filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c85f82616c..5a17d00ece 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2989,6 +2989,35 @@ Change filter tempo scale factor.
Syntax for the command is : "@var{tempo}"
@end table
+@section atilt
+Apply spectral tilt filter to audio stream.
+
+This filter apply any spectral roll-off slope over any specified frequency band.
+
+The filter accepts the following options:
+
+@table @option
+@item freq
+Set central frequency of tilt in Hz. Default is 10000 Hz.
+
+@item slope
+Set slope direction of tilt. Default is 0. Allowed range is from -1 to 1.
+
+@item width
+Set width of tilt. Default is 1000. Allowed range is from 100 to 10000.
+
+@item order
+Set order of tilt filter.
+
+@item level
+Set input volume level. Allowed range is from 0 to 4.
+Defalt is 1.
+@end table
+
+@subsection Commands
+
+This filter supports the all above options as @ref{commands}.
+
@section atrim
Trim the input so that the output contains one continuous subpart of the input.