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.

Error ....... was not created
#11
Okey i did a fresh install of Arch. Now the AUR version works but without vapoursynth (it doesn't let me choose any synth). The binary version with the tools from your website looks like it works (i haven't tried the m2ts file yet but the programs boots and vapoursynth seems available). The binary version without tools doesn't launch (same errors as before). Both versions downloaded from the websites throw the same errors in the output but one manages to launch while the other crashes.
Regarding the AUR version, I had vapoursynth already installed because it's a dependency of both mpv and ffmpeg. The version is R70-2 (it's flagged as outdated). Can i provide something to better understand why vapoursynth is not detected by Hybrid ?
Reply
#12
Quote:Can i provide something to better understand why vapoursynth is not detected by Hybrid ?
If you start Hybrid through the command line, it should report where it tries to find Vapoursynth (vsViewer and other tools too).
If your Vapoursynth or the Vapoursynth scripts Hybrid uses (see: https://github.com/Selur/VapoursynthScriptsInHybrid/) are not hinted through a misc.ini and can't be detected Vapoursynth will not be supported. ( see: [INFO] *hidden* Hybrid options,...)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#13
It wasn't detecting the script folder, now it successfully enable vapoursynth but the app can't launch Cry 

I surrender, thank you very much for your help. I will try again in the future

i'm kidding i will just try to use the full-version from the website ahaaha.
When trying the vspreview you talked about at the beginning i get this
2025-05-15 17:29:00.104
Failed to load /usr/lib/vapoursynth/libvslsmashsource.so. Error given: /usr/lib/libgobject-2.0.so.0: undefined symbol: g_pointer_bit_unlock_and_set
Failed to load /usr/lib/vapoursynth/libvslsmashsource.so. Error given: /usr/lib/libgobject-2.0.so.0: undefined symbol: g_pointer_bit_unlock_and_set
2025-05-15 17:29:00.105
Failed to evaluate the script:
Python exception: No attribute with the name lsmas exists. Did you mistype a plugin namespace or forget to install a plugin?

Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate
File "/tmp/tempPreviewVapoursynthFile17_28_59_962.vpy", line 16, in
clip = core.lsmas.LWLibavSource(source="/home/fabio/Videos/00003.m2ts", format="YUV420P8", stream_index=0, cache=0, prefer_hw=0)
^^^^^^^^^^
File "src/cython/vapoursynth.pyx", line 2895, in vapoursynth._CoreProxy.__getattr__
File "src/cython/vapoursynth.pyx", line 2701, in vapoursynth.Core.__getattr__
AttributeError: No attribute with the name lsmas exists. Did you mistype a plugin namespace or forget to install a plugin?
 Do you have any idea what it can be?
Reply
#14
Is it possible that the reason is it can't find this Lsmas (or lsmash?). Any way i can set this plugin path?
Reply
#15
Vapoursynth&plugins must be provided by the user.
I wrote scripts to build them, see: https://github.com/Selur/hybrid-vapoursynth-addon (always happy when someone offers patches or help with the scripts).
According to
Failed to load /usr/lib/vapoursynth/libvslsmashsource.so. Error given: /usr/lib/libgobject-2.0.so.0: undefined symbol: g_pointer_bit_unlock_and_set
Hybrid does find libvslsmashsource.so but can't use it since libgobject is missing.
try whether:
sudo apt-get install libglib2.0-dev
or
sudo apt-get install libglib2.0-0
helps.

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)