-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD video encoder usage is actually decoder usage and vice versa #212
Comments
Hi, this is known and an unfortunate side effect of AMD merging the decoder and encoder parts of their media engine since RX 7xxx. I haven't yet found a way to properly find out whether a GPU has this new merged engine or the old seperated engine, and I'd really like to avoid using regex on the GPU name or hardcoding a list of PCI IDs. :/ |
I think the VCN HW IP version we can get from |
I think I'm having the same issue in an intel iGPU, is it the same reason or should I report it? Firefox is showing encoder usage and no decoder usage while playing a youtube video. |
Hi, the reason for that is the same as for newer AMD GPUs, Intel GPUs unfortunately do not differentiate between encode and decode and I haven't yet found a way to make this work in the Apps and Processes pages. |
Hi, I've pushed a branch |
Is there an existing issue for this?
Current Behavior
The "Video Encoder Usage" tracks the usage of hardware decoding, the "Video Decoder Usage" presumably tracks the usage of hardware encoding.
Expected Behavior
The "Video Encoder Usage" tracks the usage of hardware encoding, "Video Decoder Usage" tracks the usage of hardware decoding.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: