summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-04-24 13:45:13 +0200
committerPaul B Mahol <onemda@gmail.com>2018-04-26 16:44:15 +0200
commit161e006cc02e991606ac1ef246afdbc1c3293867 (patch)
tree74f1fab579801d055e4112cb365c5560dbca7882 /doc/filters.texi
parent28503c5aea5f5ecaab95e9d0c56064132e4796d3 (diff)
avfilter: add tmix filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c4318c5b6f..23d6063ef4 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15561,6 +15561,21 @@ Vertical low-pass filtering can only be enabled for @option{mode}
@end table
+@section tmix
+
+Mix successive video frames.
+
+A description of the accepted options follows.
+
+@table @option
+@item frames
+The number of successive frames to mix. If unspecified, it defaults to 3.
+
+@item weights
+Specify weight of each input video frame.
+Each weight is separated by space.
+@end table
+
@section tonemap
Tone map colors from different dynamic ranges.