diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-03-11 14:20:45 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-03-11 23:08:38 +0100 |
commit | 817d0c6da26b465eba4d6a0288e3999fc29ea34d (patch) | |
tree | 30e3a43a6df7bf69de6e6f2f17aebef516f5a5e6 /doc/filters.texi | |
parent | b86339a9f8d7cf86995e89c7d6683ce3f64a7525 (diff) | |
download | ffmpeg-817d0c6da26b465eba4d6a0288e3999fc29ea34d.tar.gz |
avfilter/vf_waveform: add parade display mode
Rename old parade display mode to stacked.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index cf39dbc417..d5d619e35d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13109,10 +13109,14 @@ This display mode makes it easier to spot relative differences or similarities in overlapping areas of the color components that are supposed to be identical, such as neutral whites, grays, or blacks. -@item parade +@item stack Display separate graph for the color components side by side in @code{row} mode or one below the other in @code{column} mode. +@item parade +Display separate graph for the color components side by side in +@code{column} mode or one below the other in @code{row} mode. + Using this display mode makes it easy to spot color casts in the highlights and shadows of an image, by comparing the contours of the top and the bottom graphs of each waveform. Since whites, grays, and blacks are characterized @@ -13120,7 +13124,7 @@ by exactly equal amounts of red, green, and blue, neutral areas of the picture should display three waveforms of roughly equal width/height. If not, the correction is easy to perform by making level adjustments the three waveforms. @end table -Default is @code{parade}. +Default is @code{stack}. @item components, c Set which color components to display. Default is 1, which means only luminance |