1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavfilter
Wu Jianhua 82ef4c708e avfilter/vf_gblur_vulkan: add sizeV option
This commit added a sizeV option, integrated some identical operations
to a separate function, and updated the CGS for horizontal and vertical
respectively.

The following command is on how to apply sizeV option:

ffmpeg -init_hw_device vulkan -i input.264 -vf \
hwupload,gblur_vulkan=size=127:sigma=20:sizeV=3:sigmaV=0.5,hwdownload,format=yuv420p \
-y out.264

Signed-off-by: Wu Jianhua <jianhua.wu@intel.com>
2022-02-22 05:52:44 +01:00
..
2021-11-11 21:54:46 +01:00
2022-01-29 11:46:55 +01:00
2022-01-29 11:46:55 +01:00
2021-12-25 11:32:41 +01:00
2022-02-20 12:38:52 +01:00
2022-02-09 09:40:33 +01:00
2022-02-07 00:31:23 +01:00
2022-02-18 17:12:46 +01:00
2021-11-11 21:54:46 +01:00
2021-11-11 21:54:46 +01:00
2021-10-10 12:04:30 +02:00
2022-01-14 15:48:36 +01:00