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()
The errors are found when trying to open in VirtualDubMod as well as Windows Media Player. The actual source video files run fine in all instances, merely the scripts that do not work now.



