diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-03-01 12:33:56 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-03-01 12:36:35 +0100 |
commit | 84f5583078699e96b040f4f41b39720b683326d0 (patch) | |
tree | 532da412bf05fa65e142911890ac94324b9531e1 /doc/filters.texi | |
parent | e1974622e1e07bee1f6324be60bd0a97f1811b3f (diff) | |
download | ffmpeg-84f5583078699e96b040f4f41b39720b683326d0.tar.gz |
avfilter/vf_unsharp: add support for alpha formats
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c3623dee89..c5cba2aa2d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -21585,6 +21585,23 @@ sharpen it, a value of zero will disable the effect. Default value is 0.0. +@item alpha_msize_x, ax +Set the alpha matrix horizontal size. It must be an odd integer +between 3 and 23. The default value is 5. + +@item alpha_msize_y, ay +Set the alpha matrix vertical size. It must be an odd integer +between 3 and 23. The default value is 5. + +@item alpha_amount, aa +Set the alpha effect strength. It must be a floating point number, reasonable +values lay between -1.5 and 1.5. + +Negative values will blur the input video, while positive values will +sharpen it, a value of zero will disable the effect. + +Default value is 0.0. + @end table All parameters are optional and default to the equivalent of the |