diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-18 01:13:19 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-18 22:41:43 +0700 |
commit | d3be186ed1bcdcf2c093d6b13a0e66dc5132be2a (patch) | |
tree | 6be89689df1b13cea2187eef34f579f9d70b212b /doc | |
parent | acd74f92009df648a6bf4eb9513b38c20d422aeb (diff) | |
download | ffmpeg-streaming-d3be186ed1bcdcf2c093d6b13a0e66dc5132be2a.zip ffmpeg-streaming-d3be186ed1bcdcf2c093d6b13a0e66dc5132be2a.tar.gz |
avfilter/firequalizer: add dumpfile and dumpscale option
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8fda8a1..9fc8c4f 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 |