[BUG] Weighted Resize ALL - not 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] Weighted Resize ALL - not working (/thread-3459.html) |
Weighted Resize ALL - not working - Dan64 - 05.11.2023 Hello Selur, I'm using Hybrid dev-version 2023.10.21.1, and I noted that Weighted Resize "Mode: ALL" using the resizer RealESRGAN is not working any more. Fortunately it is working if I use "Mode: SPLIT". I attached the 2 generated scripts, they are almost the same, the only main difference is that the following command clip = core.std.Merge(clipa=clipSmoothed,clipb=clip,weight=0.5) is replaced by the following command in the "Split" version clip = core.resize.Bicubic(clip=clip, format=vs.YUV444PS, matrix_s="709", range_s="limited") in effect the raised error is the following: Merge: both clips must have the same constant format and dimensions, passed YUV420P16[1920x760] and RGBS[1920x760] Dan RE: Weighted Resize ALL - not working - Selur - 05.11.2023 Seems like I broke and fixed that, since using my current dev, I get: for 'mode=all': # no resizing since resolution is already archived # no resizing since resolution is already archived => send you a link for testing. (upload still running, will be finished in 5min) Cu Selur RE: Weighted Resize ALL - not working - Dan64 - 05.11.2023 The last dev-version is working! Thanks, Dan |