It's been probably a little over a year since I've had to deinterlace footage, and I've forgotten a lot about writing avisynth scripts, so I'm not sure what I'm doing wrong and what I can do to fix it.Avisynth open failure: Script error: there is no function named fielddeinterlace
Here's my script:
Any help would be appreciated.MPEG2Source("C:\Users\Jessie\Documents\Wallflower clips\Wallflower 1.d2v", cpu=4)
bicubicresize(640,360)
ConvertToRGB32()
fielddeinterlace()