03.03.2020, 08:47
(03.03.2020, 06:08)Selur Wrote: send you a link to a dev version for testing yesterday, would be nice if you can do some testing with it.
Sorry I didn't see it at the time, but unfortunately now that I have it installed I cannot get it to work at all, I've tried multiple different video encoders and they all throw an error with Waifu2x nvk being the only filter enabled. I can get it to run if I skip enabling Resize in the Crop/Resize window but that'd be redundant, I'm trying to upscale from 1080p to 4K (2x) so that shouldn't be an issue. I enabled the debug log and can't say much of it makes any sense to me, but I do see this line repeated several times throughout the file:
# resizing to 1920x1080
clip = core.w2xnvk.Waifu2x(clip=clip, scale=1, tile_size=32, gpu_id=1)
So with nothing else to go off of I think you accidentally hardcoded it to a scale factor of 1 rather than 2, and thats why ticking Resize and inputing a 2x resolution causes it to fail
I'll also add that I have a dedicated graphics card in addition to an intel cpu with integrated graphics, I tried changing the GPU id under Waifu2x nvk to no avail
https://pastebin.com/7gDvJaua