<?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=SmoothFreezeFrame</id>
		<title>SmoothFreezeFrame - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=SmoothFreezeFrame"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=SmoothFreezeFrame&amp;action=history"/>
		<updated>2026-04-07T12:49:39Z</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=SmoothFreezeFrame&amp;diff=1269&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Like FreezeFrame, but blends all frames inside the start-end range together to create a smooth result:   function SmoothFreezeFrame(clip clip, int start, int end) {    rep...&quot;</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=SmoothFreezeFrame&amp;diff=1269&amp;oldid=prev"/>
				<updated>2013-05-12T21:06:27Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Like &lt;a href=&quot;/index.php/FreezeFrame&quot; title=&quot;FreezeFrame&quot;&gt;FreezeFrame&lt;/a&gt;, but blends all frames inside the start-end range together to create a smooth result:   function SmoothFreezeFrame(clip clip, int start, int end) {    rep...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Like [[FreezeFrame]], but blends all frames inside the start-end range together to create a smooth result:&lt;br /&gt;
&lt;br /&gt;
 function SmoothFreezeFrame(clip clip, int start, int end) {&lt;br /&gt;
   replace = clip.trim(start,end)&lt;br /&gt;
   smooth = replace.TemporalSoften(round((end-start)/2),255,255,255,2)&lt;br /&gt;
   insert = smooth.FreezeFrame(0,end-start,round((end-start)/2))&lt;br /&gt;
   return clip.Trim(0,start-1)+insert+clip.Trim(end+1,0)&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
[[Category:Shared functions]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>