aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_gblur.c
diff options
context:
space:
mode:
authorWu Jianhua <jianhua.wu@intel.com>2021-12-11 03:05:00 +0800
committerLynne <dev@lynne.ee>2021-12-10 20:49:51 +0100
commitf106c7228503241d044fb404d1012047d6452f74 (patch)
tree4b3cbc68c8c86af71e42006a249a325912b77762 /libavfilter/vf_gblur.c
parent0c1d47a6b39ba19c0883e6322ca509eb8e73e875 (diff)
downloadffmpeg-f106c7228503241d044fb404d1012047d6452f74.tar.gz
avfilter/vf_transpose_vulkan: add clock and cclock option
The following command is on how to apply cclock option: ffmpeg -init_hw_device vulkan -i input.264 -vf \ hwupload=extra_hw_frames=16,transpose_vulkan=dir=cclock,hwdownload,format=yuv420p \ output.264 The following command is on how to apply clock_flip option: ffmpeg -init_hw_device vulkan -i input.264 -vf \ hwupload=extra_hw_frames=16,transpose_vulkan=dir=clock_flip,hwdownload,format=yuv420p \ output.264 The following command is on how to apply clock option: ffmpeg -init_hw_device vulkan -i input.264 -vf \ hwupload=extra_hw_frames=16,transpose_vulkan=dir=clock,hwdownload,format=yuv420p \ output.264 Signed-off-by: Wu Jianhua <jianhua.wu@intel.com>
Diffstat (limited to 'libavfilter/vf_gblur.c')
0 files changed, 0 insertions, 0 deletions