diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-10 14:20:59 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-12 21:21:50 +0100 |
commit | 2009d922db7aeaffd73e23e56580d8d34322ae65 (patch) | |
tree | 08e884cfdf1a6162e4169b16d5c18ff2967aeb03 /doc/filters.texi | |
parent | 405abdbaee5239e301d3ed5370b059f9b0c2da16 (diff) | |
download | ffmpeg-2009d922db7aeaffd73e23e56580d8d34322ae65.tar.gz |
avfilter/avf_showspectrum: add posibility to display phase
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index efb050d303..45d22f49db 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14712,6 +14712,9 @@ window function currently used. @item gain Set scale gain for calculating intensity color values. Default value is @code{1}. + +@item data +Set which data to display. Can be @code{magnitude}, default or @code{phase}. @end table The usage is very similar to the showwaves filter; see the examples in that |