Closed Selur closed 3 months ago
Another example where Vapoursynth sRestore returns worth results than the Avisynth version: https://forum.doom9.org/showthread.php?p=1986173
seems like the issue is that std.Cache doesn't work with API 4, would be nice if srestore could be adjusted to use std.VideoCache (assuming that can replace the std.Cache call)
Over at [url=https://forum.videohelp.com/threads/407209-Strange-fields-frames-in-analog-capture]videohelp there is a thread[/url] where Avisynth can be nicely used to remove some ghosting using
trying to reproduce this with Vapoursynth it using:
havsfuncs sRestore doesn't remove the ghosting the same way the Avisynth version does. see: https://forum.doom9.org/showthread.php?p=1976139
Is there a bug in the port or am I missing something?