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 - 29.03.2021 (updated dev version) Converting 'Ramp Resolve ProRes 422 HQ 10-bit' to CineformHD works fine here on Windows and Mac. The ffmpeg version you used does not support 'cfhd'. "/Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -noautorotate -nostdin -threads 8 -ignore_editlist true -i "/Volumes/shph/install mac/Video/,Converters/VapourSynth + Hybrid/2020 development/Test Patterns Resolve 422 HQ.mov" -map 0:0 -an -sn -strict -1 -vsync 0 -vcodec cfhd -quality 0 -vf scale,format=yuv422p10le -pix_fmt yuv422p10le -metadata encoding_tool="Hybrid 2021.03.29.1" "/Volumes/temp/Hybrid Temp/Test Patterns Resolve 422 HQ_2021-03-29@19_44_31_0210_01.mov" built with Apple clang version 11.0.0 (clang-1100.0.33.17) CineformHD encoding was added "Sun, 2 Aug 2020" any ffmpeg build before that date will not allow to encode to CineformHD. (see: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/4e278176299a46d54acbd52a2edd76e99774a967) Cu Selur RE: Esxi running macos For selur - shijan - 29.03.2021 Interesting... ffmpeg 4.3.2 is fresh release (2021-02-20) but seems cineform is just not there there. Maybe they still consider cineform as experimental option available only in development snapshots yet? ... If deinterlacer disabled - error on startup: Couldn't set property(2): value in deinterlacer - FilteringModel to none, found: Yadif - fast After restart no error. RE: Esxi running macos For selur - Selur - 29.03.2021 Quote:Couldn't set property(2): value in deinterlacer - FilteringModel to none, found: Yadif - fastthought I had that fixed,... -> will look at it again Cu Selur RE: Esxi running macos For selur - Selur - 29.03.2021 Can't reproduce the problem here. Deleted the settings folder content, started Hybrid, loaded a source, no problem,... To be sure we use the same version I packaged and uploaded the version again, but renamed the zip (added .1). Quote: ffmpeg 4.3.2 is fresh release (2021-02-20) but seems cineform is just not there there.Changelog for 4.3.2: https://fossies.org/linux/ffmpeg/Changelog mentions avcodec/cfhd so it should be included,.. strange. What does the version output for: ffmpeg -codecs DEV.L. cfhd GoPro CineForm HD Cu Selur RE: Esxi running macos For selur - shijan - 29.03.2021 D.V.L. cfhd Cineform HD shown in list in Terminal in ffmpeg 4.3.2 So it looks really strange that Hybrid can't render to Cineform with ffmpeg 4.3.2 release version. Maybe because different name used? DEV.L. cfhd GoPro CineForm HD D.V.L. cfhd Cineform HD ... Here is how to reproduce that fancy error message: - Delete Hybrid app support folder - Start Hybrid - Config -> Profiles -> Check "Autosave Defaults" - Filtering -> Deinterlace -> Uncheck "Auto" - Close Hybrid - Start Hybrid again and here should be a message: Couldn't set property(2): value in deinterlacer - FilteringModel to none, found: Yadif - fast RE: Esxi running macos For selur - Selur - 29.03.2021 Quote:Maybe because different name used?Not the name, the missing 'E' is the problem! 'E' stand for encoding support, so that version is missing the encoding support. Will look at the 'Yadif - fast' error tomorrow, finished for today. Cu Selur RE: Esxi running macos For selur - Selur - 29.03.2021 Did a fix for the deinterlacer issue, by removing 'none'. (updated dev; last for today, going to bed now) Cu Selur RE: Esxi running macos For selur - Selur - 30.03.2021 Removed some additional error messages and updated the dev version. Cu Selur RE: Esxi running macos For selur - Selur - 30.03.2021 Updated dev version, changed errors to simple notifications in the normal log. Cu Selur RE: Esxi running macos For selur - shijan - 30.03.2021 Nice. I like that new more human friendly checkbox "Use Deinterlacer" instead of legacy confusing "Auto". I understand that probably current experimental=true options are designed like this or some reason or for some special test purposes, but i really hope things may be improved a little bit in future: - Instant auto fullscreen on start is not a good idea. In most situations it only makes things too complicated. I guess it is better to add separate option for this in misc.ini or in UI settings. - Back to default window size by clicking to main window toolbar it not a good idea as well. It is always better to let custom window size stay the same size in all situations if it was adjusted by user. - Colored text on pressed tabs is near impossible to read on macOS. So i guess it is better to add separate option for colored tabs text in misc.ini or in UI settings. |