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 - 01.09.2020 new version was renamed from libtimecube.dylib to libvscube.dylib maybe come conflict due names? I checked, i delete old version. RE: Esxi running macos For selur - Selur - 01.09.2020 the name of the dll itself should not matter. The way there are used 'core.timecube.Cube(' will. If you got two filters with the same base 'core.timecube.Cube(' you will have a conflict. So yeah best delete one of them. Cu Selur RE: Esxi running macos For selur - shijan - 01.09.2020 It looks normal only if i use clip = core.resize.Bicubic(clip, format=vs.RGB48, range_in_s="limited", range_s="full") Or if i remove range_in_s="limited", range_s="full" code at all: just use clip = core.resize.Bicubic(clip, format=vs.RGB48) Just ignore all that TimeCube story. Here is new fix from developer https://github.com/sekrit-twc/timecube/issues/4#issuecomment-685090200 Problem fixed. RE: Esxi running macos For selur - Selur - 01.09.2020 to groggy today, will look at it tomorrow after work RE: Esxi running macos For selur - shijan - 01.09.2020 And few more small mistakes and upper/lower case letters adjustments in Filter(s) presets list name: Add grain -> Add Grain Dehalo - FineDehalo -> DeHalo - FineDehalo (not sure why but currently FineDehalo is moved away of DeHalo group) Denoise -> DeNoise Dering -> DeRing Deringing -> DeRing Framerate interpolation -> Framerate Interpolation Residual cleaner -> Residual Cleaner Also remove AntiAliasing - SangNomMod preset, because plug-in disabled yet. RE: Esxi running macos For selur - shijan - 02.09.2020 (30.08.2020, 19:36)Selur Wrote: -> If you can tell me a way tell ffmpeg to write those tags I can add an option for it, since I don't use lossy formats as intermediate I never really found any use for ProRes aside from exporting to it for others.About ProRes NCLC tags and tests here https://forum.selur.net/showthread.php?tid=1495&pid=8841#pid8841 Not sure if it helps exactly, but i done quick search "ffmpeg nclc" and some info here and there. For example here are a lot of nclc related code lines https://ffmpeg.org/doxygen/3.1/mov_8c_source.html https://video.stackexchange.com/questions/17717/ffmpeg-not-writing-quicktime-colr-atom -movflags +write_colr -strict experimental Some mov64Writer for Nuke app seems based on FFmpeg https://learn.foundry.com/nuke/developers/90/ndkreference/examples/mov64/mov64Writer.cpp it have like "writeNCLC_(true)" Probably NCLC tags are inserted as numbers. Numbers description is here https://github.com/bbc/qtff-parameter-editor In some codes it look like this: nclc: pri 1 trc 1 matrix 1 Maybe just look for something related to nclc in FFmpeg help and support? Maybe somehow look at ffmbc NCLC code and in use it for FFmpeg? Some early Kostya encoder requests from 2012 https://codecs.multimedia.cx/2012/03/a-few-words-about-my-prores-encoder/ "For all your questions – encoders control only what’s written inside the frames and don’t (and probably cannot) affect MOV properties in the way you want. Sorry. Maybe somebody will write a patch to address all this." RE: Esxi running macos For selur - Selur - 02.09.2020 Quote:Also remove AntiAliasing - SangNomMod preset, because plug-in disabled yet.too much hassle,.. About NCLC: so no real solution atm. Uploaded a new version. @Adamcarter: new version allows to change the deinterlacer in VIVTC to QTGMC or NNEDI3. Cu Selur RE: Esxi running macos For selur - shijan - 02.09.2020 some startup error popups RE: Esxi running macos For selur - Selur - 02.09.2020 Hmm,.. probably happen if Vapoursynth isn't available. -> looking into it. No I accidentally added the parameter to the Avisynth init,.. -> will fix RE: Esxi running macos For selur - shijan - 02.09.2020 It pops up same message 7 times. Deleting preferences/presets folder didn't help |