mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 02:12:28 +00:00
avfilter/vf_waveform: implement various filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
b86532810d
commit
32f217edad
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user