<?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=CutFinder</id>
		<title>CutFinder - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=CutFinder"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=CutFinder&amp;action=history"/>
		<updated>2026-04-07T18:03:17Z</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=CutFinder&amp;diff=964&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=CutFinder&amp;diff=964&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=CutFinder&amp;diff=963&amp;oldid=prev</id>
		<title>Laur: Shared functions/CutFinder moved to CutFinder: Remove obsolete shared functions category. See Talk:External filters.</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=CutFinder&amp;diff=963&amp;oldid=prev"/>
				<updated>2009-08-18T14:53:43Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=Shared_functions/CutFinder&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Shared functions/CutFinder (page does not exist)&quot;&gt;Shared functions/CutFinder&lt;/a&gt; moved to &lt;a href=&quot;/index.php/CutFinder&quot; title=&quot;CutFinder&quot;&gt;CutFinder&lt;/a&gt;: Remove obsolete shared functions category. See Talk:External filters.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Example for finding the best frame to concatenate 2 video streams. If the LOWER LEFT image shows the least differences, the cut-point is okay!&lt;br /&gt;
&lt;br /&gt;
 # this is the framenumber of the first clip which correspondents &lt;br /&gt;
 # to one of the first frames of the second clip&lt;br /&gt;
 criticalFrame = 80020&lt;br /&gt;
 # Both video sources with framenumbers&lt;br /&gt;
 a = [[AviSource]](&amp;quot;Schtonk_1.avi&amp;quot;).[[ShowFrameNumber]](true)&lt;br /&gt;
 b = AviSource(&amp;quot;Schtonk_2.avi&amp;quot;).ShowFrameNumber(true)&lt;br /&gt;
 &lt;br /&gt;
 c = a.[[Trim]](criticalFrame,0)&lt;br /&gt;
 &lt;br /&gt;
 d = [[Subtract]](b,c).[[Levels]](64,1,192,0,255)&lt;br /&gt;
 e = Subtract(b,c.Trim(1,0)).Levels(64,1,192,0,255)&lt;br /&gt;
 &lt;br /&gt;
 return [[StackVertical]]( \&lt;br /&gt;
    [[StackHorizontal]](c.[[Subtitle]](&amp;quot;clip a&amp;quot;), b.Subtitle(&amp;quot;clip b&amp;quot;)), \&lt;br /&gt;
    StackHorizontal(d.Subtitle(&amp;quot;clip a ^ clip b&amp;quot;), e.Subtitle(&amp;quot;clip a+1 ^ clip b&amp;quot;)))&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>