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 - 30.08.2020 Okay, got the SvtHevEncApp problem on my system resolved. a. ulimit needed to be increased (ulimit -n 1000) (see: https://github.com/OpenVisualCloud/SVT-HEVC/issues/495 + https://github.com/OpenVisualCloud/SVT-AV1/issues/178#issuecomment-481452141) b. the cpus VMWare is running are too old (two Intel® Xeon® CPU E5640 @ 2.67GHz) but SvtHevEncApp Quote:CPU Requirementssource: https://github.com/OpenVisualCloud/SVT-HEVC So my guess is that on more modern CPUs it should work. Cu Selur RE: Esxi running macos For selur - shijan - 30.08.2020 Maybe it is possible somehow attach to Hybrid that BBC QuickTime File Format and ProRes Video Parameter Editor binary to write proper tags in MOV files? https://github.com/bbc/qtff-parameter-editor Davinci Resolve: (all proper tags) Hybrid ffmbc: (writes incorrect NCLC tags) Hybrid FFmpeg:(can't write NCLC tags) Same time Tags in MP4 x264 and x265 works correct when i use both MP4box and FFmpeg RE: Esxi running macos For selur - shijan - 30.08.2020 In addition to tags naming unification in distant future if it ever be possible, i suggest to unify tags lines order arrangement and names of those parameters. Currently we have four places with similar settings arranged in totally different ways and with slightly different naming variations. Unfortunately there is no any global specification how to order those lines and different media inspectors use different order. But i guess in most cases suggested order and naming looks like this: Luma Range Color Primaries Transfer Characteristics Matrix Coefficients In addition in x264 and x265 there are common "Overscan" and "Video Format" settings lines. RE: Esxi running macos For selur - shijan - 30.08.2020 Also these checkboxes arrays probably may be unified to same look (I guess arrangement logic of those checkboxes in x265 looks more friendly): RE: Esxi running macos For selur - shijan - 31.08.2020 Another mistake in Filter(s) presets list name: Change Resiual cleaner to Residual cleaner RE: Esxi running macos For selur - shijan - 31.08.2020 From conversation with TimeCube developer it seems mistake in script: "TimeCube can work on any RGB format, not just RGB24, so it is an issue with the script generator." "In the script you pasted, the input is converted to 8-bit before it reaches TimeCube:" # adjusting color space from YUV422P10 to RGB24 for vscube Guess it is better to fix it on Windows as well because that RGB24 probably force convert everything to crappy 8 bit RE: Esxi running macos For selur - Selur - 31.08.2020 Quote:"TimeCube can work on any RGB format, not just RGB24, so it is an issue with the script generator."Good to know. 8bit = vs.RGB24 9bit = vs.RGB27 10bit = vs.RGB30 16bit = vs.RGB48 -> will probably look at it after work Quote:Change Resiual cleaner to Residual cleanerfixed locally Cu Selur RE: Esxi running macos For selur - shijan - 31.08.2020 TemporalDegrain ERROR if input file is ProRes 10 bit No error with input 8 bit MP4 or VOB file Failed to evaluate the script: RE: Esxi running macos For selur - Selur - 31.08.2020 Will restrict Temporaldegrain to 8bit formats. Sadly libhqdn3d only supports 8bit. RE: Esxi running macos For selur - Selur - 31.08.2020 uploaded a new version,.. |