Add vulkan video encoding option (-k h264_vulkan). WIP, not fully hardware accelerated yet

This commit is contained in:
dec05eba
2024-09-27 03:03:09 +02:00
parent 412cf0dbae
commit ebc8c69bac
14 changed files with 435 additions and 38 deletions

View File

@@ -20,6 +20,7 @@ src = [
'src/encoder/video/software.c',
'src/codec_query/cuda.c',
'src/codec_query/vaapi.c',
'src/codec_query/vulkan.c',
'src/egl.c',
'src/cuda.c',
'src/xnvctrl.c',