26.05.2022, 08:57
after working out a few self inflicted bugs and adding a line to my misc.ini to fix something you changed I got it working fine again. Now with that said The de spot is fixed, but now De Dot is broken
Also my old friend lib Neofft3d is have an issue
the error:
Basically I got two different filters calling it under two different names.
The VS script attached.
2022-05-26 02:47:44.833
Script was successfully evaluated. Output video info:
Frames: 36891 | Time: 0:25:38.662 | Size: 1280x488 | FPS: 24000/1001 = 23.976 | Format: YUV420P10
2022-05-26 02:47:44.837
Core freed but 5377920 bytes still allocated in framebuffers
Core freed but 5377920 bytes still allocated in framebuffers
2022-05-26 02:47:53.917
The deprecated argument prefer_props was passed to a resizer. Ignoring argument.
The deprecated argument prefer_props was passed to a resizer. Ignoring argument.
2022-05-26 02:48:58.197
[VSE Server]: incoming connection
[VSE Server]: ConnectedState
[VSE Server]: socket is ready to be read
[VSE Server]: connection open: true
[VSE Server]: connection readable: true
[VSE Server] - Message received: changeTo ### /tmp/tempPreviewVapoursynthFile02_48_58_161.vpy ### off#6#6#0#0
2022-05-26 02:48:58.221
Failed to evaluate the script:
Python exception: Failed to load /home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so. Error given: /home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2886, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 2887, in vapoursynth._vpy_evaluate
File "/tmp/tempPreviewVapoursynthFile02_48_58_161.vpy", line 16, in
core.std.LoadPlugin(path="/home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so")
File "src/cython/vapoursynth.pyx", line 2632, in vapoursynth.Function.__call__
vapoursynth.Error: Failed to load /home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so. Error given: /home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so: cannot open shared object file: No such file or directory
Also my old friend lib Neofft3d is have an issue
the error:
File "src/cython/vapoursynth.pyx", line 2632, in vapoursynth.Function.__call__
vapoursynth.Error: Failed to load /home/fletcher/.hybrid/vsplugins/libneofft3d.so. Error given: /home/fletcher/.hybrid/vsplugins/libneofft3d.so: cannot open shared object file: No such file or directory
The VS script attached.