diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-03-13 11:23:27 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-03-13 11:24:39 +0100 |
commit | 912fec3e54ae933665f87a5bdd1557fc055c20ff (patch) | |
tree | 2814e81eaa4cdd9e669dc85b8d9dc2fa3a12f2ac /doc/filters.texi | |
parent | 5024a82e9548d186224b3be4de4041dbd1c2a482 (diff) | |
download | ffmpeg-912fec3e54ae933665f87a5bdd1557fc055c20ff.tar.gz |
avfilter/vf_waveform: add acolor filter
Useful in combination with color filter.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 1f86c04a0a..c093927844 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13176,6 +13176,9 @@ Similar as above, but shows difference between blue and red chroma. @item color Displays actual color value on waveform. + +@item acolor +Similar as above, but with luma showing frequency of chroma values. @end table @item graticule, g |