aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-12 10:46:33 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-12 10:59:05 +0200
commit8876b0816d39741f047b1e4d649ac5e525bb464d (patch)
treee6e401837b92953879a02ebea2dae433063386bc /doc
parent80116b6e675528203923e18e0c10c90ffa77c013 (diff)
downloadffmpeg-8876b0816d39741f047b1e4d649ac5e525bb464d.tar.gz
doc/filters: update blackframe options description.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 31587830e4..0bf68613a5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -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