<?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=SeeTheDifference</id>
		<title>SeeTheDifference - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=SeeTheDifference"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=SeeTheDifference&amp;action=history"/>
		<updated>2026-04-07T12:50:34Z</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=SeeTheDifference&amp;diff=1386&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=SeeTheDifference&amp;diff=1386&amp;oldid=prev"/>
				<updated>2013-05-19T22:03:49Z</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 22:03, 19 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=SeeTheDifference&amp;diff=1385&amp;oldid=prev</id>
		<title>Wilbert at 21:44, 19 May 2013</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=SeeTheDifference&amp;diff=1385&amp;oldid=prev"/>
				<updated>2013-05-19T21:44:27Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Makes differences between two videos really visible.&lt;br /&gt;
&lt;br /&gt;
This can be useful to measure quality loss after encoding&lt;br /&gt;
&lt;br /&gt;
 # If Videos start at different frames&lt;br /&gt;
 frameadjust = 0&lt;br /&gt;
 &lt;br /&gt;
 # Videos to compare: (v1 is original, v2 is encoded or whatever)&lt;br /&gt;
 v1 = [[AviSource]](&amp;quot;original.avi&amp;quot;,false).trim(frameadjust,0)&lt;br /&gt;
 v2 = AviSource(&amp;quot;encoded.avi&amp;quot;,false)&lt;br /&gt;
 sub = v1.[[Subtract|subtract]](v2)&lt;br /&gt;
 substrong = sub.[[Levels|levels]](122,1,132,0,255)&lt;br /&gt;
 &lt;br /&gt;
 return [[StackVertical]]([[StackHorizontal]](v1.[[Subtitle|subtitle]](&amp;quot;original&amp;quot;),v2.subtitle(&amp;quot;encoded&amp;quot;)),&lt;br /&gt;
   \ StackHorizontal(sub.subtitle(&amp;quot;Difference&amp;quot;),substrong.subtitle(&amp;quot;Difference amplified&amp;quot;)))&lt;br /&gt;
&lt;br /&gt;
{{FilterCat|External_filters|Other_filters|Debugging/Diagnostic_filters}}&lt;/div&gt;</summary>
		<author><name>Wilbert</name></author>	</entry>

	</feed>