User functions

From Avisynth

Jump to: navigation, search

Having read the basics about user-defined script functions, we can now step forward to examine in detail each function building block and identify rules for effective code development.

Contents

[edit] Manipulating arguments

[edit] Optional arguments

[edit] var arguments

[edit] Manipulating globals

how to use effectively and safely

[edit] Recursion

the only tool to act upon collections

[edit] Tuning performance

[edit] Design and coding-style considerations

[edit] Organising user defined functions


Back to scripting reference.

Personal tools