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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
RE: Esxi running macos For selur - Selur - 23.08.2020 vsViewer is something I wrote based on old vseditor code: https://github.com/Selur/vsViewer/ About testing: simply do the following: 1. open a file with Hybrid check the Vaporusynth Script Preview, it should look similar to: # Imports 2. copy that content into a new text file you name "test.vpy" 3. insert an these additional lines before the '# adjusting output color from:' line: for KNLMeansCL: # testing KNLMeansCL # testing NNEDI3CL 5. call: <PATH TO vspipe> --info <PATH to test.vpy> - if it worked it should output the general characteristics of the script otherwise it should give you an error message. RE: Esxi running macos For selur - Selur - 23.08.2020 btw. no clue whether I find time to look into mac stuff much today since the Linux deploy script always aborts with a seg fault and this needs to be fixed first. Cu Selur RE: Esxi running macos For selur - Selur - 23.08.2020 did some small tests at the side and added:
noticed: DeDot: https://github.com/dubhater/vapoursynth-dedot isn't available for mac atm. RE: Esxi running macos For selur - Adamcarter - 23.08.2020 Omg that is awesome!!!!!!! Thanks selur RE: Esxi running macos For selur - shijan - 23.08.2020 Working DeCrawl, great! By the way, my VapourSynth + QTGMC Deinterlace + Hybrid dmg package include all plug-ins compiled l33tmeatwad. All last updated versions. Probably a lot of them useless for Hybrid, but i just decide to keep full package if someone need to use or test some plug-ins outside Hybrid. Also you may see two additional scripts there (psharpen.py and temporalsoften2.py) they required by SceneChange-0.2.0-2 plug-in and some other, don't remember exact which one. MVtools in that package downgraded to v21 because MVtools-v22 and v23 are broken and stop render after some short time if use Placebo or Very Slow settings. I downloaded vsViewer resource folder with icons and see it use a lot additional icons that i didn't notice before. Probably will also update them, but it needs some time. Old icons are not so bad but subjectively are too dull, too detailed and so hard to read at that size. Also they just don't fit well to modern UI concepts at all. Anyway i don't force you to move to new icons, but maybe just try them for test and see how it goes... testing KNLMeansCL and NNEDI3CL with " --info " gives me no errors, but only this message: No output file specified RE: Esxi running macos For selur - Selur - 23.08.2020 Quote:testing KNLMeansCL and NNEDI3CL with " --info " gives me no errors, but only this message:sounds like you forgot the ' - ' at the end of the call,.. RE: Esxi running macos For selur - shijan - 23.08.2020 Yep, forgot ' - ' at the end of the call. Now it works. Seems no error: Width: 720 RE: Esxi running macos For selur - Selur - 23.08.2020 good then the script is working RE: Esxi running macos For selur - Adamcarter - 23.08.2020 All these updated plugins, i am looking forward to the final build. Side note: Finally got the beta of topaz video enhancer ai to work, on windows 10 vm. I have no Nvidia video card So it takes 6 -7 seconds a frame. So this 11 minute clip im working on will take 1.3 days. I am upscaling it To 4k and will bring it back down to 1080p or 720p in hybrid. Interestingly enough, a lot of people on the topaz forum, mention hybrid as the goto software for encoding the pictures back into video and deinterlacing with qtgmc if needed before hand. I feel like me being discovering hybrid has lead me down a rabbit hole of great encodings of my dvd collection. RE: Esxi running macos For selur - Selur - 23.08.2020 uploaded a new version. Not sure how much time I will find during the week to work on the mac version since the deploy script for the Linux version is still broken (no clue why) and I most of my free time full with other stuff. :/ Cu Selur |