Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin loaded error when opening video with vapoursynth #31

Closed
snylonue opened this issue Jul 30, 2019 · 4 comments
Closed

Plugin loaded error when opening video with vapoursynth #31

snylonue opened this issue Jul 30, 2019 · 4 comments

Comments

@snylonue
Copy link

It reported 'Failed to open source,try another source filter'(Plugin already loaded),with automatic,ffms2:
Snipaste_2019-07-30_14-48-50
then I chose LWLibavSource,and it reported 'Failed to load script'(name 'core' is not defined):
Snipaste_2019-07-30_14-51-43

environment:cpu:i5-7300hq,gpu:gtx1050,win10 1809 x64,staxrip 2.0.2.4 beta,ffms2 2.27.0

@Revan654
Copy link
Contributor

Revan654 commented Aug 3, 2019

This is VS/Python issue, Your loading the same file twice. Python/VS is very picky on what gets loaded and how it gets loaded. VS will not ignore the file if it get loaded twice unlike AVS(from what I recall).

VS first will load anything in the dll folders, then StaxRip will load it's own dll files. Any files that appear in StaxRip Plugins should be removed from VS folder.

@snylonue
Copy link
Author

snylonue commented Aug 4, 2019

Thank you,the problem has been sloved.But I need to use VS alone sometimes that I have to load plugins manually or put the plugin back to the folder.What should I do to make them(the same plugin) coexist ?
(I'm sorry that I can't express my mind in English clearly)

@Revan654
Copy link
Contributor

Revan654 commented Aug 4, 2019

StaxRip has it's own Loading System, Best advise would be to create an autoloader that points to StaxRip Plugin Directory. There should be tutorial on VS website on how to do that.

or create a simple script that auto creates .py file with the loaded plugins already added.

You may have to pick and Choose what want and do the other manually. python/vs is very picky. Even when I use to program in python it was picky about everything.

@snylonue
Copy link
Author

snylonue commented Aug 5, 2019

Thank you for your help.The problem is completely solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants