<?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=Smoothing</id>
		<title>Smoothing - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=Smoothing"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=Smoothing&amp;action=history"/>
		<updated>2026-04-15T23:39:30Z</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=Smoothing&amp;diff=12351&amp;oldid=prev</id>
		<title>Reel.Deal: Smoothing v0005</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=Smoothing&amp;diff=12351&amp;oldid=prev"/>
				<updated>2021-07-25T19:35:40Z</updated>
		
		<summary type="html">&lt;p&gt;Smoothing v0005&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FilterCat5|External_filters|Plugins|Plugins_x64|Denoisers|Spatial_denoisers}}&lt;br /&gt;
{{Filter3&lt;br /&gt;
|1={{Author/putin}}&lt;br /&gt;
|2=0005&lt;br /&gt;
|3=[https://web.archive.org/web/20210725212710if_/https://files.videohelp.com/u/223002/smoothing0005.zip smoothing0005.zip]&lt;br /&gt;
|4=Spatial Denoisers&lt;br /&gt;
|5=Open source&lt;br /&gt;
|6=}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
[[smoothing]] is a spatial denoising plugin, it works by looking at all the nearby pixels and blur them in the better direction. Filtering is always included in every pixel. Therefore, the side effects are large.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
AviSynth plugin ported from the Aviutl plugin Smoothing by [https://web.archive.org/web/20081207000928/http://www.geocities.jp:80/flash3kyuu/ flash3kyuu].&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Documentation was translated from Japanese with online translators, some words may be not be accurate.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]&lt;br /&gt;
* [x64]: [[AviSynth+]]&lt;br /&gt;
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only &lt;br /&gt;
* Supported color formats: [[YUY2]], [[YV12]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://www.microsoft.com/en-us/download/details.aspx?id=30679 Microsoft Visual C++ 2012 Redistributable Package (x86 / x64)]&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;***&amp;lt;/span&amp;gt; &amp;lt;tt&amp;gt;vcredist_x86.exe&amp;lt;/tt&amp;gt; is required for &amp;lt;tt&amp;gt;smoothing-x86&amp;lt;/tt&amp;gt;&lt;br /&gt;
:&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;***&amp;lt;/span&amp;gt; &amp;lt;tt&amp;gt;vcredist_x64.exe&amp;lt;/tt&amp;gt; is required for &amp;lt;tt&amp;gt;smoothing-x64&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== [[Script variables|Syntax and Parameters]] ==&lt;br /&gt;
:{{Template:FuncDef| smoothing(clip, int &amp;quot;strength&amp;quot;, bool &amp;quot;range&amp;quot;, int &amp;quot;threads&amp;quot;)}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2| |clip| }}&lt;br /&gt;
:::Input clip; only YUY2 and YV12 supported.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|strength|int|1}}&lt;br /&gt;
:::The strength of the filter; the smaller the value, the stronger the strength.&lt;br /&gt;
:::Range: 0-31&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|range|bool|false}}&lt;br /&gt;
:::Widen the range of blur to make the effect stronger.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|threads|int|0}}&lt;br /&gt;
:::Range: 0-32 (0=auto)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Examples ==&lt;br /&gt;
smoothing with default settings:&lt;br /&gt;
 [[AviSource]](&amp;quot;Blah.avi&amp;quot;)&lt;br /&gt;
 smoothing(strength=1, range=false, threads=0)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Changelog ==&lt;br /&gt;
 Version         Date            Changes&amp;lt;br&amp;gt;&lt;br /&gt;
 0005            2014/08/26      - latest release&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Archived Downloads ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;; width=&amp;quot;600px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!!width=&amp;quot;100px&amp;quot;| Version&lt;br /&gt;
!!width=&amp;quot;150px&amp;quot;| Download&lt;br /&gt;
!!width=&amp;quot;150px&amp;quot;| Mirror&lt;br /&gt;
|-&lt;br /&gt;
!0005&lt;br /&gt;
|[https://web.archive.org/web/20210725212710if_/https://files.videohelp.com/u/223002/smoothing0005.zip smoothing0005.zip]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==External Links ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----------------------------------------------&lt;br /&gt;
'''Back to [[External_filters#Spatial_Denoisers|External Filters]] &amp;amp;larr;'''&lt;/div&gt;</summary>
		<author><name>Reel.Deal</name></author>	</entry>

	</feed>