Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

mfxh264dec not using GPU? #168

Open
shakeeb80 opened this issue Apr 11, 2019 · 1 comment
Open

mfxh264dec not using GPU? #168

shakeeb80 opened this issue Apr 11, 2019 · 1 comment

Comments

@shakeeb80
Copy link

I am trying to decode a video stream using mfxh264dec but it looks like it is not using the GPU. I am comparing the cpu and gpu usage with avdec_h264 element.

I am using intel media driver 18.4.1, intel media sdk 18.4.1, libva 2.4 and gstreamer media sdk 1.3.3

@eero-t
Copy link

eero-t commented Apr 12, 2019

What's your command line and how did you deduce with avdec_h264 that it's not using GPU?

H264 decode on GPU is so lightweight that what you win with decoding, is easily lost by doing hwdownload, scaling and format conversion on CPU.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants