diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-02-22 23:32:27 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-02-22 23:32:27 +0100 |
commit | c679119a73d96b834061bbed2cc38aa6bb5f79f0 (patch) | |
tree | 1b8108af64945213e58c9a7d03098a7ba224bd9f /doc | |
parent | 6f93868e464da4871742679031579b71b2e225a6 (diff) | |
download | ffmpeg-c679119a73d96b834061bbed2cc38aa6bb5f79f0.tar.gz |
avfilter/vf_amplify: add tolerance option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0ef6f56d5d..ba9858abce 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5652,6 +5652,11 @@ Set threshold for difference amplification. Any difference greater or equal to this value will not alter source pixel. Default is 10. Allowed range is from 0 to 65535. +@item tolerance +Set tolerance for difference amplification. Any difference lower to +this value will not alter source pixel. Default is 0. +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. |