I can not for the life of me remember how I enabled hardware decoding before.
I have a Vega Frontier GPU
I installed ffmpeg from fusion and and set Media.ffmpeg.vaapi.enabled = true
Is there anything I’m missing? Thank you.
I can not for the life of me remember how I enabled hardware decoding before.
I have a Vega Frontier GPU
I installed ffmpeg from fusion and and set Media.ffmpeg.vaapi.enabled = true
Is there anything I’m missing? Thank you.
Have a look at this:
https://fedoraproject.org/wiki/Firefox_Hardware_acceleration
Accelerated video decoding works well on AMD as free drivers are available. Free video formats (e.g. VP8/VP9/AV1) should be accelerated out of the box. You can add support for H.264 VA-API decode by these steps:
Do sudo dnf install libva-utils
to have vainfo available.