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 - 02.09.2021 Quote: The XML tag file '/Volumes/temp/Hybrid Temp/_2021-09-02@17_52_46_2210__03.xml' could not be read.does the file exist? According to the debug output is should exist and contain: <Tags> RE: Esxi running macos For selur - shijan - 02.09.2021 Ok, got it So i create failed job with Hybrid and then run your code (i changed filenames to match the new ones in Temp folder). After that i got this (also normal muxed MKV file appears in output folder): mkvmerge v53.0.0 ('Fool's Gold') 64-bit RE: Esxi running macos For selur - Selur - 02.09.2021 Okay, that is the output I saw in the debug output. According to that output. "/Volumes/media/-DVD/-MKV EXTRACTED/VTS_01_2-VC01 telecine Ω_Title_1-hybrid.mkv" shoudl have been created, but accoding to the file check /Volumes/media/-DVD/-MKV EXTRACTED/VTS_01_2-VC01 telecine Ω_Title_1-hybrid.mkv So the question is: Was a file created and the file check of Hybrid has a bug or wasn't a file created and the problem is with mkvtoolnix? (sadly if mkvtoolnix is the problem then you are out of luck if you can't use a newer version) Correction: As a workaround enabling "Config->Containers->FFmpeg for .mkv muxing" before the job creation should work since then ffmpeg instead of mkvmerge will be used. Cu Selur RE: Esxi running macos For selur - shijan - 02.09.2021 Seems i find the problem source! Remuxing fails only if "Generate" filename option is enabled in Hybrid. Or if i manually add "Ω" character in Hybrid to output name. By the way, "Config->Containers->FFmpeg for .mkv muxing" don't works at all even with normal filenames. It simply outputs "empty" 2 or 4 KB MKV file. RE: Esxi running macos For selur - Selur - 02.09.2021 Quote:Remuxing fails only if "Generate" filename option is enabled in Hybrid.If the source contains the "Ω" character those two option probably are really similar. (btw. on Windows using "With Ω character.mkv" as output name causes no problems,.. but there I also use a current mkvtoolnix.) Quote:By the way, "Config->Containers->FFmpeg for .mkv muxing" don't works at all ebven with normal filenames. It simply outputs "empty" 2 or 4 KB MKV file.-> no debug output, nothing I can do (might be an issue with the aspect ratio notation) Cu Selur RE: Esxi running macos For selur - shijan - 02.09.2021 There is also same muxing error if input name is normal, but output name contains "Ω" character. So seems problem is all about output name. Send you FFmpeg mkv muxing 2KB file problem debug. Guess it is totally different bug not related to special characters. RE: Esxi running macos For selur - Selur - 02.09.2021 calling: "/Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -r 30000/1001 -itsoffset -00:00:00.120 -i "/Volumes/temp/Hybrid Temp/2021-09-02@18_56_28_3710_02.m2v" -i "/Volumes/temp/Hybrid Temp/iId_1_aid_128_DELAY_-120ms_2021-09-02@18_56_28_3710_01.ac3" -vcodec copy -acodec copy -metadata encoding_tool="Hybrid 2021.09.02.1" -map 0:0 -map 1:0 -aspect 16:12 -r 30000/1001 "/Volumes/media/-DVD/-MKV EXTRACTED/VTS_01_2-VC01 telecine.mkv" FFmpeg reports: ffmpeg version N-103457-g9abf0e0419-tessus https://evermeet.cx/ffmpeg/ Copyright (c) 2000-2021 the FFmpeg developers Cu Selur RE: Esxi running macos For selur - Selur - 02.09.2021 Updated the download, please check how the new version behaves. Hybrid now should try longer to keep the file names local 8bit compatible, hopefully that helps. Cu Selur RE: Esxi running macos For selur - shijan - 02.09.2021 Nope, don't works. Same error here: Aborting '2021-09-02@21_18_41_9710_10_muxing' due to: Error: The XML tag file could not be read. Need a new debug? RE: Esxi running macos For selur - Selur - 02.09.2021 Yeah debug would be nice. Will probably not have time to look at it tomorrow since I'll leave home early and come back late, but I'll try some more workarounds on Saturday. Cu Selur |