try this (replace files in SVP 4/plugins)
The SVP works fine with these updated files on OpenSuse Tumbleweed. Thank you very much for this help and your amazing software.
A few notes on the OpenSuse Tubleweed multimedia support.
The user can enable the Packman software repository as described here.
https://en.opensuse.org/Additional_package_repositories
sudo zypper ar -cfp 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman
sudo zypper dup --from packman --allow-vendor-change
Alternatively, the user can visit the graphical Yast control center, open Software Repositories, and add a new community repository (Packman, the entire repository of all the software packages). However, the name of the repository is registered differently, so you need a different command to install the basic multimedia codecs.
sudo zypper dup --from "Packman Repository" --allow-vendor-change
Further, install mpv, mediainfo, and python3-vapoursynth
sudo zypper install mpv
sudo zypper install mediainfo
sudo zypper install python3-vapoursynth
The file type associations can be changed in the File Associations program.
https://www.ghacks.net/2018/03/28/how-t … e5-plasma/
Thanks again!