Browse Source

avfilter/vf_waveform: implement various filters

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.8
Paul B Mahol 10 years ago
parent
commit
32f217edad
2 changed files with 792 additions and 177 deletions
  1. +21
    -0
      doc/filters.texi
  2. +771
    -177
      libavfilter/vf_waveform.c

+ 21
- 0
doc/filters.texi View File

@@ -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


+ 771
- 177
libavfilter/vf_waveform.c
File diff suppressed because it is too large
View File


Loading…
Cancel
Save