summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-02-29 11:32:17 +0100
committerPaul B Mahol <onemda@gmail.com>2016-03-02 09:40:41 +0100
commita7897bd3a6e1d9f10a84b610ed471d727473b37e (patch)
tree1f2d6835dbcadefdcbfe0c4ed110d3ab0347539f /doc/filters.texi
parent85dd497baad0f0667636bb17c6d2463d5f15a532 (diff)
avfilter/vf_vectorscope: add graticule
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 39d353c8d1..f141daecef 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12559,6 +12559,28 @@ can still spot out of range values without constantly looking at vectorscope.
@item peak+instant
Peak and instant envelope combined together.
@end table
+
+@item graticule, g
+Set what kind of graticule to draw.
+@table @samp
+@item none
+@item green
+@item color
+@end table
+
+@item opacity, o
+Set graticule opacity.
+
+@item flags, f
+Set graticule flags.
+
+@table @samp
+@item white
+Draw graticule for white point.
+
+@item black
+Draw graticule for black point.
+@end table
@end table
@anchor{vidstabdetect}