This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] SVT-AV1 not working with vapoursynth inputs (Arch Linux)
#11
You are missing the scripts from: https://github.com/Selur/VapoursynthScriptsInHybrid

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#12
How to install these scripts?
Reply
#13
Looking at the script you posted before, Hybrid atm. assumes your script folder is '/usr/lib/python3.12/site-packages/'.
# Import scripts folder
scriptPath = '/usr/lib/python3.12/site-packages/'
sys.path.insert(0, os.path.abspath(scriptPath))
So you should either copy those scripts into that folder, or point Hybrid into the location of wherever you copied the scripts to, by setting 'vsScriptPath' in a misc.ini
[General]
vsScriptPath="PATH TO YOUR vsSCRIPTSFOLDER"
'misc.ini' should be located under:
  • ~/.hybrid/misc.ini
  • ~/config/hybrid/misc.ini
or next to Hybrid.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#14
Everything is now working. What I did:

1. Installed the scripts at a subfolder in ~/.hybrid (because the AUR package creates It).
2. Did a PKGBUILD package for installing vsViewer (and installed successfully)

Then vsViewer told me the rest. Mainly the resize2 plugin not installed in my system.

The PKGBUILD for making an AUR package is here, If It's useful for you:
.gz   vsviewer_pkgbuild.tar.gz (Size: 626 bytes / Downloads: 0)

At the moment, It's encoding. I'll get back If I found any other bugs. 

Thanks, Selur! :D
Inky
Reply
#15
Nice. Happy that worked out.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)