Commit 82ef4c70 authored by Wu Jianhua's avatar Wu Jianhua Committed by Lynne

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: 's avatarWu Jianhua <jianhua.wu@intel.com>
parent 50ca36f8
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment