Selur's Little Message Board
Esxi running macos For selur - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: Esxi running macos For selur (/thread-1495.html)



RE: Esxi running macos For selur - shijan - 25.09.2021

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.


RE: Esxi running macos For selur - Selur - 25.09.2021

Will look into it.


RE: Esxi running macos For selur - shijan - 29.09.2021

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



RE: Esxi running macos For selur - Selur - 29.09.2021

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.


RE: Esxi running macos For selur - shijan - 29.09.2021

Yes, this fix works.


RE: Esxi running macos For selur - shijan - 02.10.2021

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



RE: Esxi running macos For selur - Selur - 02.10.2021

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


RE: Esxi running macos For selur - Selur - 19.01.2022

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


RE: Esxi running macos For selur - adamcarter - 28.11.2023

Any updates to work with new OS.


RE: Esxi running macos For selur - Selur - 28.11.2023

No, got no Mac, will probably remove Mac&Linux versions from the Homepage next weekend.