diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-02-28 19:20:50 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-28 20:03:04 +0100 |
commit | 2ad1c87bb260fc921878b04fa7729ab6cc7130e3 (patch) | |
tree | f2ca3e169298bdf68614d1b2af496a3c0c9cebb3 /doc/filters.texi | |
parent | c6f4720b8664e6e22eb5b3da6bb48ed5b113f746 (diff) | |
download | ffmpeg-2ad1c87bb260fc921878b04fa7729ab6cc7130e3.tar.gz |
avfilter/vf_vectorscope: add color5 mode, mode like color but with higher saturation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7e7d8ff93b..67c0da7bb6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12513,7 +12513,7 @@ same component color value on location in graph. This is the default mode. @item color Gray values are displayed on graph. Surrounding pixels values which are not present in video frame are drawn in gradient of 2 color components which are -set by option @code{x} and @code{y}. +set by option @code{x} and @code{y}. The 3rd color component is static. @item color2 Actual color components values present in video frame are displayed on graph. @@ -12527,6 +12527,10 @@ default values of @code{x} and @code{y}. Actual colors present in video frame are displayed on graph. If two different colors map to same position on graph then color with higher value of component not present in graph is picked. + +@item color5 +Gray values are displayed on graph. Similar to @code{color} but with 3rd color +component picked from radial gradient. @end table @item x @@ -12536,7 +12540,7 @@ Set which color component will be represented on X-axis. Default is @code{1}. Set which color component will be represented on Y-axis. Default is @code{2}. @item intensity, i -Set intensity, used by modes: gray, color and color3 for increasing brightness +Set intensity, used by modes: gray, color, color3 and color5 for increasing brightness of color component which represents frequency of (X, Y) location in graph. @item envelope, e |