diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-12-29 09:45:44 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-12-29 12:11:33 +0100 |
commit | e30e5c83aed79f1ecde064c36b952aee4fc7827b (patch) | |
tree | 91afed467eb369f3fef76d6ad10ed92673f5e512 /doc/filters.texi | |
parent | 9f4c7b4df7f31755b7caf4d080c7577c787c1e72 (diff) | |
download | ffmpeg-e30e5c83aed79f1ecde064c36b952aee4fc7827b.tar.gz |
avfilter/avf_showspectrum: add horizontal orientation support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1d14bc9e10..e1b3c6978f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14665,6 +14665,10 @@ It accepts the following values: @end table Default value is @code{hann}. + +@item orientation +Set orientation of time vs frequency axis. Can be @code{vertical} or +@code{horizontal}. Default is @code{vertical}. @end table The usage is very similar to the showwaves filter; see the examples in that |