ffmpeg-tutorials icon indicating copy to clipboard operation
ffmpeg-tutorials copied to clipboard

在只有AMD集显的电脑使用WGC错误

Open xd-byte opened this issue 6 months ago • 0 comments

av_hwdevice_ctx_create(&capture_hw_device_ctx, AV_HWDEVICE_TYPE_D3D11VA, nullptr, nullptr, 0) 上述代码在只有AMD集显的电脑上返回错误,值为:-1313558101 使用av_strerror转为文本:Unknown error occurred。

xd-byte avatar Apr 01 '25 08:04 xd-byte