summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-12-26 13:52:24 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-01 12:43:42 +0100
commit54cd025a82fcee1813aba64de4d7a52d0b9b1e79 (patch)
tree988400b79b32a240eefe6802dbc595bd0aa6253e /doc
parent63505fc60a8031ebea824a3e78a07b73c6dc049f (diff)
avfilter: add temporal midway equalizer filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 435575a5fb..01ae540c5c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -19323,6 +19323,28 @@ minimum values, and @code{1} maximum values.
This filter supports all above options as @ref{commands}, excluding option @code{radius}.
+@section tmidequalizer
+
+Apply Temporal Midway Video Equalization effect.
+
+Midway Video Equalization adjusts a sequence of video frames to have the same
+histograms, while maintaining their dynamics as much as possible. It's
+useful for e.g. matching exposures from a video frames sequence.
+
+This filter accepts the following option:
+
+@table @option
+@item radius
+Set filtering radius. Default is @code{5}. Allowed range is from 1 to 127.
+
+@item sigma
+Set filtering sigma. Default is @code{0.5}. This controls strength of filtering.
+Setting this option to 0 effectively does nothing.
+
+@item planes
+Set which planes to process. Default is @code{15}, which is all available planes.
+@end table
+
@section tmix
Mix successive video frames.