![]() |
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 - 26.08.2020 And seems we found a source of problem with sangnom errors: /Library/Frameworks/VapourSynth.framework/bin/vspipe --info /Users/shph/Desktop/test.vpy - RE: Esxi running macos For selur - Selur - 26.08.2020 Quote:Python exception: Plugin load of /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/libsangnom.dylib failed, namespace sangnom already populated by /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/libsangnommod.dylibAh okay, that doesn't happen on Windows since I always load each library explicitly and don't use the autoload. Best solution would probably be to only use sangnommod since it's the newer library and adjust all the script accordingly (if need be). -> Does it work if you simply delete libsangnom.dylib (or libsangnommod.dylib) ? will try to look at the rest of the post tomorrow RE: Esxi running macos For selur - shijan - 26.08.2020 Test 1. I removed SangNomMod and use SangNom. MAA and AAF filters WORKS. SangNomMod Anti Aliasing don't works. Santiag Anti Aliasing filter don't works: if i choose "Type: sangnom" - No error, but empty preview window. If i use "Type: selectHV" - Error "TypeError: santiag() got an unexpected keyword argument 'typevh'" ChaosKing response at doom9 that: selectHV is not a valid type. Read the doc https://github.com/HomeOfVapourSynthEvolution/havsfunc/blob/e56f8f787bd4b679e6d14c9b08bf0460a3480ea4/havsfunc.py#L134 type = "nnedi3", "eedi2", "eedi3" or "sangnom" Test 2. I removed SangNom and use SangNomMod. MAA and AAF give me ERROR Failed to evaluate the script: Santiag if i choose "Type: sangnom" give me ERROR Failed to evaluate the script: SangNomMod Anti Aliasing WORKS RE: Esxi running macos For selur - Adamcarter - 26.08.2020 @shijan you mentioned prores 422 hq was essentially Lossless do i need to pick others settings other than that, there seems to be other options within prores422hq that i can pick. Selur I noticed on legacy hybrid 2018 if i pick x264 i can’t pick crf=0 which is essentially lossless, it goes as low as 1.0. I was on some forums that mentioned That x264 has a range from 0-63, with a Crf=0 Being lossless. Is this a hybrid limitation? Secondly, for the encoding suggestions you mentioned for that video i shared return to treasure Island. Could you show me via pictures the settings i need to pick on hybrid? Or do i just copy the code scripts? No rush on this, would rather have the focus on the mac app than my video, but see where the settings are located and what i should click on would be helpful. Thanks in advance. And thank you for your hard work. RE: Esxi running macos For selur - shijan - 27.08.2020 @Adamcarter PM'ed to you... @ Selur Also in addition to color edges degradation. I notice that there is a some brightness levels shift when use Color -> ColorMatrix transform. Seems brightness levels shift visible only in VS viewer preview. When rendered to x264 and in player levels are back to normal. But chroma edges artifacts are still there. UPDATE. seems chroma edges artifacts where caused by MPEG1 source. Seems Hybrid reads MPEG1 in some strange way. When i convert source file to 10bit ProRes422HQ and import again in hybrid, chroma edges have no artifacts when i apply 601 to 709 color matrix. But anyway other problems with color matrix still exists. I am not soo deeply technical in theory to explain the nature of this transformation. Seems part of this problem was discussed here: https://forum.doom9.org/showthread.php?s=&postid=514595#post514595 https://forum.doom9.org/showthread.php?s=&threadid=37082 https://forum.doom9.org/showthread.php?s=&threadid=82217 RE: Esxi running macos For selur - shijan - 27.08.2020 Is it possible to arrange buttons in "Audio Presets" and in "Config -> Profiles" in same order as buttons in other places? | Apply | Delete | Save | Save Same | ![]() ![]() ![]() ![]() Also it seems there is some confusion: Button "Save" in Hybrid acts as button "Save As..." in all other apps Button "Save Same" in Hybrid acts as button "Save" in all other apps RE: Esxi running macos For selur - Selur - 27.08.2020 Hopefulle I didn't miss something, if I did post again about it.
Uploaded a new version to the google drive. Cu Selur Ps.: @Adamcarter: best open a separate thread about your video, since it's not really related to the new version. RE: Esxi running macos For selur - shijan - 27.08.2020 Aha, so i need to reset presets every time i update hybrid. I thought it was critical only when move from 2018 to 2020 version. See my update about Color Matrix chroma edges: "seems chroma edges artifacts where caused by MPEG1 source. Seems Hybrid reads MPEG1 in some strange way. When i convert source file to 10bit ProRes422HQ and import again in hybrid, chroma edges have no artifacts when i apply 601 to 709 color matrix. But anyway other problems with color matrix still exists." So formally currently only 601 to 709 and 709 to 601 works for sure. RE: Esxi running macos For selur - Selur - 27.08.2020 Quote:Aha, so i need to reset presets every time i update hybrid. I thought it was critical only when move from 2018 to 2020 version.No, you don't need to reset the presets, but from the looks of it you did not start with properly reset settings when switching to 2020 and somewhere along the lines mixed old and new presets/settings. Quote:So formally currently only 601 to 709 and 709 to 601 works for sure.Look at the Vapoursynth calls, are those correct? If they are it's a bug in Vapoursynth, if they are wrong it's a bug in Hybrid I can fix. Cu Selur RE: Esxi running macos For selur - shijan - 27.08.2020 Also instead color matrix we can now use TimeCube. I see you add a lot or transformation LUTs for this |