my script with no filters :
Code: Select all
MPEG2Source("C:\yourfolder\blah.d2v")
TFM(mode=5,pp=7,slow=2)
crop(8,0,-8,0)
LanczosResize(848,480)




I tried some filters but its still not perfect
script with filters:
Code: Select all
MPEG2Source("C:\yourfolder\blah.d2v")
TFM(mode=5,pp=7,slow=2)
fft3dgpu(bt=3,sigma=3,plane=4,mode=1,precision=2,scutoff=0.8)
VMToon(strength=70, luma_cap=150, threshold=3, thinning=0, sharpen=true, mask=true, ssw=4, ssh=4, xstren=255, xthresh=255)
crop(8,0,-8,0)
LanczosResize(848,480)

can you help me please I think this is a pretty good footage so it will be easy for you xD