<?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=SmoothFreezeFrame</id>
	<title>SmoothFreezeFrame - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=SmoothFreezeFrame"/>
	<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=SmoothFreezeFrame&amp;action=history"/>
	<updated>2026-08-24T15:12:00Z</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=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://www.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>