Filters that are in the plugin directory are loaded up by default at startup and eating memory !
Is that right ?
is there any optimal way to setup avisynth to loadup just the required ones ?
i have a bunch of plugins (useful and not) just for trying them up
and i just read that it may decrease it's speed when accumulated by default in memory
can i make a folder with my video source and the necessary filters
and just delete it when finish and keep my original avisynth folder with my bank of filters ?
How have you setup your Avisynth ?
and sorry if it has been already covered
+ Reply to Thread
Results 1 to 5 of 5
-
-
It doesn't eat memory. It only slows down the startup procedure.
At startup all plugins in the "Plugins" folder are loaded to find out in which plugin the requested commands reside. When Avisynth doesn't find the command it unloads the plugin again. Finally only the plugins that are needed are kept in memory.
can i make a folder with my video source and the necessary filters
and just delete it when finish and keep my original avisynth folder with my bank of filters ? -
Basically, yes! But the flow of the script may also influence speed a bit. Colorspace conversion seems to slowdown but if you can avoid this with a different command order depends on the script. The manual mentions this somewhere.
-
More or less right, but more accurately what happens is this.
At startup all plugins in the "Plugins" folder are loaded to find out which commands they contain. (At this point the script has not been read, so Avisynth does not know which commands will be requested.) After noting this information, each plugin is unloaded again. Then when the script is processed, only the plugins containing the requested commands will be loaded again (and retained in memory) the first time they are needed.
Similar Threads
-
avisynth: directShowSource, ffVideoSource, avcSource -- speed
By adom in forum Video ConversionReplies: 8Last Post: 14th Jun 2011, 20:35 -
Ways to speed up rendering with VirtualDub + Avisynth?
By Asterra in forum Newbie / General discussionsReplies: 6Last Post: 18th Apr 2011, 10:20 -
How do I speed up my video to 10X speed?
By mileena in forum Newbie / General discussionsReplies: 9Last Post: 27th Aug 2010, 13:24 -
Burning speed vs. disc speed
By coody in forum DVD RippingReplies: 5Last Post: 26th May 2008, 02:41 -
which setting should i use
By fruitpassion in forum Video ConversionReplies: 4Last Post: 23rd Aug 2007, 19:58