hardware acceleration doubles CPU usage #392
paularmstrong
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Does the endpoint exists on the docker server/machine? Do you run your linux installation with docker directly on the machine at hand or do you use a virtual env? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Looks like a recent change recommends using Here's what I'm using now: ffmpeg:
hwaccel_args:
- -hwaccel
- qsv
- -qsv_device
- /dev/dri/renderD128 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using an Intel 10th gen CPU
I have set
LIBVA_DRIVER_NAME=iHD. Using the following config:When running with the ffmpeg hwaccel, I get about 160% CPU usage. Without it I'm at about 80%. Is anyone else experiencing similar or were able to drop the CPU usage down?
Beta Was this translation helpful? Give feedback.
All reactions