我正在尝试将一个长视频切成几个小片段。任何推荐的工具都可以完成任务?
环境:
Ubuntu 16.04 LTS。该机采用Intel iris Pro Graphics 580(Skylake GT4e)图形处理器。
火神:1.0.21.1
问题,我安装了Vulkan 1.x SDK,并尝试运行cube示例。我得到的错误信息是:
./cube
vkEnumerateInstanceExtensionProperties failed to find the VK_KHR_surface extension.
Do you have a compatible Vulkan installable client driver (ICD) installed?
Please look at the Getting Started guide for additional information.
Run Code Online (Sandbox Code Playgroud)
安装 mesa-util 后,我收到以下错误消息:
FINISHME: Get correct values for VkPhysicalDeviceLimits
vulkan: No DRI3 support
Could not find a graphics and a present queue
Run Code Online (Sandbox Code Playgroud)
我试过的解决方案:
https://gist.github.com/SaschaWillems/47be6970a3e99a3d30e1(我使用了 Mesa 12.01 而不是 Mesa master,但我认为 12.01 已经足够了。)
https://launchpad.net/~canonical-x/+archive/ubuntu/vulkan安装包后仍然无法运行cube示例。
知道如何在英特尔 GPU 上运行 vulkan …