diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2018-04-16 11:32:48 +0200 |
---|---|---|
committer | Martin Vignali <martin.vignali@gmail.com> | 2018-04-16 11:35:03 +0200 |
commit | fd10a6e2f21f9cadc44a0415e204ea82940cd089 (patch) | |
tree | dc493c9626e6e6cf7712dd917881c1bb3274734c /doc | |
parent | cb2f52b6a70971c902ea2aaa989d141973472125 (diff) | |
download | ffmpeg-fd10a6e2f21f9cadc44a0415e204ea82940cd089.tar.gz |
avfilter/showvolume : add persistent max display
draw a color line for the max level in the given duration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d95b377bd7..f267d26b9d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -20018,6 +20018,16 @@ default is @code{p}. @item ds Set display scale, can be linear: @code{lin} or log: @code{log}, default is @code{lin}. + +@item dm +In second. +If set to > 0., display a line for the max level +in the previous seconds. +default is disabled: @code{0.} + +@item dmc +The color of the max line. Use when @code{dm} option is set to > 0. +default is: @code{orange} @end table @section showwaves |