![]() |
[HELP] How to run a simple script for Avisynth or Vapursynth? - 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: [HELP] How to run a simple script for Avisynth or Vapursynth? (/thread-2982.html) |
How to run a simple script for Avisynth or Vapursynth? - Dmitry - 13.12.2022 Good afternoon, I have a simple script for removing noise in the frame with my parameters, how can I run it in the program, tell me please? # Load the video clip There is also a script for Vapursynth. # Load the video clip Thanks! RE: How to run a simple script for Avisynth or Vapursynth? - Selur - 13.12.2022 a. Hybrid comes with their own Avisynth and Vapoursynth versions. b. Hybrid loads plugins directly and does not use autoloading. You would need to adjust your script to explicitly load any needed dependencies. Also with Vapoursynth mixing system-wide installed Vapoursynth and Hybrids Vapoursynth probably will cause issues. (since Vapoursynth has no option to disable autoloading; I requested this numerous times, but devs don't care about it) Out of curiosity: got links for stf.Toon and fl.Flicker? First time I hear of these and vsdb.top doesn't list them either. Cu Selur Ps.: you can also use the Custom section in the Avisynth/Vapoursynth part of the GUI to add script addition to load&use your filters. RE: How to run a simple script for Avisynth or Vapursynth? - Dmitry - 14.12.2022 I tried to create a script via gpt3 chat. Apparently it came up with some modules that don't exist ![]() Now it remains to make requests. so that it writes these modules. ![]() In any case, he periodically gives good advice on optimizing scripts or code. I'll try to adjust the Custom section script through this and look at the results. Thanks! RE: How to run a simple script for Avisynth or Vapursynth? - Selur - 14.12.2022 Quote:I tried to create a script via gpt3 chat. Apparently it came up with some modules that don't existokay,... Quote:In any case, he periodically gives good advice on optimizing scripts or code.Got an example? Cu Selur RE: How to run a simple script for Avisynth or Vapursynth? - Dmitry - 14.12.2022 This most often works for php, js, python. And maybe other common programming languages. Now long requests take off with an error. I can only attach an example for python. I tried a custom script today, I don’t have time to finish and an error occurs. Apparently due to the heavy load, the answer was shortened. It happens with several attempts it gives a different result, a lot depends on the request, how the task is formulated. RE: How to run a simple script for Avisynth or Vapursynth? - Selur - 14.12.2022 Interesting, thanks for the info. Cu Selur |