Deoldify Vapoursynth filter - 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: Deoldify Vapoursynth filter (/thread-3595.html) |
RE: Deoldify Vapoursynth filter - Selur - 31.03.2024 will update the dev version when you update vsdeoldify with proper alm_p definition. RE: Deoldify Vapoursynth filter - Dan64 - 31.03.2024 Here the version updated. I increased also the range of dark_threshold, from [0.1-0.35] to [0.1-0.5] Dan RE: Deoldify Vapoursynth filter - Selur - 31.03.2024 in that version there still is alm_p: list = [0.3, 0.6, 1.0] :param alm_p: parameters for method: "Adaptive Luma Merge" (see method=5 for a full explanation) RE: Deoldify Vapoursynth filter - Dan64 - 31.03.2024 Sorry, provided the version with the parameters not updated. Here the updated version. Dan RE: Deoldify Vapoursynth filter - Selur - 31.03.2024 updated the download Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 01.04.2024 The new dev version is working as expected. When are planning to release it ? Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 01.04.2024 Looking into other issues atm. i.e. broken Blu-ray support (see: https://github.com/m-ab-s/media-autobuild_suite/issues/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 RE: Deoldify Vapoursynth filter - Dan64 - 01.04.2024 Ok, I also will release version 3 next week-end. Thanks, Dan RE: Deoldify Vapoursynth filter - Dan64 - 02.04.2024 (29.03.2024, 20:03)Selur Wrote: I created a new dev version and converted most of the lists to LineEdit-Fields. 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 RE: Deoldify Vapoursynth filter - Selur - 02.04.2024 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 |