diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-02-29 11:32:17 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-03-02 09:40:41 +0100 |
commit | a7897bd3a6e1d9f10a84b610ed471d727473b37e (patch) | |
tree | 1f2d6835dbcadefdcbfe0c4ed110d3ab0347539f /doc | |
parent | 85dd497baad0f0667636bb17c6d2463d5f15a532 (diff) | |
download | ffmpeg-a7897bd3a6e1d9f10a84b610ed471d727473b37e.tar.gz |
avfilter/vf_vectorscope: add graticule
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 22 |
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} |