This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Input resolution not divisible error
#11
You enabled "Filtering->Vapoursynth->Misc->Source->Convert to target color space after source filter" and that is what Hybrid does.
Angel

About your crash:
Create a written step-by-step which allows to reproduce your problem starting from a reset Hybrid an I can look into it.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#12
Wait... what? Early dementia is kicking in... I can't remember I ever touched that option, only source settings.

Of course disabling that fixed the error  Confused . Guess it was 4:1:1 -> 4:2:0 transformation that somehow messed with QTGMC despite later 4:2:2 requirement

Thank you once again!
Reply
#13
The problem isn't QTGMC, but the forced conversion to YUV420.
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P8)
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)