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.

Possible typo Crashing Temporal filter.
#7
The error says:
File "/usr/lib/python3.9/site-packages/havsfunc.py", line 2781, in MCTemporalDenoise
p = core.dfttest.DFTTest(i, tbsize=1, sstring='0.0:4.0 0.2:9.0 1.0:15.0', planes=planes)
looking at: https://github.com/Selur/VapoursynthScri...avsfunc.py
line 2781 does not call DFTTest.
In the havsfunc.py for Hybrid, line 3141 contains:
p = i.dfttest.DFTTest(tbsize=1, slocation=[0.0,4.0, 0.2,9.0, 1.0,15.0], planes=planes)

The dev version I send you (line the normal package), comes with a vsscripts folders which is a checkout of the git (https://github.com/Selur/VapoursynthScriptsInHybrid/).
The script you use seems to differ.
So my guess is that this isn't a bug in Hybrid, but you using old, new or simply other script versions than Hybrid. Smile

I suspect that copying the content of the vsfolder (the git) into your site-packages folder will fix the issue.
Alternatively delete the script files inside your site-packages folder, since Hybrid explicitly adds it's script folder to the Vapoursynth search path.
# Import scripts folder
scriptPath = '/home/fletcher/Downloads/hybrid/vsscripts'
sys.path.append(os.path.abspath(scriptPath))

Cu Selur

Ps.: Vapoursynth atm. does not have an option to disable the auto import of the site-packages folder.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Possible typo Crashing Temporal filter. - by Selur - 26.12.2020, 00:28

Forum Jump:


Users browsing this thread: 1 Guest(s)