diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-11-03 11:25:04 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-11-03 11:55:46 +0100 |
commit | bf9950446d73e4c380bdc0ea8241bbd0f86d7983 (patch) | |
tree | 2c3f4e953e7f52667129dfc14f458eb2f77c7b20 /doc/filters.texi | |
parent | 2171f97cc88fc5a73409c6785a961f11113f8e9b (diff) | |
download | ffmpeg-bf9950446d73e4c380bdc0ea8241bbd0f86d7983.tar.gz |
avfilter/vf_chromanr: improve filtering results
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 177f0774fc..62a580a245 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8048,7 +8048,7 @@ Set threshold for averaging chrominance values. Sum of absolute difference of Y, U and V pixel components of current pixel and neighbour pixels lower than this threshold will be used in averaging. Luma component is left unchanged and is copied to output. -Default value is 30. Allowed range is from 1 to 5000. +Default value is 30. Allowed range is from 1 to 200. @item sizew Set horizontal radius of rectangle used for averaging. @@ -8072,19 +8072,19 @@ Mostly useful to speed-up filtering. Set Y threshold for averaging chrominance values. Set finer control for max allowed difference between Y components of current pixel and neigbour pixels. -Default value is 5000. Allowed range is from 1 to 5000. +Default value is 200. Allowed range is from 1 to 200. @item threu Set U threshold for averaging chrominance values. Set finer control for max allowed difference between U components of current pixel and neigbour pixels. -Default value is 5000. Allowed range is from 1 to 5000. +Default value is 200. Allowed range is from 1 to 200. @item threv Set V threshold for averaging chrominance values. Set finer control for max allowed difference between V components of current pixel and neigbour pixels. -Default value is 5000. Allowed range is from 1 to 5000. +Default value is 200. Allowed range is from 1 to 200. @item distance Set distance type used in calculations. |