In this build I experience on bug with TemporalSoften. With TemporalSoften(1,5,0) the whole screen is green whereas with avisynth_a_071202 it was ok.. Just to report it :) MoonWalker
--------------------- wkrótce tu będzie mój podpis i link do mojego bloga!
@MoonWalker Hehe, I know TemporalSoften(1,5,0) is your favourite filter! ;) Btw, that "mpeg2dec3YV12.dll" in your script, which version is it? ;) The "mpeg2dec3.dll" I have here is v0.94 and it is dated 08/12/02. regards, iago
Arg... Silly me!! Threshold must be >0, so use: temporalsoften(1,5,1) until I fix it. Or use mergechroma to merge the unmodified chroma values back in. I optimized a little to heavily there :)