![]() |
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 - 21.08.2021 Ok, error when spaces used in name path was fixed in Hybrid_dev_2021.08.21. So it shows all detected keyframes in "start" dropbox as expected. "Collect key frames" still produce different length same as in earlier tests. Maybe a bug, or maybe it is just how it works. "Collect key frames" enabled: 14447 frames or 00:10:02.560 "Collect key frames" disabled: 15078 frames or 00:10:28.879 (same as detected by MediaInfo) RE: Esxi running macos For selur - Selur - 21.08.2021 No clue why that happens. Can't reproduce it here. Have you tried wether this happens with another source too? Cu Selur RE: Esxi running macos For selur - shijan - 21.08.2021 Seems this depends of codec of framerate. DVD to MKV remux 25fps PAL - No problem "Collect key frames" enabled: 5980 frames / 00:03:59.200 "Collect key frames" disabled: 5980 frames / 00:03:59.200 BluRay to MKV remux 23.976fps CFR - problem "Collect key frames" enabled: 3016 frames / 00:02:05.792 "Collect key frames" disabled: 3144 frames / 00:02:11.131 DVD MKV 29.97/CFR telecine "Collect key frames" enabled: 83553 frames / 00:46:27.887 "Collect key frames" disabled: 83555 frames / 00:46:27.955 x264 MP4 29.97/CFR "Collect key frames" enabled: 2937 frames / 00:01:37.998 "Collect key frames" disabled: 2937 frames / 00:01:37.998 RE: Esxi running macos For selur - Selur - 21.08.2021 Will look into it, if I can motivate myself. RE: Esxi running macos For selur - Selur - 21.08.2021 Found a sample to reproduce the problem. RE: Esxi running macos For selur - shijan - 21.08.2021 Ok. Seems cut-end inialization problem fixed. I noticed one more thing - In some videos (seems only in NTSC 29.97 and 23.976) There is a 1 frame difference between length in "Video" settings and "Cut: end" field. This is not depends of "Collect key frames" setting. Is this normal or not? ![]() ![]() ![]() RE: Esxi running macos For selur - Selur - 21.08.2021 Quote:There is a 1 frame difference between length in "Video" settings and "Cut: end" field.40410 frames, so the first frame is 0 and the last is frame is 40409. Seems correct to me. Cu Selur RE: Esxi running macos For selur - shijan - 21.08.2021 I also thought about this ![]() ![]() RE: Esxi running macos For selur - Selur - 21.08.2021 Okay, I know why it happens. ![]() void MainTabInternalLogicService::adjustCutFramesForTime(HybridModel* model) const my guess is that using: int startFrame = int(startTime*fps + 0.5); Cu Selur RE: Esxi running macos For selur - shijan - 21.08.2021 Great! In new version time and frame count looks the same in all places (including vsViewer)! |