avfilter/showvolume : add persistent max display

draw a color line for the max level in the given duration
This commit is contained in:
Martin Vignali
2018-04-16 11:32:48 +02:00
parent cb2f52b6a7
commit fd10a6e2f2
2 changed files with 62 additions and 0 deletions

View File

@@ -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