Den 28.09.2024 21:24, skrev Andrew Randrianasulu:


сб, 28 сент. 2024 г., 21:59 Terje J. Hanssen <terjejhanssen@gmail.com>:


Den 28.09.2024 19:10, skrev Andrew Randrianasulu:
> May be ffmpeg tries onevpl on new hardware?
>
> https://bugs.gentoo.org/590752
>
> example output
>
> https://bugs.gentoo.org/attachment.cgi?id=835909


I think so because Intel VPL GPU Runtime is for use on Intel DG1 (Iris
Xe graphics and newer),
while Intel Media SDK for use on older, legacy Intel graphics, selected
by the VPL dispatcher
https://github.com/intel/libvpl/?tab=readme-ov-file#intel-video-processing-library-intel-vpl

I searched a time back for the vpl-inspect tool, but I could not find it
among my installed RT Intel packages

try https://github.com/intel/libvpl-tools/ ?

either as package name or your own source build ...
(may be ping libvpl maintainer in suse?)


localhost:~ # ping libvpl maintainer
ping: maintainer: No address associated with hostname
localhost:~ # which vpl-inspect
which: no vpl-inspect in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin)

So I gave this procedure a try but stopped for me at
https://github.com/intel/libvpl-tools/?tab=readme-ov-file#build-and-install-the-intel-vpl-tools

localhost:~ # git clone https://github.com/intel/libvpl-tools
Cloning into 'libvpl-tools'...
remote: Enumerating objects: 1020, done.
remote: Counting objects: 100% (1020/1020), done.
remote: Compressing objects: 100% (556/556), done.
remote: Total 1020 (delta 464), reused 987 (delta 431), pack-reused 0 (from 0)
Receiving objects: 100% (1020/1020), 1.46 MiB | 6.19 MiB/s, done.
Resolving deltas: 100% (464/464), done.
localhost:~ # pushd libvpl-tools
~/libvpl-tools ~
localhost:~/libvpl-tools # export VPL_INSTALL_DIR=`pwd`/../_vplinstall
localhost:~/libvpl-tools # script/bootstrap
Error: unknown OS distribution 'opensuse suse'