You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest ffmpeg 7.1, vulkan encoding/decoding for h264/265 have been completed and encoder part has been merged to ffmpeg repo.
Support for Vulkan encoding, with H264 and HEVC was merged. This finally allows fully Vulkan-based decode-filter-encode pipelines, by having a sink for Vulkan frames, other than downloading or displaying them. The encoders have feature-parity with their VAAPI implementation counterparts. Khronos has announced that support for AV1 encoding is also coming soon to Vulkan, and FFmpeg is aiming to have day-one support.
Hello,
Thanks for your great work!
With the latest ffmpeg 7.1, vulkan encoding/decoding for h264/265 have been completed and encoder part has been merged to ffmpeg repo.
Would you consider adding
--enable-vulkan --enable-libshaderc
to static build,Btbn has this variant as documented here
https://github.com/BtbN/FFmpeg-Builds/tree/master/scripts.d/50-vulkan
More about vulkan encoding from khronos,
KhronosGroup/Vulkan-Docs#2284
Thanks.
The text was updated successfully, but these errors were encountered: