ffmpeg-build-script
ffmpeg-build-script copied to clipboard
[Suggestion] Include Vulkan Video API in the building scripts.
trafficstars
Since ffmpeg version 6.1, it was released the support for Vulkan Video API of Hardware Acceleration, in the documentation of the ffmpeg filters, its pointing to the building flags that i'm gonna mention below.
https://ffmpeg.org/ffmpeg-filters.html#Vulkan-Video-Filters
"Below is a description of the currently available Vulkan video filters." "To enable compilation of these filters you need to configure FFmpeg with --enable-vulkan and either --enable-libglslang or --enable-libshaderc. "
Thanks!