第一次用论坛发帖,不会用,写一部分就发出去了。
系统日志显示错误信息:
[h264 @ 0x7f5efa148480] Invalid setup for format vulkan: does not match the type of the provided device context.
[h264 @ 0x7f5efa148480] Invalid setup for format cuda: does not match the type of the provided device context.
[h264_qsv @ 0x7f5efa146180] Selected ratecontrol mode is unsupported
[h264_qsv @ 0x7f5efa146180] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters.
网上搜索一番以后,定位到问题是内核guc/huc没有加载成功。
解决方法:在/etc/modprobe.d/i915.conf文件中加入options i915 enable_guc=3
保存退出,重启即可