summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVitaly Ostrosablin <tmp6154@yandex.ru>2016-08-06 10:50:35 +0300
committerPaul B Mahol <onemda@gmail.com>2016-08-07 10:58:42 +0200
commit90ddcaaf2de7bbb503c3f5248339442109f54161 (patch)
tree66d9f88d6f3d54e86def5dec3099f389e0a27e4e /doc
parent7387506b0693cc72841651188f8655bcd3959247 (diff)
avfilter: add crystalizer audio filter
Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7e042e4e74..f4b027a4c9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2110,6 +2110,20 @@ Set temperature degree in Celsius. This is the temperature of the environment.
Default is 20.
@end table
+@section crystalizer
+Simple algorithm to expand audio dynamic range.
+
+The filter accepts the following options:
+
+@table @option
+@item i
+Sets the intensity of effect (default: 2.0). Must be in range between 0.0
+(unchanged sound) to 10.0 (maximum effect).
+
+@item c
+Enable clipping. By default is enabled.
+@end table
+
@section dcshift
Apply a DC shift to the audio.