<?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=GuessParity</id>
	<title>GuessParity - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=GuessParity"/>
	<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=GuessParity&amp;action=history"/>
	<updated>2026-08-24T22:33:55Z</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=GuessParity&amp;diff=944&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=GuessParity&amp;diff=944&amp;oldid=prev"/>
		<updated>2013-05-09T21:34:45Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A script to guess the parity of your clip (thanks to mf).&lt;br /&gt;
&lt;br /&gt;
 function GuessParity(clip input)&lt;br /&gt;
 {&lt;br /&gt;
   input = [[AssumeFrameBased]](input)&lt;br /&gt;
   global guessparitytff = [[AssumeTFF]](input).[[SeparateFields]]().[[Bob]]()&lt;br /&gt;
   global guessparitybff = [[AssumeBFF]](input).SeparateFields().Bob()&lt;br /&gt;
   istff = input.AssumeTFF().[[Subtitle]](&amp;quot;Guessed TopFirst&amp;quot;, x=20, y=20)&lt;br /&gt;
   isbff = input.AssumeBFF().Subtitle(&amp;quot;Guessed BottomFirst&amp;quot;, x=20, y=20)&lt;br /&gt;
   [[ConditionalFilter]](guessparitytff, istff, isbff, &amp;quot;YDifferenceFromPrevious(guessparitytff) + YDifferenceToNext(guessparitytff)&amp;quot;, &lt;br /&gt;
     \ &amp;quot;&amp;lt;&amp;quot;, &amp;quot;YDifferenceFromPrevious(guessparitybff) + YDifferenceToNext(guessparitybff)&amp;quot;, false)&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
[[Category:Shared functions]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>