

and then it prompts the aforementioned warning. When I extract the Warpsharp package in the same directory, Avspmod prompts the following error upon launching: Import: couldn't open "C:\Program Files\Avisynth 2.5\plugins\". If I don't place Warpsharp package in there, opening Avspmod gives a warning about mt_masktools-25.dll and mt_masktools-26.dll that the plugin names contain undesirable symbols etc. Then I placed LimitedSharpenFaster.avs inside Avisynth plugin directory and extracted the other three packages in the same place. I have downloaded LimitedSharpenFaster.avs, MaskTools2 2a21+ and Removegrain 1.0-pre from here () as well as Warpsharp package from here (). My second problem is how to make LimitedSharpenFaster work. So, this brings me to the question: how in hell do I make this plugin work? :-) I have also tried LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ffms2.dll") and LoadCPlugin("C:\Program Files\AviSynth 2.5\plugins\ffms2.dll") first and then adding a second line ffmpegsource("c:\sample.mkv") (given that my sample.mkv is on c:\ ), but I am getting the same error message. When trying to load Matroska file with only h.264 video inside via ffmpegsource, I get the error message Script error: there is no function named "ffmpegsource".

For this purpose I have downloaded ffms2-2.16-avs-cplugin.7z from here () and then unpacked its content in the Avisynth plugin subdirectory. My first problem is how to make ffmpegsource work with Avisynth. After reading through probably 100s of non-relevant documentation, forum posts, discussions, blogs and personal webpages, I finally overcame my frustration and decided to ask these very basic questions. This is basically one of those threads of the type "what am I doing wrong?".
