Browse Source

doc/filters: update blackframe options description.

tags/n2.0
Clément Bœsch 13 years ago
parent
commit
8876b0816d
1 changed files with 5 additions and 9 deletions
  1. +5
    -9
      doc/filters.texi

+ 5
- 9
doc/filters.texi View File

@@ -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…
Cancel
Save