Script using FFmpegSource2 (with ffms2.dll loaded):
Avisynth open failure:
Script error: there is no function named "FFmpegSource2"
Script for opening an avi file...AviSource goes through fine, but the deinterlacing section fails:
Avisynth open failure:
Script error: there is no function named "TDeint"
I uninstalled/reinstalled Avisynth (latest version), still getting the same errors after replacing the plugins. One script that does still work:
Code: Select all
DirectShowSource("Episode - 1.mkv")
AssumeFPS("ntsc_video")
KillAudio()