![]() |
[BUG] Merge mask not more working - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] Merge mask not more working (/thread-3530.html) |
Merge mask not more working - Dan64 - 05.01.2024 Hello Selur, I'm using Hybrid 2023.12.02.1. I enabled the Vapoursynth->Misc->UI->Show "Merge"-controls But the merge is not more working. The generated code is the following mergeClip = clip As you can see there is a reference to "clipfiltered" but this variable was never defined. Moreover I'm not sure that this merge will work as the "weighted" resizer with method "simple weight" that was introduced within the "Resize" page. Could you check ? Thanks, Dan RE: Merge mask not more working - Selur - 05.01.2024 I will look at it. Seems to be the combination of Masked&Merge for one filter is causeing the problem. Each on their own works fine here. RE: Merge mask not more working - Selur - 05.01.2024 Quote: Moreover I'm not sure that this merge will work as the "weighted" resizer with method "simple weight" that was introduced within the "Resize" page.This merge, merges the filtered and the unfiltered version. So 0.5 would take half or each plane from the unfiltered and the filtered version. Cu Selur RE: Merge mask not more working - Dan64 - 05.01.2024 (05.01.2024, 18:22)Selur Wrote: I will look at it. In effect the problem arise when I switch from "Masked" to "Merge". If I select "Merge" and set it as default setting and then restart the app, this problem do not arise any more. Now I defined "Merge" as default setting and it is working properly (after restart). RE: Merge mask not more working - Selur - 05.01.2024 Quote:In effect the problem arise when I switch from "Masked" to "Merge"If that means both are enabled then, then I agree, otherwise I have no clue what you are trying to say. RE: Merge mask not more working - Selur - 05.01.2024 Send you a link to a dev version which hopefully does fix the problem. Cu Selur RE: Merge mask not more working - Dan64 - 05.01.2024 The last dev version is woking! Thanks, Dan |