So in my AMV, whenever the footage is moving wherever there is supposed to be a gradient I get these ugly blocks of color instead. However, when it's stopped on one frame, the gradient looks fine. Is there something I have to add into my script to fix that? My script as it is now:
ConvertToYV12()
deen("w2d",6,7,9)
Temporalcleaner()
mfrainbow(strength=255)
ConvertToRGB24()
(I have to convert it twice because I use TMPGEnc.)



