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 - Selur - 28.07.2021

about scrollbar: nothing I can do about it, that's a Qt vs MacOS issue, might change with another Qt version. Hybrid doesn't do any styling itself on the scrollbars.
about the sorting: will thing about it, but probably won't change it any time soon since it's not urgent and there are other more pressing concerns like bug fixes, etc.

Cu Selur


RE: Esxi running macos For selur - Selur - 28.07.2021

Send you a new link.

Cu Selur


RE: Esxi running macos For selur - shijan - 28.07.2021

Ok. Thanks a lot!


RE: Esxi running macos For selur - shijan - 01.08.2021

I just looked at my old notes and noticed one about TemporalDegrain2 that can operate in with 8-16 int / 32 float.
It was an discussion https://forum.selur.net/showthread.php?tid=1495&pid=8862#pid8862 https://forum.doom9.org/showthread.php?t=175798 and you asked to remind it to you "after an official MacOS release of Hybrid on the main download page."

So here it is Smile


RE: Esxi running macos For selur - Selur - 01.08.2021

I'll look at it, documentation is a bit sparse, and it has lots of options.
So if you want ot help, find the min/max/allowed values for the options it has:
def TemporalDegrain2(clip, degrainTR=2, degrainPlane=4, meAlg=5, meAlgPar=None, meSubpel=None, meBlksz=None, meTM=False,
    limitSigma=None, limitBlksz=None, fftThreads=None, postFFT=0, postTR=1, postSigma=1, knlDevId=0, ppSAD1=10, ppSAD2=5,
    ppSCD1=4, thSCD2=100, DCT=0, SubPelInterp=2, SrchClipPP=3, GlobalMotion=True, ChromaMotion=True, rec=False, extraSharp=False)
source: https://github.com/Selur/VapoursynthScriptsInHybrid/blob/bcc0c5aa5f41e5a86ca2a35716631b678c890ff8/G41Fun.py#L2156

Atm. I'm looking to update Hybrids VCEEnc support on Windows atm. but I noted 'TemporalDegrain2' support down on my general todo-list.

Cu Selur


RE: Esxi running macos For selur - shijan - 01.08.2021

Not sure if i can help with coding stuff.

Seems there is another bug: When i open DVD structure i always got pop-up error window:

Found no file named '/Volumes/aaa/-DVD/FILMS DVD/DISC_1/VIDEO_TS/VTS__1.VOB'!

Guess it could be some sort of typo problem. VTS__1.VOB -> VTS_1.VOB


RE: Esxi running macos For selur - Selur - 01.08.2021

Each title should start with a .vob file names "VTS_XX_1.VOB" where XX is the tile number, looks like that title number is empty, but there are tons of positions in the code wher this is used, so without a debug output I have no clue where this is comming from.

Cu Selur


RE: Esxi running macos For selur - shijan - 01.08.2021

Ok, Log was send to PM. I only wan to notice that it is a global problem. I try many different DVDs and all the same problem. I noticed it about year ago, but put it to notes and forgot to report at that time.


RE: Esxi running macos For selur - Selur - 01.08.2021

Okay, seems to be a MacOS only problem since I haven't encountered it so far.
-> will try to reproduce the issue in a mac vm


RE: Esxi running macos For selur - Selur - 01.08.2021

btw. have you tried whether installing Vapoursynth R54 requires to add the plugins&co or whether it one can simply execute the R54 installer and that's it?
Think I found a workaround for the DVD analysis (not totally sure it doesn't break something else, but it does not seem so atm.).
-> Will send you a link to a dev verison in a few minutes.

Cu Selur