AVSI

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "TODO Category:Glossary")
 
(was a TODO item - added content (copied from elsewhere on site))
Line 1: Line 1:
TODO
+
An autoloading script. Any script with the AVSI extension in the AviSynth Plugins folder is automatically imported. This is useful for making script functions available to any new script you create without having to copy and paste. However, any code not wrapped in a function [[The_script_execution_model/Sequence_of_events|will be executed when the script starts up]]. Code in .AVSI files should be restricted to [[Import]], [[Plugins|loading plugins]] and global variable definitions.
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 15:17, 25 March 2015

An autoloading script. Any script with the AVSI extension in the AviSynth Plugins folder is automatically imported. This is useful for making script functions available to any new script you create without having to copy and paste. However, any code not wrapped in a function will be executed when the script starts up. Code in .AVSI files should be restricted to Import, loading plugins and global variable definitions.

Personal tools