CrendKing / avisynth_filter

DirectShow filters that put AviSynth and VapourSynth into video playing
MIT License
108 stars 8 forks source link

0.7.2 not working with svp MPC HC #11

Closed z826540272 closed 3 years ago

z826540272 commented 3 years ago

CreateScriptEnvironment{}returns nullptr

Nuihc88 commented 3 years ago

The obvious question to ask here is: What AviSynth version are you using?(It's shown on the Settings tab of the Config screen.) I encountered same issue yesterday. It was probably caused by incompatibility between new AviSynth Filter and old AviSynth+.

chainikdn commented 3 years ago

if you're using "official" build from Github - install Avisynth 3.5.1 (or 3.6+) manually note that 3.6+ has compatibility issues with ffdshow so if you want to keep ffdshow path working you'd better stick with 3.5.1

CrendKing commented 3 years ago

I'll update README about the version requirement.