Skip to content
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

VP8 decode fails on i7-8550U #160

Open
i-barati opened this issue Sep 12, 2024 · 1 comment
Open

VP8 decode fails on i7-8550U #160

i-barati opened this issue Sep 12, 2024 · 1 comment
Labels
recommend transfer This looks like it is better solved in another project

Comments

@i-barati
Copy link

I try to decode vp8 encoded file with api1x_core\legacy-decode example. The only change i made the example is change mfxDecParams.mfx.CodecId to MFX_CODEC_VP8 and include vpl/mfxvp8.h. The output of the example is the following:

Implementation details:
ApiVersion: 1.35
Implementation type: HW
AccelerationMode via: D3D11
DeviceID: 5917/0
Path: C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_c34fd594e40bf436\libmfxhw64.dll
Error initializing decode

MFXVideoDECODE_Init returns, with MFX_ERR_UNSUPPORTED. According to Intel's documentation VP8 decoding is supported on this cpu generation. Why MFXVideoDECODE_Init fails?

@tletnes
Copy link
Contributor

tletnes commented Sep 25, 2024

This is most likely due to either a platform limitation or a parameter mismatch required for VP8. You may be able to use vpl-inspect to check what your platform supports, otherwise the hardware runtime team is probably the best place to ask abut hat settings the hardware needs set. https://github.com/intel/vpl-gpu-rt

@tletnes tletnes added the recommend transfer This looks like it is better solved in another project label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
recommend transfer This looks like it is better solved in another project
Projects
None yet
Development

No branches or pull requests

2 participants