I'm having a problem with my AviSynth scripts. I'm writing the scripts on AvsP, which was included in the AMVapp 3.0. I added this script and opened it in WMP:
AVIFileSource("C:\filename.avi")
dfttest(sigma=30)
LSFmod(strength=120)
When I watch the video, the filters work perfectly but the video is suddenly slowed down... there's nothing wrong with the audio, though. I tried only the script to open the file: AVIFileSource("C:\filename.avi") and that worked perfectly. I'm pretty new to avisynth and I have no clue what's going on here. Is there something wrong with my script? Or have I overlooked something really basic? Please, any advice is greatly appreciated.
