21.04.2022, 16:01
Okay, I know what causes the problem.
Since NNEDI3 does not work on interlaced content, Hybrid needs to either deinterlace and then reinterlace or split the interlaced frames into their field and apply the filter on both fields. (This can be controlled through 'Filtering->Vapoursynth->Script->Filter interlace handling'.)
And there is the bug, in which Hybrid does not properly set all the variables and thus when splitting into fields the cropHeight&Width are 0 which when causes an infinite loop during the pow-calcculation for NNEDI3.
-> looking into it.
Cu Selur
Since NNEDI3 does not work on interlaced content, Hybrid needs to either deinterlace and then reinterlace or split the interlaced frames into their field and apply the filter on both fields. (This can be controlled through 'Filtering->Vapoursynth->Script->Filter interlace handling'.)
And there is the bug, in which Hybrid does not properly set all the variables and thus when splitting into fields the cropHeight&Width are 0 which when causes an infinite loop during the pow-calcculation for NNEDI3.
-> looking into it.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.