summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-05-04 14:19:03 +0200
committerPaul B Mahol <onemda@gmail.com>2018-05-04 14:41:38 +0200
commit4bad76b6e9e44b54bf08fd190c22edeb8222d83d (patch)
tree8c51595cfdda762f5da4c1e24ff063efb4a38cf4 /doc/filters.texi
parent1d642ebfdb31b7c55ba02500a76f3febf04ce434 (diff)
avfilter/vf_amplify: add more options for finer filtering
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 218f30ef5f..44307f3f5c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5207,6 +5207,14 @@ Set threshold for difference amplification. Any differrence greater or equal to
this value will not alter source pixel. Default is 10.
Allowed range is from 0 to 65535.
+@item low
+Set lower limit for changing source pixel. Default is 65535. Allowed range is from 0 to 65535.
+This option controls maximum possible value that will decrease source pixel value.
+
+@item high
+Set high limit for changing source pixel. Default is 65535. Allowed range is from 0 to 65535.
+This option controls maximum possible value that will increase source pixel value.
+
@item planes
Set which planes to filter. Default is all. Allowed range is from 0 to 15.
@end table