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 - 02.09.2021 Ok, PM'ed you new debug. Guess it is not a huge problem, because it is always easy to fix by using manual naming for output file. RE: Esxi running macos For selur - Selur - 02.09.2021 I could probably write a workaround by: a. making sure Hybrid only uses names which contain just the jobid and not the name of the input. b. as one of the last steps rename the output problem is: That is TONS of work since basically each possible pass in the job creation needs to be adjusted,.. -> not worth the effort at the moment, especially since this is a MacOS only problem. Cu Selur RE: Esxi running macos For selur - shijan - 02.09.2021 Yes, brute force is worst possible fix. Maybe it is not Hybrid itself, but something related to QT itself? Some QT setting encoding of characters special for macOS? Just wonder why MKVtoolnix GUI and other apps don't have similar problem. RE: Esxi running macos For selur - Selur - 02.09.2021 No its not a Qt problem. RE: Esxi running macos For selur - Selur - 03.09.2021 Quote:Just wonder why MKVtoolnix GUI and other apps don't have similar problem.They probably don't create temporary files and thus do not have to handle terminal character coding,.. RE: Esxi running macos For selur - Selur - 05.09.2021 This is really strange to avoid problems with the character coding of the terminal I rewrote Hybrid to use an option-file. Instead of calling: "/Users/selur/workspace/Hybrid/Hybrid.app/Contents/MacOS/MKVToolNix.app/Contents/MacOS/mkvmerge" --ui-language en_US -o "/Users/selur/Desktop/_2021-09-05@00_34_03_4210__01.mkv" --global-tags "/Users/selur/temp/mkvtags_2021-09-05@00_34_03_4210__01.xml" -d 0 --default-track 0:yes --default-duration "0:25/1fps" --aspect-ratio-factor 0:1.422 --no-chapters --compression -1:none --forced-track 0:yes --no-audio --no-subtitles "/Users/selur/Desktop/test Ω character.m2v" "/Users/selur/workspace/Hybrid/Hybrid.app/Contents/MacOS/MKVToolNix.app/Contents/MacOS/mkvmerge" @"/Users/selur/temp/analysis_01_20_31_675.json" [ mkvmerge v61.0.0 ('So') 64-bit -> think I found the issue, send you a pm. Cu Selur RE: Esxi running macos For selur - shijan - 05.09.2021 Problem with special characters encoding fixed in Hybrid_dev_2021.09.05. Great! RE: Esxi running macos For selur - shijan - 05.09.2021 Blu-ray import error Pop-up window: "Unexpected Analysis mode 11! Please report to Selur!" Tested 3 different Blu-rays with same result. PM'ed to you debug. RE: Esxi running macos For selur - Selur - 05.09.2021 This message comes up when one of the logging can't log some stuff. (I added a bunch of such code on places where I wasn't sure whether they still could be reached through user interlaction. (Shouldn't be more than a small annoyance.) Analysis should still work fine, there wasn't any problem, right? This probably only happens if for some reason ffmpeg shouldn't or can't be used for Blu-ray analysis. -> will look at it tomorrow. Cu Selur RE: Esxi running macos For selur - shijan - 05.09.2021 Some discs opens without any length detected. Some other discs opens normally, but when i attempt to passtrough remux them to MKV, i got new pop-up error messages: "FilteringModel get->found no field scanOrder" and next: "Aborting: Encoding is set for progressive output, but the input is not progressive!" So looks like something is broken and needs tests and bugfixes when you have time for it. Same discs remuxed without any problem with MakeMKV. And it also don't detect chapters |