diff options
author | Wu Jianhua <jianhua.wu@intel.com> | 2021-12-11 03:05:00 +0800 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2021-12-10 20:49:51 +0100 |
commit | f106c7228503241d044fb404d1012047d6452f74 (patch) | |
tree | 4b3cbc68c8c86af71e42006a249a325912b77762 /libavfilter/af_asoftclip.c | |
parent | 0c1d47a6b39ba19c0883e6322ca509eb8e73e875 (diff) | |
download | ffmpeg-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/af_asoftclip.c')
0 files changed, 0 insertions, 0 deletions