Hardware encoding not appearing in settings

Flika1999

New Member
I was trying to set up to record gameplay but I can't seem to find the proper encoder settings. I tried setting up gstreamer to try and fix it but it still doesnt show my GPU as a device.

GPU is a 7800XT. I am on EndeavourOS.
 

Attachments

  • Screenshot_20240519_205332.png
    Screenshot_20240519_205332.png
    26.2 KB · Views: 71
  • 2024-05-19 20-49-11.txt
    10.4 KB · Views: 31

Tuna

Member
Code:
20:49:11.369: VAAPI: Failed to initialize display in vaapi_device_h264_supported
20:49:11.369: FFmpeg VAAPI H264 encoding not supported
20:49:11.369: VAAPI: Failed to initialize display in vaapi_device_av1_supported
20:49:11.369: FFmpeg VAAPI AV1 encoding not supported
20:49:11.369: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
20:49:11.369: FFmpeg VAAPI HEVC encoding not supported

You may be missing some drivers.
 

Flika1999

New Member
Code:
20:49:11.369: VAAPI: Failed to initialize display in vaapi_device_h264_supported
20:49:11.369: FFmpeg VAAPI H264 encoding not supported
20:49:11.369: VAAPI: Failed to initialize display in vaapi_device_av1_supported
20:49:11.369: FFmpeg VAAPI AV1 encoding not supported
20:49:11.369: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
20:49:11.369: FFmpeg VAAPI HEVC encoding not supported

You may be missing some drivers.
Thanks for the fast response. You are correct, I installed libva-mesa-driver and it fixed the issue.
 
Top