new version was renamed from libtimecube.dylib to libvscube.dylib maybe come conflict due names? I checked, i delete old version.
the name of the dll itself should not matter.
The way there are used 'core.timecube.Cube(' will.
If you got two filters with the same base 'core.timecube.Cube(' you will have a conflict.
So yeah best delete one of them.
Cu Selur
It looks normal only if i use
clip = core.resize.Bicubic(clip, format=vs.RGB48, range_in_s="limited", range_s="full")
Or if i remove range_in_s="limited", range_s="full" code at all:
just use clip = core.resize.Bicubic(clip, format=vs.RGB48)
Just ignore all that TimeCube story. Here is new fix from developer
https://github.com/sekrit-twc/timecube/i...-685090200 Problem fixed.
to groggy today, will look at it tomorrow after work
And few more small mistakes and upper/lower case letters adjustments in Filter(s) presets list name:
Add grain -> Add Grain
Dehalo - FineDehalo -> DeHalo - FineDehalo (not sure why but currently FineDehalo is moved away of DeHalo group)
Denoise -> DeNoise
Dering -> DeRing
Deringing -> DeRing
Framerate interpolation -> Framerate Interpolation
Residual cleaner -> Residual Cleaner
Also remove AntiAliasing - SangNomMod preset, because plug-in disabled yet.
Quote:Also remove AntiAliasing - SangNomMod preset, because plug-in disabled yet.
too much hassle,..
About NCLC: so no real solution atm.
Uploaded a new version.
@Adamcarter: new version allows to change the deinterlacer in VIVTC to QTGMC or NNEDI3.
Cu Selur
some startup error popups
Hmm,.. probably happen if Vapoursynth isn't available.
-> looking into it.
No I accidentally added the parameter to the Avisynth init,..
-> will fix
It pops up same message 7 times.
Deleting preferences/presets folder didn't help