diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-05-26 09:22:02 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-05-26 14:00:09 +0000 |
commit | 7aa99a69c7a41b3d1a01ea3548ce78dcab211870 (patch) | |
tree | 344764aca4ec2dc044a537ba2175840d24680f94 /doc | |
parent | e9c3851d6006f5548d2bb6bfa5711195339f32df (diff) | |
download | ffmpeg-7aa99a69c7a41b3d1a01ea3548ce78dcab211870.tar.gz |
lavfi/bbox: make min_val user configurable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8bb132e6b0..04c97f429e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1925,6 +1925,13 @@ luminance value greater than the minimum allowed value. The parameters describing the bounding box are printed on the filter log. +The filter accepts the following option: + +@table @option +@item min_val +Set the minimal luminance value. Default is @code{16}. +@end table + @section blackdetect Detect video intervals that are (almost) completely black. Can be |