The problem isn't QTGMC, but the forced conversion to YUV420.
Interlaced YUV420 requires mod4 height, which 486 is not.
For YUV422 mod2 is enough.
=> I'll add another sanity check to the next dev
=> uploaded a new dev, which should complain,..
Cu Selur
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P8)For YUV422 mod2 is enough.
=> I'll add another sanity check to the next dev
=> uploaded a new dev, which should complain,..
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.

