intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
271 stars 83 forks source link

Unable to decode h265 video #149

Open GeorgeZaher opened 1 month ago

GeorgeZaher commented 1 month ago

Hello,

I have an issue running onevpl and onevpl tools as I always reach a situation that the decode samples in api2ix are enable to locate the hardware.

/oneVPL/examples/api2x/hello-decode$ ./a.out -i /home/ron/Desktop/testOneApi/t1/input.h264 Cannot create session -- no implementations meet selection criter

I humbly request a guide to make this linux code work

Best Regards George

mav-intel commented 1 month ago

To use Intel® VPL for video processing you need to install at least one implementation. Here is a list:

Did you install an implementation? And if so which one? You still need the lower level parts of the media/graphics stack. Note that in the vpl-gpu-rt repo it will guide you on installing the lower level components of the graphics stack.

GeorgeZaher commented 1 month ago

Hello, I have MediaSDK and it not working properly as it alwasys looks for hardware, also my intel i5 11th generation should find it, also compiling interl vpl gpu runtime is not working

image

Best Regards George

mav-intel commented 1 month ago

Media SDK implementations do not support API2.x. API1.x examples should work with MediaSDK.

Have you run vpl-inspect? What implementations does it see?

GeorgeZaher commented 1 month ago

image

mav-intel commented 1 month ago

@GeorgeZaher could you post the output of vpl-inspect?