diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-12-28 13:27:46 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-12-28 14:01:15 +0100 |
commit | 2736dc05643944ac7adf729242d14b448c9ebde7 (patch) | |
tree | 25449e2015ae23426492d663a13af34f6ec6cc26 /doc/filters.texi | |
parent | 29b765d657ac7e3660e2243557339189e5748c51 (diff) | |
download | ffmpeg-2736dc05643944ac7adf729242d14b448c9ebde7.tar.gz |
avfilter/vf_vectorscope: rename gray mode to tint mode
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 22f9e36a2d..7c6003ac3d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18945,6 +18945,7 @@ Set vectorscope mode. It accepts the following values: @table @samp @item gray +@item tint Gray values are displayed on graph, higher brightness means more pixels have same component color value on location in graph. This is the default mode. @@ -19048,6 +19049,11 @@ Set what kind of colorspace to use when drawing graticule. @item 709 @end table Default is auto. + +@item tint0, t0 +@item tint1, t1 +Set color tint for gray/tint vectorscope mode. By default both options are zero. +This means no tint, and output will remain gray. @end table @anchor{vidstabdetect} |