I got this error when I am using AVS Script Creator.
It said 'Error message: The video stream cannot be opened'
And I open the log, it said 'plugin was designed for a later version of avisynth (8)'
After that, I check the code in avs file
avs code:
LoadPlugin("C:\Users\Megui\tools\lsmash\LSMASHSource.dll")
LSMASHVideoSource("C:\Users\clip\test.mp4")
LoadPlugin("C:\Users\Megui\tools\avisynth_plugin\VSFilter.dll")
TextSub("C:\Users\clip\test.ass", 1)
It seems like the problem was from VSFilter.dll but I don't know how to fix it
Try use latest avs+ ver
https://gitlab.com/uvz/AviSynthPlus-Builds
But newer avs+ ver need replace MeGUI AvisynthWrapper
https://forum.doom9.org/showthread.php?p=1913117#post1913117
Last edit: Ho Quoc Viet 2023-05-10
I see. Thank you!