diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-08-28 18:45:53 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-09-01 08:43:34 +0000 |
commit | 32f217edadf0b79151aa2a2d16b38d07354749de (patch) | |
tree | 5a0cd3e2497b0b5c2bc0115f8321080f13f62ee3 /doc | |
parent | b86532810ddc498d16e85b3535037e50a93dbad0 (diff) | |
download | ffmpeg-32f217edadf0b79151aa2a2d16b38d07354749de.tar.gz |
avfilter/vf_waveform: implement various filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b78cf90435..892347b21d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11102,6 +11102,27 @@ can still spot out of range values without constantly looking at waveforms. @item peak+instant Peak and instant envelope combined together. @end table + +@item filter, f +@table @samp +@item lowpass +No filtering, this is default. + +@item flat +Luma and chroma combined together. + +@item aflat +Similar as above, but shows difference between blue and red chroma. + +@item chroma +Displays only chroma. + +@item achroma +Similar as above, but shows difference between blue and red chroma. + +@item color +Displays actual color value on waveform. +@end table @end table @section xbr |