<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=The_script_execution_model</id>
	<title>The script execution model - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=The_script_execution_model"/>
	<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=The_script_execution_model&amp;action=history"/>
	<updated>2026-08-03T23:49:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>http://www.avisynth.nl/index.php?title=The_script_execution_model&amp;diff=724&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=The_script_execution_model&amp;diff=724&amp;oldid=prev"/>
		<updated>2013-05-09T21:33:34Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This section is a walkthrough to the internals of the AviSynth script engine. Its aim is to provide a better understanding of how AviSynth transforms script commands to actual video frames and help a user that has already grasped the basics of AviSynth scripting to start writing better and optimised scripts.&lt;br /&gt;
&lt;br /&gt;
The following subsections present the various parts that when combined together form what can be called the AviSynth&amp;#039;s &amp;quot;script execution model&amp;quot;: &lt;br /&gt;
&lt;br /&gt;
* [[The_script_execution_model/Sequence_of_events|Sequence of events]]&lt;br /&gt;
: A detailed description of the sequence of events that occur when you execute (ie load and render to your favorite encoder) an AviSynth script.&lt;br /&gt;
&lt;br /&gt;
* [[The_script_execution_model/The_filter_graph|The (implicit) filter graph]]&lt;br /&gt;
: A glance at the basic internal data structure that holds the representation of a parsed AviSynth script.&lt;br /&gt;
&lt;br /&gt;
* [[The_script_execution_model/The_fetching_of_frames|The fetching of frames (from bottom to top)]]&lt;br /&gt;
: How the AviSynth engine requests frames from filters.&lt;br /&gt;
&lt;br /&gt;
* [[The_script_execution_model/Scope_and_lifetime_of_variables|Scope and lifetime of variables]]&lt;br /&gt;
: The interplay of variables&amp;#039; scope and lifetime with the other features of AviSynth [[AviSynth_Syntax|syntax]].&lt;br /&gt;
&lt;br /&gt;
* [[The_script_execution_model/Evaluation_of_runtime_scripts|Evaluation of runtime scripts]]&lt;br /&gt;
: The details of runtime scripts&amp;#039; evaluation.&lt;br /&gt;
&lt;br /&gt;
* [[The_script_execution_model/Performance_considerations|Performance considerations]]&lt;br /&gt;
: Various performance-related issues and advice on how to optimise your AviSynth scripts and configuration.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Back to [[Scripting_reference|scripting reference]].&lt;br /&gt;
[[Category:AviSynth_Syntax]]&lt;br /&gt;
[[Category:Scripting_Reference]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>