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 - shijan - 10.10.2020 use larger values to see green/purple artifacts RE: Esxi running macos For selur - Selur - 10.10.2020 I used clip = core.std.Levels(clip=clip, min_in=0, max_in=1020, min_out=160, max_out=880) with a 10bit source, before I used a 8 bit source. and the output looks fine too. Ah using: clip = core.std.Levels(clip=clip, min_in=160, max_in=1020, min_out=160, max_out=880) I get the a greem output where there should none. -> this looks like a bug in the filter or I messed value scaling RE: Esxi running macos For selur - shijan - 10.10.2020 All i know is that it works as expected in RGB mode and produce green/purple artifacts in YUV. Levels and Limiter are not the same as "Range conversion" filters. They just work like a "Levels" filter in any image editing app in RGB mode. RE: Esxi running macos For selur - Selur - 10.10.2020 We'll see what the Vapoursynth dev say over at doom9s. I think this is a bug since it works correctly with 8bit content. Cu Selur RE: Esxi running macos For selur - shijan - 10.10.2020 Try larger values and 8 bit also became green. clip = core.std.Levels(clip=clip, min_in=55, max_in=111, min_out=55, max_out=111) YUV: RGB: RE: Esxi running macos For selur - Selur - 10.10.2020 Yeah, something is 'off'. -> hopefully one of the devs over at doom9s will clear it up RE: Esxi running macos For selur - Selur - 10.10.2020 In case this hasn't cleared up till tomorrow, I'll add an 'Use RGB' option to Levels and Limiter which will limit it to RGBX so RGBS would be converted to RGB48. Cu Selur RE: Esxi running macos For selur - shijan - 11.10.2020 2020.10.11.1 There is a mistake in Gamma: empty element in UI, and if gamma is different than 1.0 it still use YUV planes [0] when Use RGB checkbox selected. # adjusting color space from YUV420P8 to RGB24 for VsLevels RE: Esxi running macos For selur - Selur - 11.10.2020 Forgot to delete the dropbox. -> no problem Will remove planes for the next release, but that will have to wait. (same will happen for Limiter) Probably won't get around to it before the next weekend. Cu Selur RE: Esxi running macos For selur - shijan - 11.10.2020 Don't removeĀ planes completely. Adjusting Y in YUV is stillĀ a nice additional option and may be useful. |