<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://avisynth.nl/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=LayerLoop</id>
		<title>LayerLoop - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=LayerLoop"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=LayerLoop&amp;action=history"/>
		<updated>2026-07-10T13:59:26Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.24</generator>

	<entry>
		<id>http://avisynth.nl/index.php?title=LayerLoop&amp;diff=934&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=LayerLoop&amp;diff=934&amp;oldid=prev"/>
				<updated>2013-05-09T21:34:45Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 21:34, 9 May 2013&lt;/td&gt;
			&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://avisynth.nl/index.php?title=LayerLoop&amp;diff=933&amp;oldid=prev</id>
		<title>Laur: Shared functions/LayerLoop moved to LayerLoop: ApplyInterlacedFilter</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=LayerLoop&amp;diff=933&amp;oldid=prev"/>
				<updated>2009-08-18T14:57:00Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=Shared_functions/LayerLoop&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Shared functions/LayerLoop (page does not exist)&quot;&gt;Shared functions/LayerLoop&lt;/a&gt; moved to &lt;a href=&quot;/index.php/LayerLoop&quot; title=&quot;LayerLoop&quot;&gt;LayerLoop&lt;/a&gt;: ApplyInterlacedFilter&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here's a quick function from Dividee to show off the new [[Layer]] and [[Loop]] filters in AviSynth. Don't put it in your autoload directory since it includes a free function ([[Animate]], see below) and isn't really a general purpose tool anyway.&lt;br /&gt;
&lt;br /&gt;
    function CIRCLE(clip &amp;quot;baseClip&amp;quot;, clip &amp;quot;movingClip&amp;quot;, float &amp;quot;angle&amp;quot;) &lt;br /&gt;
    {&lt;br /&gt;
        avWidth = (baseClip.width - movingClip.width) / 2 &lt;br /&gt;
        HPos = round(avWidth + cos(angle)*100) &lt;br /&gt;
        VPos = round(avWidth + sin(angle)*100) &lt;br /&gt;
        return baseClip.Layer( movingClip, &amp;quot;Add&amp;quot;, 192, HPos, VPos ) &lt;br /&gt;
    } &lt;br /&gt;
&lt;br /&gt;
    Animate(0, 10000, &amp;quot;CIRCLE&amp;quot;, clip1, clip2, 0, clip1, clip2, PI*20)&lt;br /&gt;
&lt;br /&gt;
Back to [[Shared functions]].&lt;br /&gt;
[[Category:Shared functions]]&lt;/div&gt;</summary>
		<author><name>Laur</name></author>	</entry>

	</feed>