mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
avfilter: add a transpose_vulkan filter
The following command is on how to apply transpose_vulkan filter: ffmpeg -init_hw_device vulkan -i input.264 -vf \ hwupload=extra_hw_frames=16,transpose_vulkan,hwdownload,format=yuv420p output.264 Signed-off-by: Wu Jianhua <jianhua.wu@intel.com>
This commit is contained in:
@@ -462,6 +462,7 @@ extern const AVFilter ff_vf_transpose;
|
||||
extern const AVFilter ff_vf_transpose_npp;
|
||||
extern const AVFilter ff_vf_transpose_opencl;
|
||||
extern const AVFilter ff_vf_transpose_vaapi;
|
||||
extern const AVFilter ff_vf_transpose_vulkan;
|
||||
extern const AVFilter ff_vf_trim;
|
||||
extern const AVFilter ff_vf_unpremultiply;
|
||||
extern const AVFilter ff_vf_unsharp;
|
||||
|
||||
Reference in New Issue
Block a user