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-17 21:13:19 +0300
committerMuhammad Faiz <mfcc64@gmail.com>2016-10-18 18:41:43 +0300
commitd3be186ed1bcdcf2c093d6b13a0e66dc5132be2a (patch)
tree6be89689df1b13cea2187eef34f579f9d70b212b /doc
parentacd74f92009df648a6bf4eb9513b38c20d422aeb (diff)
avfilter/firequalizer: add dumpfile and dumpscale option
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8fda8a1600..9fc8c4f908 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2576,6 +2576,13 @@ logarithmic (in octave scale where 20 Hz is 0) frequency, linear gain
@item loglog
logarithmic frequency, logarithmic gain
@end table
+
+@item dumpfile
+Set file for dumping, suitable for gnuplot.
+
+@item dumpscale
+Set scale for dumpfile. Acceptable values are same with scale option.
+Default is linlog.
@end table
@subsection Examples