<?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=RgTools%2FTemporalRepair</id>
		<title>RgTools/TemporalRepair - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=RgTools%2FTemporalRepair"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=RgTools/TemporalRepair&amp;action=history"/>
		<updated>2026-05-01T19:19:54Z</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=RgTools/TemporalRepair&amp;diff=10736&amp;oldid=prev</id>
		<title>Pinterf: New section under RgTools: TemporalRepair</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=RgTools/TemporalRepair&amp;diff=10736&amp;oldid=prev"/>
				<updated>2019-08-14T13:53:39Z</updated>
		
		<summary type="html">&lt;p&gt;New section under RgTools: TemporalRepair&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Plugin_Filters]]&lt;br /&gt;
[[Category:Limiting]]&lt;br /&gt;
'''Back to [[RgTools#Filters|RgTools]] &amp;amp;larr;'''&lt;br /&gt;
== Description ==&lt;br /&gt;
: TemporalRepair is a temporal filter, primarily useful for restoring static (non moving) details of spatial filters like [[RgTools#Filters|RgTools|RemoveGrain]].&lt;br /&gt;
: This filter was ported to Avs+ color spaces and support both x86 and x64 platforms. The filter appeared in RgTools 0.98. Previously it was contained in RemoveGrain v0.9 and 1.0b package.&lt;br /&gt;
&lt;br /&gt;
== Requirements: ==&lt;br /&gt;
:- Supported color formats: all, except YUY2&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Syntax and Parameters ==&lt;br /&gt;
:{{Template:FuncDef| TemporalRepair (''clip'', ''clip'', ''int'' &amp;quot;mode&amp;quot;, ''int'' &amp;quot;smooth&amp;quot;, ''bool'' &amp;quot;grey&amp;quot;, ''bool'' &amp;quot;planar&amp;quot;, ''int'' &amp;quot;opt&amp;quot;)}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2| |clip| }}&lt;br /&gt;
:::Mandatory input clip to be repaired. Usually the processed clip.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2| |clip| }}&lt;br /&gt;
:::Mandatory input clip. Usually the original unprocessed clip.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|mode|int|0}}&lt;br /&gt;
::{{Par2|smooth|int|0}}&lt;br /&gt;
:::mode and smooth are aliases, doing the same:&lt;br /&gt;
::::* 0 : default&lt;br /&gt;
::::* 1 : TemporalRepair is no more purely temporal, because it takes into account also the temporal fluctuation of the 8 neighboring pixels. &lt;br /&gt;
::::* 2 : restores less than mode 0,1,3 and is therefore the safest mode for deinterlacing and gives fairly good compression results.&lt;br /&gt;
::::* 3 : is also suitable for deinterlacing and should be chosen, if one aims to preserve the maximum amount of detail possible.&lt;br /&gt;
::::* 4 : ? also purely temporal&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|grey|bool|false}}&lt;br /&gt;
::: If true chroma will not be processed nor copied.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|planar|bool|false}}&lt;br /&gt;
:::not used, parameter kept for compatibility reasons&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|opt|int|-1}}&lt;br /&gt;
:::opt:&lt;br /&gt;
::::* -1 : default (best CPU code is chosen automatically)&lt;br /&gt;
::::* 0 : C&lt;br /&gt;
::::* 1 : SSE2&lt;br /&gt;
::::* 2 : SSE4.1&lt;br /&gt;
== Examples ==&lt;br /&gt;
TemporalRepair with default values:&lt;br /&gt;
 Unprocessed = [[AviSource]](&amp;quot;Blah.avi&amp;quot;)&lt;br /&gt;
 Processed   = RemoveGrain(Unprocessed, mode=2, modeU=2, modeV=2, planar=false)&amp;lt;br&amp;gt;&lt;br /&gt;
 TemporalRepair(Processed, Unprocessed, mode=0, grey=false, planar=false)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Links ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----------------------------------------------&lt;br /&gt;
'''Back to [[RgTools#Filters|RgTools]] &amp;amp;larr;'''&lt;/div&gt;</summary>
		<author><name>Pinterf</name></author>	</entry>

	</feed>