Jenya wrote:Hookay, I upgraded Avisynth up to 2.5.7, (at least I hope I did it right) and tried again. Now it's complaining that there's no function called Xsharpen. This something I can download?
It's part of the Japanese WarpSharp package. You can get it <a href="
http://mf.creations.nl/avs/filters/Warp ... l">here</a>.
<b>WARNING:</b> Do NOT put this filter in your default AVISynth plugins directory, as it will break auto-loading and you'll get stuff crashing all over the place. Put it someplace separate and load it manually with <b>LoadPlugin()</b>.
Also, get rid of any existing WarpSharp.dll files you might have already had in your default plugins directory.
Also, you should be loading that AVI file with <b>AVISource()</b>, not <b>DirectShowSource()</b>, unless for some reason you don't have the appropriate VFW codec.