[HW Accel Support]: hwaccel not detected on startup in logs, yet intel vaapi stats show in dashboard #13547
-
Beta Was this translation helpful? Give feedback.
Answered by
ioExpander
Sep 4, 2024
Replies: 2 comments 1 reply
-
You should set preset-vaapi at the global level so it is used for everything |
Beta Was this translation helpful? Give feedback.
0 replies
-
thank you that did the trick to remove the Warning message from the startup logs. For future reference I added : ffmpeg:
hwaccel_args: preset-vaapi to my top level config. According to the docs if not set this should have fallback to "auto" detection but it seems that this did not work on my setup ? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NickM-27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you that did the trick to remove the Warning message from the startup logs. For future reference I added :
to my top level config. According to the docs if not set this should have fallback to "auto" detection but it seems that this did not work on my setup ?