Posts: 788
	Threads: 16
	Joined: Mar 2020
	
	
 
	
	
		Small bug in presets:
Can't reset  Deinterlacer (QTGMC, NNEDI, TDintMod) and OpenCL checkbox in VIVTC settings when i click to Filter(s) Reset VIVTC.
No problem with other settings reset.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.045
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		Will look into it.
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 788
	Threads: 16
	Joined: Mar 2020
	
	
 
	
	
		ChromaShiftSP don't works:
Failed to evaluate the script:
Python exception: name 'core' is not defined
Traceback (most recent call last):
  File "src/cython/vapoursynth.pyx", line 2242, in vapoursynth.vpy_evaluateScript
  File "src/cython/vapoursynth.pyx", line 2243, in vapoursynth.vpy_evaluateScript
  File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile21_45_22_111.vpy", line 35, in <module>
    clip = chromashift.ChromaShiftSP(clip=clip, X=2.00, Y=2.00)
  File "/Applications/Hybrid.app/Contents/MacOS/vsscripts/chromashift.py", line 39, in ChromaShiftSP
    Yplane = core.std.ShufflePlanes(clip, planes=0, colorfamily=vs.GRAY)
NameError: name 'core' is not defined
 
 
	
	
	
		
	Posts: 12.045
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		adding 'from vapoursynth import core' as a second line in the Hybrid.app/Contents/MacOS/vsscripts/chromashift.py and clearing the __pycache__ folder probably fixed it.
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 788
	Threads: 16
	Joined: Mar 2020
	
	
 
 
	
	
	
		
	Posts: 788
	Threads: 16
	Joined: Mar 2020
	
	
 
	
	
		Denoise -> SpotLess filter also don't works:
Failed to evaluate the script:
Python exception: There is no attribute or namespace named tmedian
Traceback (most recent call last):
  File "src/cython/vapoursynth.pyx", line 2242, in vapoursynth.vpy_evaluateScript
  File "src/cython/vapoursynth.pyx", line 2243, in vapoursynth.vpy_evaluateScript
  File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile06_56_54_565.vpy", line 30, in <module>
    clip = SpotLess.SpotLess(clip=clip, radT=1)
  File "/Applications/Hybrid.app/Contents/MacOS/vsscripts/SpotLess.py", line 72, in SpotLess
    return fcb.tmedian.TemporalMedian(1, planes)[1::3]
  File "src/cython/vapoursynth.pyx", line 1441, in vapoursynth.VideoNode.__getattr__
AttributeError: There is no attribute or namespace named tmedian
 
 
	
	
	
		
	Posts: 12.045
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		Oh, overlooked that.
SpotLess and mClean both use TemporalMedian (
https://github.com/dubhater/vapoursynth-temporalmedian).
Since it's not part of l33tmeatwads collection I'll disable it for MacOS for the time being.
Cu Selur
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 12.045
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		Trying to update XCode to 13.2.1 but I always get
"We could not complete your update.
There is not enough disk space available to install the product"
According to the app store info Xcode should require 12.6 GB and I got 43.81GB free an my drive.
-> No clue waht'S causing this.
Cu Selur
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 1
	Threads: 0
	Joined: Nov 2023
	
	
 
	
	
		Any updates to work with new OS.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.045
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		No, got no Mac, will probably remove Mac&Linux versions from the Homepage next weekend.
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.