mirror of https://git.ffmpeg.org/ffmpeg.git
doc/filters: add metadata information for blackframe
Reviewed-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
parent
2d9433ded9
commit
d0d6902444
|
@ -4539,6 +4539,10 @@ the position in the file if known or -1 and the timestamp in seconds.
|
||||||
In order to display the output lines, you need to set the loglevel at
|
In order to display the output lines, you need to set the loglevel at
|
||||||
least to the AV_LOG_INFO value.
|
least to the AV_LOG_INFO value.
|
||||||
|
|
||||||
|
This filter exports frame metadata @code{lavfi.blackframe.pblack}.
|
||||||
|
The value represents the percentage of pixels in the picture that
|
||||||
|
are below the threshold value.
|
||||||
|
|
||||||
It accepts the following parameters:
|
It accepts the following parameters:
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
|
|
Loading…
Reference in New Issue