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 - 17.09.2020 So conversions will only be done if the following filter does not support the current bit depth or color sampling. In your scenario: 10 bit source -> 32 bit TimeCube -> 32/16 bit color correction -> 32/16 bit noise Reduction -> 32 bit resize -> export to 12 or 10 bit video file. Depending on what the Denoiser supports Hybrid will either: a. keep the current color format and bit depth b. convert to one that is supported by the noise reduction filter Depending on what format the noise reduction outputs Hybrid will either: a. keep the current color format and bit depth b. convert to one that is supported by the resize filter then at the end of the queue Hybrid will convert to the output format the video encoder expects. So wether you got a mainly 32bit/16bit/12bit/10bit/9bit/8bit filter chain depends on the filter choice of the user. Blindly upsampling any source to 32bit RGB doesn't make sense since: a. conversion between RGB<>YUV is relatively slow b. not all filters all color formats As far as I can tell Hybrid does the conversion thing correctly, so the problems you describe do not seem like a bug in Hybrid more like a bug in Vapoursynth or TimeCube. Since http://www.vapoursynth.com/doc/functions/levels.html does not mention any color space restrictions Hybrid assumes that Levels and all it's options work fine on all color spaces in Vapoursynth. If the developers of Vapoursynth say this is not the cause and the documentation should mention that 'gamma' only works of YUV-color spaces, I can adjust Hybrid to make sure Levels is always fed with YUV color spaces, but until then I'm not changing Hybrid to blindly add color conversions. Cu Selur RE: Esxi running macos For selur - Selur - 17.09.2020 btw. I'm planning to install a new VM where I'll try to use brew to build some of the tools and then try to make them portable (tool + dependencies in lib-folder) using otool and install_name_tool,... RE: Esxi running macos For selur - Adamcarter - 17.09.2020 Whats the photoline graphic editor is that on hybrid? Will this allow me to fix brightness and contrast along with color in shadows, mids and highlights, like in a linear editor? RE: Esxi running macos For selur - Selur - 17.09.2020 Hybrid is no NLE like DaVinci Resolve or a tools specifically meant for color grading. It does have some filters in Filtering->Vapoursynth->Color, but that's it. I assume when you write of 'photoline' you are referring to https://www.pl32.com/ which I have never used so no clue what you are trying to do. Unlike Avisynth, Vapoursynth atm. has no filters like :
I'm guessing GradCurve (https://github.com/xekon/GradCurve) might be along the lines of what you are looking for but I have never used it and I have no how it works. From the looks of it it needs to be fed with a curve-file, but it doesn't come with a tool to create the curves,... Cu Selur RE: Esxi running macos For selur - Selur - 17.09.2020 Okay, brew seems a bug. I set up a new VM then called: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" The normal system updates showed that they wanted to install an XCode Update and the Command Line Tools, but after the the installation nothing happened,.. So since nothing happened for 12min or so, I opened XCode which then started to install components. Sadly that didn't help. looking at 'top' it seems like 'update_dyld_' is running,... -> I'll wait an hour and see if something happens, but atm. it seems like a bad idea try to install brew. (hopefully I won't have to reinstall another VM again,..) Cu Selur RE: Esxi running macos For selur - Adamcarter - 17.09.2020 These developer stuff os huge. Maybe takes awhile to install? RE: Esxi running macos For selur - Selur - 17.09.2020 Yeah, seems to be (https://discourse.brew.sh/t/stuck-at-downloading-command-line-tools-for-xcode/7311/11),... no progress indication is kind of bad,.. -> I'll wait and see RE: Esxi running macos For selur - Adamcarter - 17.09.2020 (17.09.2020, 14:50)Selur Wrote: Hybrid is no NLE like DaVinci Resolve or a tools specifically meant for color grading. ok just wondering what shijan was using. Never saw that tab before. i plan on installing resolve eventually to fix horrible color and brightness issues in the future. RE: Esxi running macos For selur - Selur - 17.09.2020 Not sure DaVinci Resolve can do what you want, but looking for NLE tools is probably the right direction. Cu Selur RE: Esxi running macos For selur - Adamcarter - 17.09.2020 Can i say. That ever since you added waifu2x It is to my knowledge, the only gui direct video to video all in one solution for processing animation thru waifu2x on a mac, with no middle step in between. Selur Thank you so so much. |