FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
579 stars 105 forks source link

ffms2.dll is not an AviSynth 2.5 plugin #278

Closed erikkaplun closed 7 years ago

erikkaplun commented 7 years ago

I'm on 64bit Windows 10, installed the latest AviSynth 2.5, downloaded the latest ffms2, however I cannot load the DLL as a plugin.

my script does this:

LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2.dll")

also tried loading from the same directory as the script to no avail:

LoadPlugin("ffms2.dll")

the error message I get is:

Plugin C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2.dll is not an AviSynth 2.5 plugin
myrsloik commented 7 years ago

It's a 2.6 plugin.

erikkaplun commented 7 years ago

yes, you're right — I thought I'd downloaded 2.6 but apparently I had 2.5 installed instead. apologies!