Selur's Little Message Board

Full Version: Deoldify Vapoursynth filter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
will update the dev version when you update vsdeoldify with proper alm_p definition.
Here the version updated.

I increased also the range of dark_threshold, from [0.1-0.35] to [0.1-0.5]

Dan
in that version there still is
Code:
alm_p: list = [0.3, 0.6, 1.0]
and
Code:
: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]

Huh
Sorry, provided the version with the parameters not updated.

Here the updated version.

Dan
updated the download

Cu Selur
The new dev version is working as expected.

When are planning to release it ?

Thanks,
Dan
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
Ok, I also will release version 3 next week-end.

Thanks,
Dan
(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 ?

Dan
No. Hybrid does not adjust to or detect anything.
Using a line edit just allows the user to specifiy the parameters on its own.

Cu Selur