Okay, thanks! I wasn't sure what "original" meant in the suggested script. But I got it to work now! The shadowed frames seem to be gone.
I had to change the field number to 0 instead of 1, so here's what finally worked:
Code: Select all
Loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\TIVTC.dll")
mpeg2source("F:\D2V files\haru.d2v")
TFM(order=-1, field=-1, mode=5, PP=7, slow=2)
tdecimate()
original = last
clean = nnedi2(field=0)
amask = mt_makediff(clean, original)
mt_adddiff(amask)
Thanks very much to all of you for your help! ^_^