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.

[GUIDE] Ubuntu repository - maintained by djcj
tested all the filters and encountered some additional problems:

using MCTemporalDenoise fails with:
-------------------------------------------
Failed to evaluate the script:
Python exception: DFTTest: invalid entry in sigma string

Traceback (most recent call last):
  File "src/cython/vapoursynth.pyx", line 1942, in vapoursynth.vpy_evaluateScript
  File "src/cython/vapoursynth.pyx", line 1943, in vapoursynth.vpy_evaluateScript
  File "/home/selur/Schreibtisch/HybridTemp/tempPreviewVapoursynthFile20_23_34_236.vpy", line 32, in <module>
    clip = havsfunc.MCTemporalDenoise(i=clip, settings="low")
  File "/home/selur/opt/hybrid/vsscripts/havsfunc.py", line 2784, in MCTemporalDenoise
    p = core.dfttest.DFTTest(i, tbsize=1, sstring='0.0:4.0 0.2:9.0 1.0:15.0', planes=planes)

strangely the same call:
# denoising using MCTemporalDenoise
clip = havsfunc.MCTemporalDenoise(i=clip, settings="low")
works fine on Windows

using libtcanny in mClean/MCDegrainSharp fails with:
----------------------------------------------------------
Failed to evaluate the script:
Python exception: Failed to load /home/selur/opt/hybrid/vsfilters/libtcanny.so. Error given: libboost_filesystem.so.1.58.0: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden

FineSharp/PSharpen need another mvtools:
-----------------------------------------------
https://github.com/IFeelBloated/vapoursynth-mvtools-sf
would be nice if you could add it to the plugins

Stab also needs DePan:
------------------------
https://www.dropbox.com/s/d72bougsis2se5...n-1.tar.gz
would be nice if you could add it to the plugins

waifu2x gives:
--------------------
Vapoursynth preview error: Segmentation fault (core dumped)
Vapoursynth preview error: /home/selur/opt/hybrid/vsViewer: symbol lookup error: /home/selur/opt/hybrid/vsfilters/libwaifu2x-w2xc.so: undefined symbol: w2xconv_convert_rgb_f32
Vapoursynth preview error: /home/selur/opt/hybrid/vsViewer: symbol lookup error: /home/selur/opt/hybrid/vsfilters/libwaifu2x-w2xc.so: undefined symbol: w2xconv_convert_rgb_f32
Vapoursynth preview error: /home/selur/opt/hybrid/vsViewer: symbol lookup error: /home/selur/opt/hybrid/vsfilters/libwaifu2x-w2xc.so: undefined symbol: w2xconv_convert_rgb_f32

small correction for eedi3 it's
---------------------------------------
Failed to evaluate the script:
Python exception: Failed to load /home/selur/opt/hybrid/vsfilters/libeedi3m.so. Error given: libboost_filesystem.so.1.58.0: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
(somehow missed the 'm' in the name)

Cu Selur

Ps.: uploaded the current package to my google drive: https://drive.google.com/open?id=1jzNgf0...D4LFqPBMp8
Reply
Fixing the missing dependencies shouldn't be an issue. By the way, I've been thinking that it might be possible to only build the vapoursynth python module on the user side since that seems to be the only part that depends on a specific Python version.

The waifu2x error seems to be a symbol visibility issue, shouldn't be a problem to fix. Right now I link the waifu2x converter object files into the vapoursynth plugin, maybe it's easier to just build it the usual way as a standalone library.

The dfttest issue sounds like an issue with that line:
p = core.dfttest.DFTTest(i, tbsize=1, sstring='0.0:4.0 0.2:9.0 1.0:15.0', planes=planes)

I guess the sstring argument is incorrectly formatted?

I don't have much time right now so it may have to wait until weekend.
Reply
Quote:I guess the sstring argument is incorrectly formatted?
I doubt it, since using MCTemporalDenoise(i=clip, settings="low") works fine on Windows.


Cu Selur
Reply
I don't know how to fix the dfttest issue. Maybe you should ask the developer of it or the developer of havsfunc.
Reply
No problem I'll do some testing and ask over at doom9 and the developer of havsfunc. Smile

Cu Selur
Reply
-> okay, I know why it happens.
read https://forum.doom9.org/showthread.php?p...ost1880774 (still traumatized from the reason why this is happening and really hoping that there is a way to workaround this,... this this is just WTF!?!?)

Cu Selur
Reply
Wow, issues because of the current locale. I agree it should be arrays of float/int/etc instead of strings anyway. I think you open an issue on Github for that plugin.
I guess as a workaround you could avoid it by setting all locales to C before using VapourSynth.
Reply
Don't want to mess with the locals on a the system, I'll look into rewriting the script itself.
-> adjusted the script to workaround the local handling.
So let me know when you found the time to fix the dependency issues from above. Smile

Cu Selur

Ps.: DFTTest was fixed upstream. Seems like we started something with this complaint,... see: https://github.com/HomeOfVapourSynthEvol...t/issues/9
Reply
(28.07.2019, 21:05)Selur Wrote: Stab also needs DePan:
------------------------
https://www.dropbox.com/s/d72bougsis2se5...n-1.tar.gz
would be nice if you could add it to the plugins

Do you have the original git url?
Reply
afaik there never was a public git.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)