diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-08-23 11:54:16 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-08-24 14:19:30 +0000 |
commit | c34c050303b11e3f88fa1be7b43fe9439765e0af (patch) | |
tree | 16e8e19613b16942333c7a73cedcb4dae5239ede /doc | |
parent | ee155c18a2c50b339ba5f6f223fbb6dc343fd471 (diff) | |
download | ffmpeg-c34c050303b11e3f88fa1be7b43fe9439765e0af.tar.gz |
avfilter/vf_vectorscope: make intensity user configurable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0a63890d92..2f7b0fa913 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10533,6 +10533,10 @@ Set which color component will be represented on X-axis. Default is @code{1}. @item y Set which color component will be represented on Y-axis. Default is @code{2}. + +@item intensity +Set intensity, used by modes: gray, color and color3 for increasing brightness +of color component which represents frequency of (X, Y) location in graph. @end table @anchor{vidstabdetect} |