summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-12-27 18:51:23 +0100
committerPaul B Mahol <onemda@gmail.com>2018-01-03 19:45:01 +0100
commit09b24a807ad23b4fec25049775075cc63c0c1fa3 (patch)
treece0fa31b47b1758b7ad7c7b7f1f0512fd7b06677 /doc
parent631fa0432be8968e0fd372595749b918224946df (diff)
avfilter: add entropy filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f651f1234d..477f833449 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8220,6 +8220,20 @@ Set pal8 output pixel format. This option does not work with codebook
length greater than 256.
@end table
+@section entropy
+
+Measure graylevel entropy in histogram of color channels of video frames.
+
+It accepts the following parameters:
+
+@table @option
+@item mode
+Can be either @var{normal} or @var{diff}. Default is @var{normal}.
+
+@var{diff} mode measures entropy of histogram delta values, absolute differences
+between neighbour histogram values.
+@end table
+
@section fade
Apply a fade-in/out effect to the input video.