intel / libvpl

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

HEVC hardware plugin support for old intel drivers on Windows? #106

Closed paniksystem closed 1 year ago

paniksystem commented 1 year ago

oneVPL dispatcher fails to encode HEVC on old intel drivers (most recent from Windows Update on Windows 10, drivers version 22.20.16.4815), i have a i5-7200U which works with ffmpeg 5.1 using the old mfx dispatcher, but the new oneVPL dispatcher has no support for loading the HW HEVC plugin using MFXVideoUSER_Load which is needed for this MSDK runtime version (1.25). Is this by design or is it planned to be supported in the future?

tletnes commented 1 year ago

MSDK Plugins were removed in API v2.0. HEVC support has been moved to the runtime with newer driver releases and does not require plugins. There is no plan to reintroduce the plugin subsystem.

paniksystem commented 1 year ago

Thank you