summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-04-15 22:00:00 +0200
committerPaul B Mahol <onemda@gmail.com>2019-04-20 14:20:07 +0200
commit782ae68a117f0c3611617c28eb6f5f4b9a599cfd (patch)
tree43268d9d423cbfb86633397b0047d45eec7f6d04 /doc
parente20ad3bd59cc575fbd373a4cd71a1aa782251162 (diff)
avfilter: add lagfun filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f04c48c9e7..965756c003 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11356,6 +11356,21 @@ kerndeint=map=1
@end example
@end itemize
+@section lagfun
+
+Slowly update darker pixels.
+
+This filter makes short flashes of light appear longer.
+This filter accepts the following options:
+
+@table @option
+@item decay
+Set factor for decaying. Default is .95. Allowed range is from 0 to 1.
+
+@item planes
+Set which planes to filter. Default is all. Allowed range is from 0 to 15.
+@end table
+
@section lenscorrection
Correct radial lens distortion