Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-10-16 23:17:50 +0300
committerMuhammad Faiz <mfcc64@gmail.com>2016-10-16 23:17:50 +0300
commit1a9513bfbc6026cf578865c014961492ae3fb60b (patch)
tree297c0a4bc4b69d49f7f7c13890caff60ed03f114 /doc
parentad2d2ebd4ee904b57cac375694e67443717d08ba (diff)
avfilter/firequalizer: add scale option
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f5cc9b77db..ad5969beeb 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2563,6 +2563,19 @@ Enable multichannels evaluation on gain. Default is disabled.
@item zero_phase
Enable zero phase mode by subtracting timestamp to compensate delay.
Default is disabled.
+
+@item scale
+Set scale used by gain. Acceptable values are:
+@table @option
+@item linlin
+linear frequency, linear gain
+@item linlog
+linear frequency, logarithmic (in dB) gain (default)
+@item loglin
+logarithmic (in octave scale where 20 Hz is 0) frequency, linear gain
+@item loglog
+logarithmic frequency, logarithmic gain
+@end table
@end table
@subsection Examples