Hello , me again and yes with more problems.
I am getting this error :
script error there is no function named "Temporal Cleaner"
([Script Clip], line 2)
When using this script:
0=nf=0
1=GripCrop(^TargetWidth,^TargetHeight+^BorderTop+^ BorderBottom,overscan=^overscan,source_anamorphic= ^source_ana,dest_anamorphic=^dest_ana)
2=GripSize(resizer="BiCubicResize")
3=Undot()
4=Asharp(1,4)
5=STMedianFilter(^S_FilterThreshHold,^S_EdgeThresh Hold,0,0)
6=MergeChroma(blur(^blur_chroma))
7=MergeLuma(blur(^blur_luma))
8=SwitchThreshold=(Width<=352)?4
Width<=480)?3:2
9=ScriptClip("nf=round(YDifferenceToNext())"+chr(1 3)+"nf>=SwitchThreshold?unfilter(-(fmin(nf*2,100)),-(fmin(nf*2,100))):TemporalCleaner(6+nf,11+nf)")
10=GripBorders()
11=function fmin(int f1,int f2){return(f1<f2)?f1:f2}
^overscan=0
^source_ana=true
^dest_ana=true
^S_FilterThreshHold=8
^S_EdgeThreshHold=32
^blur_chroma=1.58
^blur_luma=0.1
?4=
?3=
?unfilter=
?f1=
Are the 4 lines that have appeared at the bottom part of the poblem?
Sorry for having so many problems. Every thing seems to be going wrong for me recently.
.