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 - 24.08.2020 No, that's Avisynth syntax. And event then I would not recommend write it this way in Avisynth. In Avisynth I would use something like: clip=last Vapoursynth is different, Vapoursynth is based on Python and MergeChroma isn't one of the functions that comes with Vapoursynth out of the box. std.BoxBlur(clip clip[, int[] planes, int hradius = 1, int hpasses = 1, int vradius = 1, int vpasses = 1]) def MergeChroma(clip1: vs.VideoNode, clip2: vs.VideoNode, weight: float = 1.0) -> vs.VideoNode: -> Why would you want to use that anyways? RE: Esxi running macos For selur - Adamcarter - 24.08.2020 I was on a videohelp forum, explaining i tried making a video progressive, while maintaining the best quality https://archive.org/download/ReturnToTreasureIsland-QualityWidescreen/ReturnToTreasureIsland.mkv The file has combing all over the place. It’s in 29.97 fps. It was filmed in australia, so i’m was thinking 25 fps. I did Qtgmc bob + srestore omode 6, like my previous tv show. And it got rid of maybe 99% combing, but every few seconds or so, there is like a like a stutter. So then i tried deteelcine from 29.97 to 23.976, i’m able to get rid of most of the combing as well, but there are a few areas like in long john silvers face With auick movements that remained. I think i am missing something. Footage is pretty bad, believe it comes from a poorly encoded dvd of an unremastered Film. My plan was to get it in the best progressive possible and then run it thru topaz video enhancer ai bring it up to 4k or 8k, maybe do further color correcting in resolve, maybe add back in some film grain, and then downscale it via spline to 720p or 1080p. So a person on videohelp looked at it and said: That video is basically telecined film. But interlaced frames were encoded progressive so the chroma of the two fields was blended together. The basic fix is TFM().TDecimate() to get back to the original film frames at 23.976 fps. After that you'll see the blended chroma as horizontal color stripes when colored objects are moving. There might be a way of using the chroma of the previous or next field/frame when the stripes are detected but the easiest thing to do is blur away the choroma stripes, MergeChroma(last, last.Blur(0.0, 1.0).Sharpen(0.0, 0.7). But some ghosting of the colors will remain. Beyond that there are occasional dropped and duplicate frames. There's not much you can do for that except manually insert of remove frames. Not worth the trouble in my opinion. So thats why i asked. I dont need to do It the way He suggested. I’m open to better options. On a side note when i use VIVTC to detelecine I want to capture the most combing, so despite hybrid saying the sweet spot is 32/32 or 16/16 it offers a smaller box to find more areas of smaller combing during movement. There is a bug on legacy hybrid 2018 that when i drop block x/y below 16 on the x-axis like 8, 4,2 it crashes. RE: Esxi running macos For selur - shijan - 24.08.2020 Image Sequence now give different error but still don't works. XQuartz was already installed on my system before . This is what error i see when i launch VS script preview now: Failed to evaluate the script: Here is log file. (Just imported Image Sequence and launch vsViewer) UPDATE. Problem with jpeg only. I tested it with PNG sequence and it works. l33tmeatwad report that "jpg decoding is not enabled by default in image magick" and he will fix it --- By the way, There is "Image Sequence Base" preference in Config tab. Seems Image Sequence importer ignore it and always use 1.000 framerate as default, so i need to change framerate manually on every Sequence import import. RE: Esxi running macos For selur - shijan - 25.08.2020 Generate name for PoRes now force generates mkv.mov container name --- Seems you still use old havsfunc.py script (edited for fft3dfilter only) inside Hybrid build instead of new universal (fft3dfilter/neo_fft3d) version you posted on github --- faac binary seems still broken, so i just replace it with working one from Hybrid 2018. Hope it is ok like this. --- OpenCL Deinterlace WORKS!!! But i need to manually set Device: 1. If i use Device: -1 (autodetection?) it don't works. (it may be because my GPU installed at bottom pci-e slot instead of usual top slot) Source VOB file (29.970 FPS duration 52s) rendered to ProRes with QTGMC Placebo with BOB (59.94 FPS): OpenCL render finished after 00:00:54.713 CPU render finished after 00:01:52.309 --- Same as before KNLMeansCL in QTGMC Denoiser combined with "Placebo" or "Very Slow" preset gives me horizontal lines artifact. --- FIltering -> Denoise -> KNLMeansCL (Test 1) ERROR KERNEL PANIC: Device type: auto Device: (disabled) VS preview window start without error but show me bright yellow oversaturated image artefact instead of noise reduction. When i decide to select Channels: RGB instead of "auto" computer just turned off because kernel panic FIltering -> Denoise -> KNLMeansCL (Test 2) ERROR: I reset Denoise settings and now select Device type: gpu Device: 1. Failed to evaluate the script: FIltering -> Denoise -> KNLMeansCL (Test 3) ERROR: Device type: cpu Device: (disabled) Failed to evaluate the script: De Grain -> MCDegrainSharp (OpenCL) WORKS De Grain -> SMDegrain (OpenCL Device: 1) ERROR: Failed to evaluate the script: AntiAliasing -> DAA (OpenCL Device: 1) WORKS AntiAliasing -> Saniag (OpenCL Device: 1) WORKS AntiAliasing -> Nedi3AA (OpenCL Device: 1) no error, but i can't see any AA effect with it. AntiAliasing -> MAA ERROR: Failed to evaluate the script: AntiAliasing -> AAF ERROR: Failed to evaluate the script: Resizer -> NNEDI3 (GPU) ERROR: Failed to evaluate the script: Other -> Frame Interpolation -> Interframe/SVP (GPU as well as unchecked GPU) ERROR: Failed to evaluate the script: Other -> Frame Interpolation -> MVToolsFPS WORKS Other -> Add Logo ERROR: Failed to evaluate the script: RE: Esxi running macos For selur - Selur - 25.08.2020 Quote:Other -> Frame Interpolation -> Interframe/SVP (GPU as well as unchecked GPU) ERROR:No surprise, since the svp filters are missing. Quote:Python exception: Overlay() got an unexpected keyword argument 'oberlay'fixed Quote:Python exception: NNEDI3CL: pscrn must be 1 or 2-> will look into it Quote:Python exception: There is no function named SangNommissing filters Quote:Python exception: SMDegrain() got an unexpected keyword argument 'opencl'-> will look into it, seems like I accidentally forgot to add that code back in when updating havsfunc. Quote:vapoursynth.Error: knlm.KNLMeansCL: no compatible opencl platforms available!Okay, so KNLMeansCLs gpu support doesn't work on mac atm. Quote:Python exception: knlm.KNLMeansCL: the opencl device does not support this video format!What did the script look like that you used? => I should probably remove KNLMeansCL from the mac release for the time being. Quote:faac binary seems still broken, so i just replace it with working one from Hybrid 2018. Hope it is ok like this.Will look into it Quote:Seems you still use old havsfunc.py script (edited for fft3dfilter only) inside Hybrid build instead of new universal (fft3dfilter/neo_fft3d) version you posted on githubWill look into it Quote:Generate name for PoRes now force generates mkv.mov container name:/ will look into it, though I fixed it. Quote:By the way, There is "Image Sequence Base" preference in Config tab. Seems Image Sequence importer ignore it and always use 1.000 framerate as default, so i need to change framerate manually on every Sequence import import.when opening Hybrid changing the value to i.e. 50 everything works, chaning it to 50 and back to 25 also works, seems like the initialization has a bug -> will look into it @Adamcarter: So a person on videohelp looked at it and said: Will try to look at the sample today or tomorrow. Cu Selur RE: Esxi running macos For selur - Adamcarter - 25.08.2020 Hey selur, He is avisynth only. I asked, earlier. The video i shared you, def no rush, and can look at later. I know you said the linux distro was not compiling and shijan hit you with a bunch of bugs. The only bug i noticed like i mentioned is when i run vivtc and use a very small searching box less than 16, it crashes. The guy who recommended the avisynth scripts, also mentioned my video had some repeat frames. I know the DAIN application was able to spot duplicates And remove them. I wonder if there was something on the hybrid side. When i do run image writer and do 29.97 would be nice to get rid of dupes. Although now thinking out loud that would probably cause my audio to be off sync, probably wouldnt be by much and i can plug into audacity to shrink to fit. RE: Esxi running macos For selur - Selur - 25.08.2020 Decimate filters during ivtc and srestore are usually used to remove duplicates. Will look at the source later if I find the time. Quote:The only bug i noticed like i mentioned is when i run vivtc and use a very small searching box less than 16, it crasheddon't think this is a bug in Hybrid itself RE: Esxi running macos For selur - shijan - 25.08.2020 Small not too critical bug found in Filter Order list: - Drag and drop filter with mouse - press Reset - no changes, Reset don't works. - move filter by up/down button - press Reset - Reset works now RE: Esxi running macos For selur - Selur - 25.08.2020 I never intended drag&drop to work there. -> will be removed RE: Esxi running macos For selur - shijan - 25.08.2020 Here is a copy of script (from Show Vapousynth Script) used to test FIltering -> Denoise -> KNLMeansCL (Test 3) Device type: cpu Device: (disabled) ERROR Failed to evaluate the script: Python exception: knlm.KNLMeansCL: the opencl device does not support this video format! # Imports Seems KNLMeansCL make lot of crazy problems, so it is logical to disble it. Let me know if you need some more detailed logs or something. I can try to record somehow kernel panic log with KNLMeansCL if it helps... |