MT Mode isn't disabled,..
-> not surprised it doesn't work.
It might work again if the resolution you feed TemporalDegrain is mod16 (depending on the thread count).
=> try whether it works for you when you disable MT (if you keep it enabled you can try setting memory max to a value like 256)
# current resolution: 720x480
SetMTMode(2) # changing MT mode
# cropping to 716x356
Crop(2,62,-2,-62)
# current resolution: 716x356
# grain handling
TemporalDegrain(blksize=32,degrain=3,SAD1=250,SAD2=250,HQ=1)
It might work again if the resolution you feed TemporalDegrain is mod16 (depending on the thread count).
=> try whether it works for you when you disable MT (if you keep it enabled you can try setting memory max to a value like 256)
----
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.