Topic: Inject SVP script in custom AVS file?
When playing videos, I have this ridiculous chain:
- Video loaded via an Avisynth script to change the pitch from 440hz to 432hz
- Video passed to SVP via ffdshow
- Video runs through another Avisynth script
- Video is rendered in HPC-HC via madVR
I'm just thinking. Would it be possible to have a single Avisynth instance running, to inject the code that would run into the first script I'm loading? Then no ffdshow and only 1 Avisynth engine running, should improve performance and stability. But is there any way it can be done? The challenge would be getting the per-video configuration that SVP Manager needs to generate.
I think such feature would require a specific API support from the Manager; and it could notify to reload if settings change.