summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-04-22 22:02:49 +0200
committerPaul B Mahol <onemda@gmail.com>2017-04-29 18:47:41 +0200
commit8341d0dd0e5fe5aecc2f4aca7e8447e6aeb7c124 (patch)
treeae9aabca930b074ef31aeb8fdbd3c3929eab65e1 /doc
parent85452f9ab7aaa6417e8c8b1b2eb285e7dce55a9c (diff)
avfilter: add pixscope filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index d49fec1264..773ab246b2 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -10925,6 +10925,29 @@ format=monow, pixdesctest
can be used to test the monowhite pixel format descriptor definition.
+@section pixscope
+
+Display sample values of color channels. Mainly useful for checking color and levels.
+
+The filters accept the following options:
+
+@table @option
+@item x
+Set scope X position, offset on X axis.
+
+@item y
+Set scope Y position, offset on Y axis.
+
+@item w
+Set scope width.
+
+@item h
+Set scope height.
+
+@item o
+Set window opacity. This window also holds statistics about pixel area.
+@end table
+
@section pp
Enable the specified chain of postprocessing subfilters using libpostproc. This