![]() |
Problem opening Avisynth script. - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Problem opening Avisynth script. (/thread-2256.html) Pages:
1
2
|
Problem opening Avisynth script. - Devilman1 - 29.01.2022 I try to open an Avisynth scritp I use to load a video splitted on multiple file to add some filter, but when I open it, Hybrid close without any notice. Bye Here is the script: LoadPlugin("C:\*\MeGUI-x64\tools\dgindexnv\DGDecodeNV.dll") RE: Problem opening Avisynth script. - Selur - 29.01.2022 Your script does not return anything. Unlike some other tools Hybrid expects Avisynth scripts to really return stuff. -> adding 'return last' to your script should help. As a side note: mixing Avisynth Script from different tools and can lead to tons of issues ![]() Cu Selur RE: Problem opening Avisynth script. - Devilman1 - 29.01.2022 I added return last to the script, but it behave like before. I write manually this script. The only part added by Megui was the trim, because it was not possible in your program. I remove it. Now the script looks like this: LoadPlugin("C:\Audio-video App\MeGUI-x64\tools\dgindexnv\DGDecodeNV.dll") Also leaving the trim and removing return last doesn't change anything RE: Problem opening Avisynth script. - Selur - 29.01.2022 Quote:The only part added by Megui was the trim, because it was not possible in your program.Yes, Hybrid does only support a single trim not mutiple. Since you use 64bit Avisynth in that script, you set Hybrid to use 64bit Avisynth too right? (by default it uses 32bit Avisynth) Assuming you did: What happens if you call the script with avsInfo64? Cu Selur RE: Problem opening Avisynth script. - Devilman1 - 29.01.2022 I set Avisynth type to 64bit before load the script, but I don't now if it stay checked, because when I restart the software is always 32bit selected. I run the script through avsInfo64, here the results: Quote:loaded avisynth dll,..(C:/Audio-video App/Hybrid/64bit/Avisynth/AviSynth.dll) RE: Problem opening Avisynth script. - Selur - 29.01.2022 Quote:because when I restart the software is always 32bit selected.Since you didn't save the setting in your defaults. That said seems like there's a bug in avsInfo. -> I'll look into it RE: Problem opening Avisynth script. - Selur - 30.01.2022 I fixed a few issues around this and I got it working again with 64bit Avisynth++, but it fails for 32bit AviSynth++ and I have no clue why. May be someone over at Doom9s has an idea. I send you a link to a dev version where at least 64bit should work now again. When calling avsInfo64bit it should output, something like loaded avisynth dll,..(I:/Hybrid/64bit/Avisynth/AviSynth.dll) Cu Selur RE: Problem opening Avisynth script. - Devilman1 - 30.01.2022 The version you send me now loads the avs script, but when I go to the the Crop/Resize Tab and I chose Crop preview I gen another error: # Imports 2022-01-30 15:54:30.796 RE: Problem opening Avisynth script. - Selur - 30.01.2022 Switch to Filtering->Support->Avisynth to use Avisynth, otherwise Hybrid will assume Vapoursynth should be used, in theory is possible, but not supported in Hybrid.(too much trouble, also only usable on Windows) Cu Selur RE: Problem opening Avisynth script. - Devilman1 - 30.01.2022 I did what you say, but when I chose Crop view a window is opened and closed within 1 second. |