summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-11-13 14:13:10 +0100
committerPaul B Mahol <onemda@gmail.com>2018-11-16 20:19:08 +0100
commit7a73cca2546af87d2699b4773419eb228983c2a4 (patch)
tree4a70322c27656f45b753b070a2b366cd8effe284 /doc
parent4334e9221ee139de01f48fbc95720b36648af0a0 (diff)
avfilter: add dedot video filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9faed8e65d..a697d3db14 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -7761,6 +7761,30 @@ had noise.
The @code{deconvolve} filter also supports the @ref{framesync} options.
+@section dedot
+
+Reduce cross-luminance (dot-crawl) and cross-color (rainbows) from video.
+
+It accepts the following options:
+
+@table @option
+@item m
+Set mode of operation. Can be combination of @var{dotcrawl} for cross-luminance reduction and/or
+@var{rainbows} for cross-color reduction.
+
+@item lt
+Set spatial luma threshold. Lower values increases reduction of cross-luminance.
+
+@item tl
+Set tolerance for temporal luma. Higher values increases reduction of cross-luminance.
+
+@item tc
+Set tolerance for chroma temporal variation. Higher values increases reduction of cross-color.
+
+@item ct
+Set temporal chroma threshold. Lower values increases reduction of cross-color.
+@end table
+
@section deflate
Apply deflate effect to the video.