Marin85
9th November 2011, 06:28
This is basically one of those threads of the type "what am I doing wrong?". 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.
My first problem is how to make ffmpegsource work with Avisynth. For this purpose I have downloaded ffms2-2.16-avs-cplugin.7z from here (http://code.google.com/p/ffmpegsource/downloads/list) and then unpacked its content in the Avisynth plugin subdirectory. 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". 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. So, this brings me to the question: how in hell do I make this plugin work? :-)
My second problem is how to make LimitedSharpenFaster work. I have downloaded LimitedSharpenFaster.avs, MaskTools2 2a21+ and Removegrain 1.0-pre from here (http://avisynth.org/mediawiki/LimitedSharpen) as well as Warpsharp package from here (http://avisynth.org/warpenterprises/). Then I placed LimitedSharpenFaster.avs inside Avisynth plugin directory and extracted the other three packages in the same place. 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. 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\avsfilter.vdf.avs". and then it prompts the aforementioned warning. Now, when I load my sample with DirectShowSource (at least, this still works fine) and then apply LimitedSharpenFaster, I get the error message Script error: there is no function named "LimitedSharpenFaster".
At this point, I am fairly clueless as to how to make those things work. I will appreciate if the replies contain rather detailed instructions.
My first problem is how to make ffmpegsource work with Avisynth. For this purpose I have downloaded ffms2-2.16-avs-cplugin.7z from here (http://code.google.com/p/ffmpegsource/downloads/list) and then unpacked its content in the Avisynth plugin subdirectory. 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". 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. So, this brings me to the question: how in hell do I make this plugin work? :-)
My second problem is how to make LimitedSharpenFaster work. I have downloaded LimitedSharpenFaster.avs, MaskTools2 2a21+ and Removegrain 1.0-pre from here (http://avisynth.org/mediawiki/LimitedSharpen) as well as Warpsharp package from here (http://avisynth.org/warpenterprises/). Then I placed LimitedSharpenFaster.avs inside Avisynth plugin directory and extracted the other three packages in the same place. 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. 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\avsfilter.vdf.avs". and then it prompts the aforementioned warning. Now, when I load my sample with DirectShowSource (at least, this still works fine) and then apply LimitedSharpenFaster, I get the error message Script error: there is no function named "LimitedSharpenFaster".
At this point, I am fairly clueless as to how to make those things work. I will appreciate if the replies contain rather detailed instructions.