-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFmpeg fails to make [hwcontext_vulkan] #2345
Comments
Probably you need to |
I removed the vulkan repository let m-ab-s re-download and build it same error happened. |
It was a fresh (kinda) m-a-s install, I freshly pulled everything, yet the error keeps happening. |
The VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME was removed from vulkan headers (include/vulkan/vulkan_beta.h) in this commit KhronosGroup/Vulkan-Headers@00671c6#diff-b1e4e7ea6a31d516e9a13c9e08028fb3959058081965270ac94d587d9ec1758dL903 I am not sure if this should be reported to ffmpeg. But one can try. |
One temporary workaround might be to |
|
OK, did that. Feel free to comment over there: https://trac.ffmpeg.org/ticket/10115
|
Fixed upstream FFmpeg/FFmpeg@eb0455d646 |
edited the nano /HandBrake/build/contrib/ffmpeg/ffmpeg-5.1.2/libavutil/hwcontext_vulkan.c the two unknown items (VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME, VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME) removed manually. rebuild using make is successful. |
Turning off
--enable-vulkan
in ffmpeg_options.txt is a temporary fixThe text was updated successfully, but these errors were encountered: