summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoman Arzumanyan <rarzumanyan@nvidia.com>2021-09-06 14:26:27 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2021-10-07 18:07:53 +0200
commited084161baaa056545d8c5d9d27feac254081f93 (patch)
treed62877fae00a9adc113d0baff6d50ba8d2503581 /doc
parent3e022d185cb1640b1bc9fb535118b3624eefe8f4 (diff)
avfilter/sharpen_npp: add sharpening video filter with borders control
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 1994467f46..ca9203d02d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18925,6 +18925,23 @@ Keep the same colorspace property (default).
@end table
@end table
+@section sharpen_npp
+Use the NVIDIA Performance Primitives (libnpp) to perform image sharpening with
+border control.
+
+The following additional options are accepted:
+@table @option
+
+@item border_type
+Type of sampling to be used ad frame borders. One of the following:
+@table @option
+
+@item replicate
+Replicate pixel values.
+
+@end table
+@end table
+
@section shear
Apply shear transform to input video.