[FFmpeg-devel] [PATCH] avfilter: add sharpen_npp video filter
Roman Arzumanyan
rarzumanyan at nvidia.com
Mon Sep 13 11:57:56 EEST 2021
This patch adds simple sharpening filter which is accelerated by NPP. CLI sample:
./ffmpeg \
-hwaccel cuda -hwaccel_output_format cuda \
-i ./input.mp4 \
-vf sharpen_npp \
-c:v hevc_nvenc \
-y ./output_sharp.mp4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-sharpen_npp-video-filter-added.patch
Type: text/x-patch
Size: 20419 bytes
Desc: 0001-sharpen_npp-video-filter-added.patch
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210913/55cae2b4/attachment.bin>
More information about the ffmpeg-devel
mailing list