summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-05 14:22:07 +0200
committerPaul B Mahol <onemda@gmail.com>2018-10-05 14:23:48 +0200
commitfe447c0609cda8a0110a7b83834b87aa2bc123a4 (patch)
tree69069567cb89f4fb29c9a3d1371ac5507b5e1bf9 /doc
parent3e687be4faa6dba2293317ccae732bacfc49e434 (diff)
downloadffmpeg-fe447c0609cda8a0110a7b83834b87aa2bc123a4.tar.gz
avfilter/avf_showspectrum: add zoom mode to showspectrumpic
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index aa05b3f4fa..30a52c4fdb 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20872,6 +20872,12 @@ Draw time and frequency axes and legends. Default is enabled.
@item rotation
Set color rotation, must be in [-1.0, 1.0] range.
Default value is @code{0}.
+
+@item start
+Set start frequency from which to display spectrogram. Default is @code{0}.
+
+@item stop
+Set stop frequency to which to display spectrogram. Default is @code{0}.
@end table
@subsection Examples