mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 10:29:39 +00:00
doc/filters: update blackframe options description.
This commit is contained in:
parent
80116b6e67
commit
8876b0816d
@ -1907,21 +1907,17 @@ 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
|
||||
least to the AV_LOG_INFO value.
|
||||
|
||||
The filter accepts parameters as a list of @var{key}=@var{value}
|
||||
pairs, separated by ":". If the key of the first options is omitted,
|
||||
the arguments are interpreted according to the syntax
|
||||
blackframe[=@var{amount}[:@var{threshold}]].
|
||||
|
||||
The filter accepts the following options:
|
||||
|
||||
@table @option
|
||||
|
||||
@item amount
|
||||
The percentage of the pixels that have to be below the threshold, defaults to
|
||||
98.
|
||||
Set the percentage of the pixels that have to be below the threshold, defaults
|
||||
to @code{98}.
|
||||
|
||||
@item threshold
|
||||
Threshold below which a pixel value is considered black, defaults to 32.
|
||||
@item threshold, thresh
|
||||
Set the threshold below which a pixel value is considered black, defaults to
|
||||
@code{32}.
|
||||
|
||||
@end table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user