:param alm_p: parameters for method: "Adaptive Luma Merge" (see method=5 for a full explanation)
[0] : luma_threshold: threshold for the gradient merge, range [0-1] (0.01=1%)
[1] : alpha: exponent parameter used for the weight calculation, range [>=1]
[2] : min_weight: min merge weight, range [0-1] (0.01=1%)
0.6 vs [>=1]
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Looking into other issues atm. i.e. broken Blu-ray support (see: https://github.com/m-ab-s/media-autobuil...ssues/2627), which I hope can be resolved during this week, so assuming you release v3 I will probably release a new Hybrid version next weekend.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
(29.03.2024, 20:03)Selur Wrote: I created a new dev version and converted most of the lists to LineEdit-Fields.
This way the logic in the UI is simplified a lot.
Dev version is available under the old link. (includes the .dlls&co since I'm switching to Qt 6.6.3)
Just to understand better, in the case, in the future, I will add more parameters to the same list, this change will be automatically detected, or you have to release a new version to manage the extended list ?