Hello, I'm requesting support for your plugin Radeon TOP
I'm trying to use my Ryzen 5700g igpu to transcode in av1 using AMF (which is supported by my hardware) with Tdarr but I'm getting this FFMpeg error in the (failed) file report:
[av1_amf @ 0x55f8ec12e440] DLL libamfrt64.so.1 failed to open
I've already tried adding this to the Tdarr container's extra parameters with no success (18 is my video group, and I have no render group on the host machine):
--group-add="18" --device=/dev/dri:/dev/dri --device=/dev/kfd:/dev/kfd
After more digging around seems like your plugin is only including libdrm and libdrm_amdgpu libraries that are part (if I'm not wrong) of the open-source amdgpu driver, but the component I'm looking for (libamfrt64) is part of the closed-source amdgpu-pro driver (amf-amdgpu-pro-1.4.36 is its last released package).
I've tried to add the latest version (and also some previous ones) of the ubuntu's libraries (I could not find anything built for slackware) in the folder "/usr/local/emhttp/plugins/radeontop/lib/" and then I run "modprobe amdgpu" but I had no success by myself.
I understand that you previously stated that this plugin enables support for VA-API but, sadly, with VA-API I cannot use neither av1 nor 10bit encoding in hevc, and not even tone-mapping (which would anyways be an awful "solution") so AMF is really my only option other than software encoding (which literally melts my cpu and is very time-consuming...)
I really hope you can help me (and possibly many others "low-budget fellas") fully enjoying our AMD hardware, let me know if you need any other information or if I can help you in any way!
Also, regardless of your answer, I would really want to sincerely thank you for your awesome job!
Crossing my fingers!