05.02.2023, 09:02
There are a few things wrong with your script if you want to use it in Hybrid.
Cu Selur
- Your script does not return anything. avsmod will add 'return last' to your script automatically, Hybrid will not. So adding 'return last' to your script might help.
- Your script relies on the autoloading on your system. Hybrid does not use autoloading. So you should explicitly load the filters you want to use. Also make sure that the filters you use in Hybrid itself and in you script both use the same bitdepth. (32bit vs 64bit)
- "Path to Hybrid/32bit/avsInfo.exe" "Path to your script" for 32bit
- "Path to Hybrid/64bit/Avisynth/avsInfo.exe" "Path to your script" for 64bit
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.