11-14-2023, 05:51 PM
Hello! I am trying to record my gameplay, and I have been testing different settings to get optimal result, but it seems my computer is not very suited for the task. I am using Intel Core i3-10105 CPU with UHD 630 integrated graphics, which should support the Intel HEVC encoding. I was expecting to see if performance is better with it, but I am unable to record using that codec. I am getting the following errors:
The exact codec I am trying to use is hevc_qsv [HEVC (Intel Quick Sync Video acceleration)], which should be supported by the iGPU as per ffmpeg.org QuickSync page. I tried to lookup the net and forums, but couldn't find a similar issue, so I wonder if some components are missing, as I had to put ffmpeg dlls and binary into PCSX2 directory manually.
Code:
1. av_hwframe_ctx_init() failed: Function not implemented (-40)
2. Failed to create hardware encoder, using software encoding
The exact codec I am trying to use is hevc_qsv [HEVC (Intel Quick Sync Video acceleration)], which should be supported by the iGPU as per ffmpeg.org QuickSync page. I tried to lookup the net and forums, but couldn't find a similar issue, so I wonder if some components are missing, as I had to put ffmpeg dlls and binary into PCSX2 directory manually.