<?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/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DJATOM</id>
		<title>Avisynth wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DJATOM"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php/Special:Contributions/DJATOM"/>
		<updated>2026-06-10T15:46:45Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.24</generator>

	<entry>
		<id>http://avisynth.nl/index.php/Avs2YUV</id>
		<title>Avs2YUV</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php/Avs2YUV"/>
				<updated>2020-03-05T20:57:53Z</updated>
		
		<summary type="html">&lt;p&gt;DJATOM: Update DJATOM's mod&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Utilities]]&lt;br /&gt;
[[Category:Piping]]&lt;br /&gt;
{{Filter3&lt;br /&gt;
| {{Author/akupenguin}}, BugMaster&lt;br /&gt;
| 0.24bm6&lt;br /&gt;
| [https://github.com/MasterNobody/avs2yuv/releases avs2yuv-0.24bm6.zip]&lt;br /&gt;
| Utilities&lt;br /&gt;
| [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]&lt;br /&gt;
|}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Description ==&lt;br /&gt;
Avs2YUV is a command-line program, originally intended for use under [http://en.wikipedia.org/wiki/Wine_%28software%29 Wine], to interface between AviSynth and Linux-based video tools. Nowadays is commonly used to pipe video (including high bit depth) to encoders like x264, x265, and FFmpeg/Libav. An advantage of using Avs2YUV is that one can pipe from a 32-bit AviSynth to 64-bit applications.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
[http://sourceforge.net/projects/avisynth2/ AviSynth 2.6.0] or greater | [[AviSynth+]]&lt;br /&gt;
* Supported color formats: [[Y8]], [[YV12]], [[YV16]], [[YV24]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
 Usage: avs2yuv [options] in.avs [-o out.y4m] [-o out2.y4m] [-hfyu out.avi]&amp;lt;br&amp;gt;&lt;br /&gt;
 {{Template:FuncDef|-v}}      print the frame number after processing each frame&lt;br /&gt;
 {{Template:FuncDef|-seek}}   seek to the given frame number&lt;br /&gt;
 {{Template:FuncDef|-frames}} stop after processing this many frames&lt;br /&gt;
 {{Template:FuncDef|-slave}}  read a list of frame numbers from stdin (one per line)&lt;br /&gt;
 {{Template:FuncDef|-no-mt}}  disable detection of AviSynth MT which adds Distributor()&lt;br /&gt;
 {{Template:FuncDef|-raw}}    output raw I400/I420/I422/I444 instead of yuv4mpeg&lt;br /&gt;
 {{Template:FuncDef|-csp}}    convert to I400/I420/I422/I444 or AUTO colorspace (default I420)&lt;br /&gt;
 {{Template:FuncDef|-depth}}  specify input bit depth (default 8)&lt;br /&gt;
 {{Template:FuncDef|-fps}}    overwrite input framerate&lt;br /&gt;
 {{Template:FuncDef|-par}}    specify pixel aspect ratio&amp;lt;br&amp;gt;&lt;br /&gt;
 The outfile may be &amp;quot;-&amp;quot;, meaning stdout.&lt;br /&gt;
 Output format is yuv4mpeg, as used by MPlayer, FFmpeg, Libav, x264, mjpegtools.&lt;br /&gt;
 Huffyuv output requires ffmpeg, and probably doesn't work in Wine.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Examples ==&lt;br /&gt;
'''TO DO'''&lt;br /&gt;
&amp;lt;br&amp;gt;&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;
 v0.24bm6     06/30/2019      - BugMaster's mod 6&lt;br /&gt;
                              - 4:0:0 (monochrome) output support&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.24bm5     08/18/2016      - BugMaster's mod 5&lt;br /&gt;
                              - minor fixes&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.24bm4     08/18/2016      - BugMaster's mod 4&lt;br /&gt;
                              - new option: -no-mt  disable detection of AviSynth MT which adds Distributor()&lt;br /&gt;
                              - support for [[Avisynthplus_color_formats|AviSynth+ high bit-depth pixel formats]]&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.24bm3     09/04/2014      - BugMaster's mod 3&lt;br /&gt;
                              - new options:&lt;br /&gt;
                                -depth specify input bit depth (default 8), &amp;gt;8 expects AviSynth [[Stack16|16-bit hack]] input video&lt;br /&gt;
                                -fps overwrite input framerate&lt;br /&gt;
                                -par specify pixel aspect ratio&lt;br /&gt;
                              - new supported value AUTO for -csp option which will try to detect input colorspace or convert to I420&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.24bm2     09/20/2011      - BugMaster's mod 2&lt;br /&gt;
                              - merge 2 [http://github.com/chikuzen/avs2yuv changes by Oka Motofumi] (aka Chikuzen):&lt;br /&gt;
                              - added 128 KB file buffering for speed up&lt;br /&gt;
                              - use ffmpeg for huffyuv encoding instead of mencoder&lt;br /&gt;
                              - added support for interlaced avs sources (it must be field-based instead of frame-based)&lt;br /&gt;
                              - new option: -csp i420/i422/i444 for support of I422/I444 colorspaces output (AviSynth 2.6+ is required)&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.24bm1     07/07/2011      - BugMaster's mod&lt;br /&gt;
                              - replaced AviSynth C++ interface with C interface&lt;br /&gt;
                              - compiles with GCC instead of MSVS&lt;br /&gt;
                              - added call of 'Distributor' for multi-threaded scripts&lt;br /&gt;
                              - calls avs_delete_script_environment at the end of work&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.24        03/04/2005      - new option: -raw outputs raw I420 (omits yuv4mpeg headers)&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.23        01/26/2005      - new option: -slave takes a list of frames to decode&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.22        11/25/2004      - fixed a bug when -frames comes before -seek on the command line&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.21        11/22/2004      - write to multiple output streams&amp;lt;br&amp;gt;&lt;br /&gt;
                              - huffyuv preset (doesn't work under wine)&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.20        11/22/2004      - prints avisynth error messages instead of crashing&lt;br /&gt;
                              - no longer requires avisynth_c.dll&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.13        11/10/2004      - binmode stdout again&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.12        11/09/2004      - reduced memory footprint&lt;br /&gt;
                              - no longer requires that avisynth be installed; merely having the dlls is enough&lt;br /&gt;
                              - fixed a possible crash on exit&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.11        10/31/2004      - binmode stdout (may or may not fix some piping problems)&amp;lt;br&amp;gt;&lt;br /&gt;
 v0.1         10/14/2004      - initial release&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[http://github.com/MasterNobody/avs2yuv GitHub] - Avs2YUV v0.24bm6 source code repository.&lt;br /&gt;
*[http://komisar.gin.by/tools/avs2yuv/ komisar.gin.by] - BugMaster's mod 1 and 2 downloads.&lt;br /&gt;
&lt;br /&gt;
*[http://akuvian.org/src/avisynth/avs2yuv/ akuvian.org] - Avs2YUV original homapage (includes old versions).&lt;br /&gt;
*[http://github.com/DJATOM/avs2yuv/releases GitHub] - Avs2YUV with some additional changes and linux support (0.29 DJATOM's mod (2020-03-05)). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----------------------------------------------&lt;br /&gt;
'''Back to [[Utilities]] &amp;amp;larr;'''&lt;/div&gt;</summary>
		<author><name>DJATOM</name></author>	</entry>

	<entry>
		<id>http://avisynth.nl/index.php/AviSynth%2B_x64_plugins</id>
		<title>AviSynth+ x64 plugins</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php/AviSynth%2B_x64_plugins"/>
				<updated>2019-06-17T08:51:03Z</updated>
		
		<summary type="html">&lt;p&gt;DJATOM: Add another dfttest mod.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;max-width:82em; min-width:42em;&amp;quot; &amp;gt;&lt;br /&gt;
{{AvsPlusHeader}}&amp;lt;div style=&amp;quot;max-width:62em&amp;quot; &amp;gt;&lt;br /&gt;
All listed plugins are the latest version unless stated otherwise.&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;height:100px; width:100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!width=12%| Category&lt;br /&gt;
!width=12%| Filter&lt;br /&gt;
!class=&amp;quot;unsortable&amp;quot; width=8%| Version&lt;br /&gt;
!class=&amp;quot;unsortable&amp;quot; width=15%| Download&lt;br /&gt;
!Comments&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[AdaptiveMedian]]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus]&lt;br /&gt;
| &amp;quot;Median&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Effect&lt;br /&gt;
|'''[[AddGrainC]]'''&lt;br /&gt;
|1.7.1&lt;br /&gt;
|[http://ldesoras.free.fr/src/avs/AddGrainC-1.7.1.7z AddGrainC-1.7.1.7z]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2012. AddGrain v1.7.0 compiled with Intel C++ Compiler XE 14: [https://www.dropbox.com/s/y5ymzmgfzddw0pn/AddGrainC_1.7.0_x64.zip?dl=1 AddGrainC_1.7.0_x64.zip]&lt;br /&gt;
|-&lt;br /&gt;
|Adjust&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=167573 AutoAdjust]'''&lt;br /&gt;
|2.6&lt;br /&gt;
|[http://latoninf.free.fr/d9/AA/AutoAdjust-v2.60.7z AutoAdjust-v2.60.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Crop&lt;br /&gt;
|'''[[AutoCrop]]'''&lt;br /&gt;
|1.2&lt;br /&gt;
|[https://www.mediafire.com/download/mzddfmjjdyx/autocrop_3-14-2010.rar autocrop_3-14-2010.rar]&lt;br /&gt;
|Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|[[AutoOverlay]]&lt;br /&gt;
|0.2.1&lt;br /&gt;
|[https://github.com/introspected/AutoOverlay/releases Releases]&lt;br /&gt;
| [https://github.com/introspected introspected]&lt;br /&gt;
|-&lt;br /&gt;
|Conversion&lt;br /&gt;
|'''[http://rationalqm.us/autoyuy2/autoyuy2.html AutoYUY2]'''&lt;br /&gt;
|4.0.0&lt;br /&gt;
|[https://github.com/jpsdr/AutoYUY2/releases Releases]&lt;br /&gt;
|Compiled by jpsdr.&lt;br /&gt;
|-&lt;br /&gt;
|Averaging&lt;br /&gt;
|'''[[Average]]'''&lt;br /&gt;
|0.94&lt;br /&gt;
|[https://github.com/pinterf/Average/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=172698 AviSynthShader]'''&lt;br /&gt;
|1.6.5&lt;br /&gt;
|[https://github.com/mysteryx93/AviSynthShader/releases Releases]&lt;br /&gt;
|-&lt;br /&gt;
|Logo removal&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=133682 AVSInpaint]'''&lt;br /&gt;
|9 Mar 2019&lt;br /&gt;
|[http://s000.tinyupload.com/index.php?file_id=45490765707251976548 AVSInpaint.7z]&lt;br /&gt;
|Compiled with GCC 8.3.&lt;br /&gt;
|-&lt;br /&gt;
|Resizer/Format Conversion&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=173986 avsresize]'''&lt;br /&gt;
|r1d&lt;br /&gt;
|[https://www.dropbox.com/s/3ocrd217pprrvmn/avsresize-r1d.7z?dl=0 avsresize-r1d.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Support&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=164407 AVSTP]'''&lt;br /&gt;
|1.0.3&lt;br /&gt;
|[http://ldesoras.free.fr/src/avs/avstp-1.0.3.zip avstp-1.0.3.zip]&lt;br /&gt;
|v1.0.1: [http://www.dropbox.com/s/59urdlk19pz6l2p/avstp-1.0.1_x64.zip?dl=1 avstp-1.0.1_x64.zip]&lt;br /&gt;
|-&lt;br /&gt;
|Sharpener&lt;br /&gt;
|'''[[aWarpSharp2]]'''&lt;br /&gt;
|2.0.1&lt;br /&gt;
|[https://github.com/jpsdr/aWarpSharpMT/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Audio&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=135855 BassAudio]'''&lt;br /&gt;
|2.4.10&lt;br /&gt;
|[https://www.sendspace.com/file/vwodyl BassAudio2410.7z] - [https://www.mediafire.com/download/0ydinsk5br3imgr/BassAudioSource24_x64src.7z source]&lt;br /&gt;
|Compiled by yo4kazu - [https://www.un4seen.com/download.php?bass24 BASS audio library for Win64]&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Bifrost]]'''&lt;br /&gt;
|2.2&lt;br /&gt;
|[https://www.dropbox.com/s/z2fbmi0fhvr8c8y/bifrost-v2.0.7z?dl=1 bifrost-v2.0.7z]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2013. Compiled by [https://forum.doom9.org/showthread.php?p=1721946#post1721946 l33tmeatwad].&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Checkmate]]'''&lt;br /&gt;
|0.9&lt;br /&gt;
|[https://github.com/tp7/checkmate/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Multipurpose&lt;br /&gt;
|'''[https://github.com/tp7/CLExpr CLExpr]'''&lt;br /&gt;
|0.91&lt;br /&gt;
|[https://github.com/tp7/CLExpr/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Denoisers&lt;br /&gt;
|'''[[Cnr2]]&lt;br /&gt;
|2.6.1_avs26 &lt;br /&gt;
|[https://www.dropbox.com/s/9fiab3s5exi43h2/cnr2_v261-avs26.zip?dl=1 cnr2_v261-avs26.zip]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015. Compiled by [https://forum.doom9.org/showthread.php?p=1771784#post1771784 Chikuzen].&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[https://github.com/realfinder/CombMask/releases CombMask]'''&lt;br /&gt;
|1.1.1s&lt;br /&gt;
|[https://github.com/realfinder/CombMask/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|[https://github.com/DJATOM/CullResize CullResize]&lt;br /&gt;
|0.1&lt;br /&gt;
|[https://github.com/DJATOM/CullResize/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Transform&lt;br /&gt;
|'''[[DeBarrel]]'''&lt;br /&gt;
|9 Apr 2018&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]&lt;br /&gt;
| &amp;quot;Barrel&amp;quot; function in movePlus&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[[DctFilter|DCTFilter]]'''&lt;br /&gt;
|0.5.0&lt;br /&gt;
|[https://github.com/chikuzen/DCTFilter/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[DeBlock]]'''&lt;br /&gt;
|0.9&lt;br /&gt;
|[https://github.com/tp7/Deblock/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Decomb]]'''&lt;br /&gt;
|5.2.4&lt;br /&gt;
|[https://www.dropbox.com/s/wdnkly9xun1skj4/decomb_5.2.4_x64.zip?dl=1 decomb_5.2.4_x64.zip]&lt;br /&gt;
|Compiled with Intel C++ Compiler XE 14&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[DeCross]]'''&lt;br /&gt;
|7 June 2019&lt;br /&gt;
|[http://s000.tinyupload.com/?file_id=36061294101187348836 DeCross.7z]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2019. Port of [https://github.com/dubhater/vapoursynth-decross vs v2 DeCross].&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[DeDot|DeDot]]'''&lt;br /&gt;
|8 Apr 2019&lt;br /&gt;
|[http://s000.tinyupload.com/?file_id=05512029649510235828 DeDot.7z]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2017. Port of [https://github.com/dubhater/vapoursynth-dedot vs Dedot].&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Deflicker]]'''&lt;br /&gt;
|0.6&lt;br /&gt;
|[https://github.com/pinterf/Deflicker/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Degrainer&lt;br /&gt;
|'''[[DeGrainMedian]]'''&lt;br /&gt;
|0.8.2&lt;br /&gt;
|[http://members.optusnet.com.au/squid_80/DeGrainMedian64.zip DeGrainMedian64.zip] - [http://members.optusnet.com.au/squid_80/sources/degrainmediansrc.zip source]&lt;br /&gt;
|Compiled by squid_80&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/DeJitter/DeJitter.htm DeJitter]'''&lt;br /&gt;
|14 Oct 2015&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/DeJitter/DeJitter64.7z DeJitter64.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Logo removal&lt;br /&gt;
|'''[https://github.com/makiuchi-d/delogo-avisynth Delogo]'''&lt;br /&gt;
|0.05a&lt;br /&gt;
|[http://www.dropbox.com/s/5t3p2gh4znsjxpc/delogo_avs%2B.zip?dl=1 delogo_avs+.zip]&lt;br /&gt;
|Compiled with Intel C++ Compiler XE 14.&lt;br /&gt;
|-&lt;br /&gt;
|Logo removal&lt;br /&gt;
|'''[https://github.com/msg7086/DelogoHD DelogoHD]'''&lt;br /&gt;
|r2&lt;br /&gt;
|[https://github.com/msg7086/DelogoHD/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[DeNoise]]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;minvar&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[DeSaltPepper]]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;SaltPepper&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/modPlus/Veed.html DeVeed]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;Veed&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[dfttest]]'''&lt;br /&gt;
|1.9.4.3&lt;br /&gt;
|[https://github.com/DJATOM/dfttest/releases Releases] [https://github.com/299792458m/dfttest_mod/releases Another mod]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=170237 DGDecIM] '''&lt;br /&gt;
|b50&lt;br /&gt;
|[http://rationalqm.us/dgdecim/dgdecim_b50.zip dgdecim_b50.zip]&lt;br /&gt;
|Requires license from DGDecNV&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[http://rationalqm.us/dgdecnv/dgdecnv.html DGDecNV]'''&lt;br /&gt;
|205x&lt;br /&gt;
|&lt;br /&gt;
|Requires license.&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[http://rationalqm.us/dgmpgdec/dgmpgdec.html DGMPGDec]'''&lt;br /&gt;
|1.5.8&lt;br /&gt;
|[https://www.mediafire.com/download/c0wmemj5jam/DGDecode_3-19-2010.rar DGDecode_3-19-2010.rar]&lt;br /&gt;
|Compiled by Joshy D, some IDCT modes are missing.&lt;br /&gt;
|-&lt;br /&gt;
|Multipurpose&lt;br /&gt;
|'''[[Dither]]'''&lt;br /&gt;
|1.27.2&lt;br /&gt;
|[http://ldesoras.free.fr/src/avs/dither-1.27.2.zip dither-1.27.2.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[https://forum.doom9.org/showpost.php?p=1699301&amp;amp;postcount=33 DSS2mod]'''&lt;br /&gt;
|2.0.0.13&lt;br /&gt;
|[https://web.archive.org/web/20160224130625/https://filetea.me/t1siAfoCvW5Sy2d2BbRx2WBjg/dl avss_x64.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[https://github.com/sekrit-twc/EdgeFixer EdgeFixer]'''&lt;br /&gt;
|25 Mar 2019&lt;br /&gt;
|[http://s000.tinyupload.com/index.php?file_id=15734691908025476289 EdgeFixer.7z]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2017.&lt;br /&gt;
|-&lt;br /&gt;
|Resizer/AA&lt;br /&gt;
|'''[[EEDI2]]'''&lt;br /&gt;
|0.9.2&lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 EEDI2_092_64.7z] [https://web.archive.org/web/20160908025751/http://www.iol.ie/~schubert/avs/EEDI2_092_64.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]. Compiled by Joshy D: [https://www.mediafire.com/download/znmyzdo2ize/EEDI2_4-10-2010.rar EEDI2_4-10-2010.rar]&lt;br /&gt;
|-&lt;br /&gt;
|Resizer/AA&lt;br /&gt;
|'''[[eedi3|EEDI3]]'''&lt;br /&gt;
|0.9.2.3&lt;br /&gt;
|[https://github.com/pinterf/EEDI3/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2017. See [https://forum.doom9.org/showthread.php?t=172414 discussion].&lt;br /&gt;
|-&lt;br /&gt;
|Multipurpose&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/EffectsPlus/EffectsPlus_index.html EffectsPlus]'''&lt;br /&gt;
|25 June 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/EffectsPlus/EffectsPlus.7z EffectsPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[https://forum.doom9.net/showthread.php?p=1820756#post1820756 ExactDedup]'''&lt;br /&gt;
|0.06&lt;br /&gt;
|[http://www.mediafire.com/file/q6v9am4ukqojj4j/ExactDedup_25%2626_x86_x64_dll_v0-06_20190215.zip ExactDedup_25&amp;amp;26_x86_x64_dll_v0-06_20190215.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[http://avisynth.org.ru/exinpaint/exinpaint.html ExInpaint]'''&lt;br /&gt;
|0.2&lt;br /&gt;
|[http://s000.tinyupload.com/index.php?file_id=08144579339147428286 ExInpaint.7z]&lt;br /&gt;
|Compiled with Intel C++ Compiler 19.00.&lt;br /&gt;
|-&lt;br /&gt;
|Debanding&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=161411 f3kdb]'''&lt;br /&gt;
|1.5.1&lt;br /&gt;
|[http://www.nmm-hd.org/upload/get~arIyHEnxIS8/flash3kyuu_deband_1.5.1_x64.7z flash3kyuu_deband_1.5.1_x64.7z]&lt;br /&gt;
|v2.0 prerelease (b98d6bc x86/x64): [https://web.archive.org/web/20150503191218/https://www.nmm-hd.org/upload/get~NfiLlgo1pX8/f3kdb-b98d6bc.rar f3kdb-b98d6bc.rar] - compiled with Intel C++ Compiler 2013. [https://web.archive.org/web/20160414135351/http://www.nmm-hd.org/upload/get~jW8DJGBDJro/f3kdb-rev410.7z f3kdb-rev410.7z] - compiled with Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|'''[https://github.com/chikuzen/FCBI FCBI]'''&lt;br /&gt;
|0.0.0&lt;br /&gt;
|[https://github.com/chikuzen/FCBI/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[[FFmpegSource]]'''&lt;br /&gt;
|2.23.1&lt;br /&gt;
|[https://github.com/FFMS/ffms2/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://avisynth.org.ru/fft3dfilter/fft3dfilter.html FFT3DFilter]'''&lt;br /&gt;
|2.6&lt;br /&gt;
|[https://github.com/pinterf/fft3dfilter/releases Releases]&lt;br /&gt;
|10-16bits/float support. Needs the [http://www.fftw.org/install/windows.html 64-bit &amp;lt;tt&amp;gt;libfftw3f-3.dll&amp;lt;/tt&amp;gt;] to be in your System32 directory.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=89941 FFT3DGPU]'''&lt;br /&gt;
|0.8.4&lt;br /&gt;
|[https://github.com/pinterf/FFT3dGPU/releases FFT3DGPU git latest]&lt;br /&gt;
|All 8 bit formats incl. planar RGB. RGB24-32 is not supported.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=89941 FFT3DGPU]'''&lt;br /&gt;
|0.8.2&lt;br /&gt;
|[https://www.mediafire.com/download/2chnt1jkwwm/FFT3DGPU_3-15-2010.rar FFT3DGPU_3-15-2010.rar]&lt;br /&gt;
|The HLSL (shader program) file is edited from the original to adhere to pixel shader 3.0 syntax rules. Please make sure to place the correct file in the same directory as the 64bit plugin. Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[FFTQuiver]]'''&lt;br /&gt;
|19 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]&lt;br /&gt;
| &amp;quot;F1Quiver&amp;quot; &amp;amp; &amp;quot;F2Quiver&amp;quot; functions in FQPlus&lt;br /&gt;
|-&lt;br /&gt;
|Deinterlacing&lt;br /&gt;
|'''[[FieldHint]]'''&lt;br /&gt;
|0.11 &lt;br /&gt;
|[https://www.mediafire.com/download/ynkidzz4joz/fieldhint.rar fieldhint.rar]&lt;br /&gt;
|Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[FillBorders]]'''&lt;br /&gt;
|05 Apr 2019&lt;br /&gt;
|[http://s000.tinyupload.com/index.php?file_id=95893792311172045215 FillBorders.7z]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2017.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[FillMargins]]'''&lt;br /&gt;
|1.0.2.0&lt;br /&gt;
|[http://s000.tinyupload.com/index.php?file_id=35727157676183647718 FillMargins.7z]&lt;br /&gt;
|Compiled with Intel C++ Compiler 19.00.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[FluxSmooth]]'''&lt;br /&gt;
|1.3, 2nd April 2019&lt;br /&gt;
|[https://github.com/pinterf/FluxSmooth/releases FluxSmooth-pfmod-v1.3.7z]&lt;br /&gt;
|[https://forum.doom9.org/showthread.php?t=176246 Discussion thread]&lt;br /&gt;
|-&lt;br /&gt;
|Sharpener&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/FQPlus/F2QSharp.html F2QSharp]'''&lt;br /&gt;
|19 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174161 FQPlus]'''&lt;br /&gt;
|19 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Interpolation&lt;br /&gt;
|'''[https://github.com/mysteryx93/FrameRateConverter FrameRateConverter]'''&lt;br /&gt;
|1.2.1&lt;br /&gt;
|[https://github.com/mysteryx93/FrameRateConverter/releases Releases]&lt;br /&gt;
|[https://forum.doom9.org/showthread.php?t=174793 Discussion thread].&lt;br /&gt;
|-&lt;br /&gt;
|Color correction&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174520 FredAverage]'''&lt;br /&gt;
|0.01&lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 FredAverage64_0.01.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=169651 FRIMSource]'''&lt;br /&gt;
|1.27&lt;br /&gt;
|[https://drive.google.com/file/d/0BymRNDHq74DEbUVsQ0NwSGJqdUU FRIM_x64_version_1.27.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Effect&lt;br /&gt;
|'''[[Fusion]]'''&lt;br /&gt;
|5th March 2013&lt;br /&gt;
|[http://horman.net/fusionx64.zip fusionx64.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Color correction&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=173695 GamMac]'''&lt;br /&gt;
|1.10&lt;br /&gt;
|[https://forum.doom9.org/showthread.php?p=1774281#post1774281 GamMac]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Blurring&lt;br /&gt;
|'''[[GBlur]]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;GBlur&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Debanding&lt;br /&gt;
|'''[[GradFun2db]]'''&lt;br /&gt;
|1.0&lt;br /&gt;
|[https://www.mediafire.com/download/w0trndmni3j/gradfun2db_3-29-2010.rar gradfun2db_3-29-2010.rar]&lt;br /&gt;
|Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Debugging&lt;br /&gt;
|'''[[Grid]]'''&lt;br /&gt;
|21 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/Grid/Grid64.7z Grid64.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Support&lt;br /&gt;
|'''[[GRunT]]'''&lt;br /&gt;
|1.0.1a&lt;br /&gt;
|[https://forum.doom9.org/attachment.php?attachmentid=15400&amp;amp;d=1463511496 grunt-x64.rar]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015. Compiled by [https://forum.doom9.org/showthread.php?p=1767990#post1767990 yesmanitsbearman]&lt;br /&gt;
|-&lt;br /&gt;
|Uncategorized &lt;br /&gt;
|'''[https://github.com/ladipro/avisynth_filters/wiki/HealDeadPixels HealDeadPixels]'''&lt;br /&gt;
|1.0.0&lt;br /&gt;
|[https://github.com/ladipro/avisynth_filters/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Blurring&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/modPlus/MBlur.html HBlur]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Support&lt;br /&gt;
|'''[https://web.archive.org/web/20160604220510/http://www.snovidenie.com/plugins/hdr/ HDRCore]'''&lt;br /&gt;
|1.1.0&lt;br /&gt;
|[https://web.archive.org/web/20160604220510/http://media.snovidenie.com/plugins/HDRCore.7z HDRCore.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Conversion&lt;br /&gt;
|'''[https://web.archive.org/web/20160604220510/http://www.snovidenie.com/plugins/hdr/ HDRMatrix]'''&lt;br /&gt;
|1.0.0&lt;br /&gt;
|[https://web.archive.org/web/20160604220510/http://media.snovidenie.com/plugins/HDRMatrix.7z HDRMatrix.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Effect&lt;br /&gt;
|'''[https://web.archive.org/web/20160604220510/http://www.snovidenie.com/plugins/hdr/ HDRNoise]'''&lt;br /&gt;
|1.2.0&lt;br /&gt;
|[https://web.archive.org/web/20160604220510/http://media.snovidenie.com/plugins/HDRNoise.7z HDRNoise.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sharpener &lt;br /&gt;
|'''[https://web.archive.org/web/20160604220510/http://www.snovidenie.com/plugins/hdr/ HDRSharp]'''&lt;br /&gt;
|1.0.0&lt;br /&gt;
|[https://web.archive.org/web/20160604220510/http://media.snovidenie.com/plugins/HDRSharp.7z HDRSharp.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Adjust&lt;br /&gt;
|'''[http://avisynth.nl/index.php/HistogramAdjust HistogramAdjust]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;TweakHist&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?p=1781204#post1781204 hqdn3dY]'''&lt;br /&gt;
|2016-02-13&lt;br /&gt;
|[https://forum.doom9.org/attachment.php?attachmentid=15589&amp;amp;d=1474456943 Hqdn3dY.7z]&lt;br /&gt;
|Modified by Rean.&lt;br /&gt;
|-&lt;br /&gt;
|IVTC&lt;br /&gt;
|'''[[IT|IT_YV12]]'''&lt;br /&gt;
|0103_width8K&lt;br /&gt;
|[https://www.dropbox.com/s/002p6yed7dzi8f3/IT_YV12_0103_width8K.zip?dl=1 IT_YV12_0103_width8K.zip]&lt;br /&gt;
|Compiled with Intel C++ Compiler XE 14.&lt;br /&gt;
|-&lt;br /&gt;
|IVTC&lt;br /&gt;
|'''[https://web.archive.org/web/20090220115721/http://members.at.infoseek.co.jp/kiraru2002/alpha_version.html Its]'''&lt;br /&gt;
|0.8.6&lt;br /&gt;
|&lt;br /&gt;
|Compiled by putin999&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|'''[[JincResize]]'''&lt;br /&gt;
|r44&lt;br /&gt;
|[https://www.dropbox.com/s/pj37t6ackhbs42k/jincresize_r44.zip?dl=1 jincresize_r44.zip]&lt;br /&gt;
|Compiled with Intel Parallel Studio XE 2015 Composer Edition for C++&lt;br /&gt;
|-&lt;br /&gt;
|Color correction&lt;br /&gt;
|'''[https://github.com/ladipro/avisynth_filters/wiki/KelvinColorShift KelvinColorShift]'''&lt;br /&gt;
|1.0.0&lt;br /&gt;
|[https://github.com/ladipro/avisynth_filters/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=171379 KNLMeansCL]'''&lt;br /&gt;
|1.1.1&lt;br /&gt;
|[https://github.com/Khanattila/KNLMeansCL/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[[LSMASHSource]]'''&lt;br /&gt;
|r9xx&lt;br /&gt;
|{{Plugin/LSMASHSource}}&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''MaskCrop'''&lt;br /&gt;
|0.1.2&lt;br /&gt;
|[https://www.dropbox.com/s/8c4rxlwbs020ib1/MaskCrop0.1.2.7z?dl=1 MaskCrop0.1.2.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Multipurpose&lt;br /&gt;
|'''[[MaskTools2]]'''&lt;br /&gt;
|2.2.18&lt;br /&gt;
|[https://github.com/pinterf/masktools/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2017.&lt;br /&gt;
|-&lt;br /&gt;
|Blurring&lt;br /&gt;
|'''[[MedianBlur2]]'''&lt;br /&gt;
|0.94&lt;br /&gt;
|[https://github.com/tp7/MedianBlur2/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://avisynth.org.ru/docs/english/externalfilters/mipsmooth.htm MipSmooth]'''&lt;br /&gt;
|1.1.2&lt;br /&gt;
|[http://members.optusnet.com.au/squid_80/MipSmooth64.zip MipSmooth64.zip] - [http://members.optusnet.com.au/squid_80/sources/mipsmooth64src.zip source]&lt;br /&gt;
|Compiled by squid_80 - [https://forum.doom9.org/showthread.php?t=64940 discussion thread]&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174162 modPlus]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[MosquitoNR]]'''&lt;br /&gt;
|0.10&lt;br /&gt;
|[https://www.dropbox.com/s/0dgrruxne80izus/MosquitoNR_0.10_x64.zip?dl=1 MosquitoNR_0.10_x64.zip]&lt;br /&gt;
|Compiled with Intel C++ Compiler XE 14.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174163 movePlus]'''&lt;br /&gt;
|9 Apr 2018&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[https://github.com/chikuzen/MPEG2DecPlus MPEG2DecPlus]'''&lt;br /&gt;
|0.1.1&lt;br /&gt;
|[http://kuroko.fushizen.eu/bin/mpeg2decplus-0.1.1.zip mpeg2decplus-0.1.1.zip] [https://web.archive.org/web/20161102003551/https://kuroko.fushizen.eu/bin/mpeg2decplus-0.1.1.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Sharpener&lt;br /&gt;
|'''[[MSharpen]]'''&lt;br /&gt;
|0.9&lt;br /&gt;
|[https://github.com/tp7/msharpen/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Interpolation&lt;br /&gt;
|'''[[MVTools]]'''&lt;br /&gt;
|2.7.40&lt;br /&gt;
|[https://github.com/pinterf/mvtools/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Audio&lt;br /&gt;
|'''[[NicAudio]]'''&lt;br /&gt;
|2.0.6&lt;br /&gt;
|[https://www.dropbox.com/s/lroqakipuoqnzby/NicAudio2.0.5_x64.zip?dl=1 NicAudio2.0.5_x64.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/NirMalam/NirMalam.html NirMalam]'''&lt;br /&gt;
|17 Oct 2015&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/NirMalam/NirMalam64.7z NirMalam64.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Resizer/AA&lt;br /&gt;
|'''[[nnedi3]]'''&lt;br /&gt;
|0.9.4.51&lt;br /&gt;
|[https://github.com/jpsdr/NNEDI3/releases Releases]&lt;br /&gt;
|Compiled by jpsdr, [https://forum.doom9.org/showthread.php?t=170083 discussion thread]&lt;br /&gt;
|-&lt;br /&gt;
|Conversion&lt;br /&gt;
|'''[https://github.com/chikuzen/PlanarTools PlanarTools]'''&lt;br /&gt;
|0.3.0&lt;br /&gt;
|[https://github.com/chikuzen/PlanarTools/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|'''[[PointSize]]'''&lt;br /&gt;
|0.2&lt;br /&gt;
|[https://github.com/Orum/PointSize/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[[RawSource26]]'''&lt;br /&gt;
|20160814&lt;br /&gt;
|[https://github.com/chikuzen/RawSource_2.6x/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[https://github.com/chikuzen/ReduceFlicker/tree/master/avisynth ReduceFlicker]'''&lt;br /&gt;
|0.0.0&lt;br /&gt;
|[https://github.com/chikuzen/ReduceFlicker/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Transform&lt;br /&gt;
|'''[[Reformer]]'''&lt;br /&gt;
|9 Apr 2018&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]&lt;br /&gt;
| &amp;quot;Reform&amp;quot; function in movePlus&lt;br /&gt;
|-&lt;br /&gt;
|Range Processing&lt;br /&gt;
|'''[[RemapFrames]]'''&lt;br /&gt;
|0.4.1-avs26&lt;br /&gt;
|[https://www.dropbox.com/s/6830ri3btc5crfp/RemapFrames-0.4.1-avs26.zip?dl=1 RemapFrames-0.4.1-avs26.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[RemoveDirt]]'''&lt;br /&gt;
|0.9.2&lt;br /&gt;
|[https://github.com/pinterf/RemoveDirt/releases RemoveDirt-0.9.2.7z]&lt;br /&gt;
|VS2017 and clang builds&lt;br /&gt;
|-	&lt;br /&gt;
| Degrainer	&lt;br /&gt;
|'''[[RemoveGrainHD]]'''	&lt;br /&gt;
|0.5&lt;br /&gt;
|[http://www.dropbox.com/s/bb1mnshuuscs3jm/RemoveGrainHD_0.5_x64_bin.zip?dl=1 RemoveGrainHD_0.5_x64_bin.zip]	&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|'''[http://svn.int64.org/viewvc/int64/resamplehq/doc/index.html ResampleHQ]'''&lt;br /&gt;
|r349&lt;br /&gt;
|[https://www.mediafire.com/download/4m31za3np4o5d24/ResampleHQ_r349_110905.7z ResampleHQ_r349_110905.7z]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013. Compiled by [https://forum.doom9.org/showthread.php?p=1722300#post1722300 l33tmeatwad] [https://forum.doom9.org/showthread.php?p=1722117#post1722117]. Older version: [https://sourceforge.net/projects/int64/files/ResampleHQ/ResampleHQ-v6.zip/download ResampleHQ-v6.zip]&lt;br /&gt;
|-&lt;br /&gt;
|Degrainer&lt;br /&gt;
|'''[[RgTools]]'''&lt;br /&gt;
|0.97&lt;br /&gt;
|[https://github.com/pinterf/RgTools/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Borders and Cropping&lt;br /&gt;
|'''[[RoboCrop]]'''&lt;br /&gt;
|1.10&lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 RoboCrop64_1.10.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]&lt;br /&gt;
|-&lt;br /&gt;
|Antialiasing&lt;br /&gt;
|'''[[SangNom2]]'''&lt;br /&gt;
|0.35&lt;br /&gt;
|[https://github.com/tp7/SangNom2/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''[[SCXvidMask]]'''&lt;br /&gt;
|1.0&lt;br /&gt;
|[https://github.com/tp7/SCXvidMask/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Adjust&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=154971 SmoothAdjust]'''&lt;br /&gt;
|3.2&lt;br /&gt;
|[http://latoninf.free.fr/d9/SA/SmoothAdjust-v3.20.7z SmoothAdjust-v3.20.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Deblocking&lt;br /&gt;
|'''[[SmoothD2]]'''&lt;br /&gt;
|1.0.a3&lt;br /&gt;
|[https://www.dropbox.com/s/ui8chlbzopuqs5a/SmoothD2-a3_x64.zip?dl=1 SmoothD2-a3_x64.zip]&lt;br /&gt;
|Compiled with Intel Parallel Studio XE 2015 Composer Edition for C++&lt;br /&gt;
|-&lt;br /&gt;
|Audio&lt;br /&gt;
|'''[[Spectrogram]]'''&lt;br /&gt;
|r7&lt;br /&gt;
|[https://drive.google.com/open?id=1HPxU8J6udAs_1VEWhdKvKFWdWncTCGXs Spectrogram_r7.7z]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2017. &lt;br /&gt;
|-&lt;br /&gt;
|Transform&lt;br /&gt;
|'''[[Spinner]]'''&lt;br /&gt;
|9 Apr 2018&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]&lt;br /&gt;
| &amp;quot;Turn&amp;quot; function in movePlus&lt;br /&gt;
|-&lt;br /&gt;
|Interpolation&lt;br /&gt;
|'''[https://www.svp-team.com/wiki/Plugins:_SVPflow SVPflow]'''&lt;br /&gt;
|4.2.0.142&lt;br /&gt;
|[http://www.svp-team.com/files/gpl/svpflow-4.2.0.142.zip svpflow-4.2.0.142.zip]&lt;br /&gt;
|More information [https://forum.doom9.org/showpost.php?p=1722352&amp;amp;postcount=266 here].&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=173259 TBilateral]'''&lt;br /&gt;
|0.9.11&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]&lt;br /&gt;
|More information [http://avisynth.nl/index.php/TBilateral here].&lt;br /&gt;
|-&lt;br /&gt;
|Edges&lt;br /&gt;
|'''[[TCannyMod]]'''&lt;br /&gt;
|1.3.0 &lt;br /&gt;
|[https://github.com/chikuzen/TCannyMod/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''[https://github.com/tp7/tcolormask TColorMask]'''&lt;br /&gt;
|1.2&lt;br /&gt;
|[https://github.com/tp7/tcolormask/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[TComb]]'''&lt;br /&gt;
|2.0&lt;br /&gt;
|[https://github.com/Elegant996/TComb/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''TCPDeliver'''&lt;br /&gt;
|0.2&lt;br /&gt;
|[https://github.com/DJATOM/TCPDeliver/releases Releases] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Deinterlacing&lt;br /&gt;
|'''[[TDeint]]'''&lt;br /&gt;
|1.1 &lt;br /&gt;
|[https://www.mediafire.com/download/kmcztm1xzjm/TDeinterlace_3-14-2010.rar TDeinterlace_3-14-2010.rar]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Edges&lt;br /&gt;
|'''[[TEMmod]]'''&lt;br /&gt;
|0.2.1 &lt;br /&gt;
|[https://github.com/chikuzen/TEMmod/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|IVTC&lt;br /&gt;
|'''[[TIVTC]]'''&lt;br /&gt;
|v1.0.14&lt;br /&gt;
|[https://github.com/pinterf/TIVTC/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2017.&lt;br /&gt;
|-&lt;br /&gt;
|Deflicker&lt;br /&gt;
|'''[http://www.zhitenev.com/avisynth/TimeLapseDF/ TimeLapseDF]'''&lt;br /&gt;
|1.0&lt;br /&gt;
|[http://www.zhitenev.com/avisynth/TimeLapseDF/x64/TimeLapseDF64.dll TimeLapseDF64.dll]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''[https://github.com/tp7/tmaskcleaner TMaskCleaner]'''&lt;br /&gt;
|0.91&lt;br /&gt;
|[https://github.com/tp7/tmaskcleaner/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''[https://github.com/chikuzen/TMM2 TMM2]'''&lt;br /&gt;
|0.1.1&lt;br /&gt;
|[https://github.com/chikuzen/TMM2/releases TMM2-0.1.1.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[TNLMeans]]'''&lt;br /&gt;
|1.0.3 &lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 TNLMeans103_ICL.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]. Slower version compiled by Joshy D: [https://www.mediafire.com/download/y4e3zd2zodd/TNLMeans_3-20-2010.rar TNLMeans_3-20-2010.rar]&lt;br /&gt;
|-&lt;br /&gt;
|Effects&lt;br /&gt;
|'''[[TransAll]]'''&lt;br /&gt;
|13 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/TxPlus/TxPlus.7z TxPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[TTempSmooth]]'''&lt;br /&gt;
|0.9.4&lt;br /&gt;
|[https://www.mediafire.com/download/zv0jm3mtmzf/TTempSmooth_3-20-2010.rar TTempSmooth_3-20-2010.rar]&lt;br /&gt;
|Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Effects&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174399 TxPlus]'''&lt;br /&gt;
|8 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/TxPlus/TxPlus.7z TxPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[[VapourSource]]'''&lt;br /&gt;
|0.1.1&lt;br /&gt;
|[https://github.com/DJATOM/VapourSource/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://avisynth.org.ru/vague/vaguedenoiser.html VagueDenoiser]'''&lt;br /&gt;
|0.35.1&lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 VagueDenoiser0351_64.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?p=1777949#post1777949 Groucho2004].&lt;br /&gt;
|-&lt;br /&gt;
|Blurring&lt;br /&gt;
|'''[[VariableBlur]]'''&lt;br /&gt;
|0.7&lt;br /&gt;
|[http://s000.tinyupload.com/index.php?file_id=97214527399833775893 VariableBlur.7z]&lt;br /&gt;
|Compiled with Intel C++ Compiler 19.00.&lt;br /&gt;
|-&lt;br /&gt;
|Debugging&lt;br /&gt;
|'''[[ViewAudio]]'''&lt;br /&gt;
|0.3.01 &lt;br /&gt;
|[https://www.mediafire.com/download/iyeo4xjlm87hjwq/ViewAudio_x64.7z ViewAudio_x64.7z] - [https://www.mediafire.com/download/81kg55yaiqp1nxc/ViewAudio0301_x64src.7z source]&lt;br /&gt;
|Compiled by yo4kazu.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Vinverse]]'''&lt;br /&gt;
|0.9&lt;br /&gt;
|[https://github.com/tp7/vinverse/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Subtitles&lt;br /&gt;
|'''[https://web.archive.org/web/20141227072702/https://code.google.com/p/vsfiltermod/ VSFilterMod]'''&lt;br /&gt;
|r90&lt;br /&gt;
|[http://yadi.sk/d/Mz3AmI4PYwjPu VSFilterMod64.dll]&lt;br /&gt;
|'''Note:''' this version outdated, r111 is the latest version.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/WaterShed/Watershed.html WaterShed]'''&lt;br /&gt;
|23 Oct 2015&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/WaterShed/Watershed64.7z Watershed64.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Audio&lt;br /&gt;
|'''[[Waveform]]'''&lt;br /&gt;
|0.3&lt;br /&gt;
|[https://www.dropbox.com/s/ufkw5w0nn79qzd5/waveform.zip?dl=1 waveform.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015. Compiled by [https://forum.doom9.org/showthread.php?p=1751960#post1751960 `Orum].&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=172966 xNLMeans]'''&lt;br /&gt;
|0.03&lt;br /&gt;
|[https://www.mediafire.com/download/4stpv24pvpfclzm/xNLMeans_0.03_20160324.zip xNLMeans_0.03_20160324.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Subtitles&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?p=1839217#post1839217 xy-VSFilter]'''&lt;br /&gt;
|v3.2.0.802&lt;br /&gt;
|[https://github.com/pinterf/xy-VSFilter/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Deinterlacing&lt;br /&gt;
|'''[https://github.com/chikuzen/yadifmod2 yadifmod2]'''&lt;br /&gt;
|0.0.4-1&lt;br /&gt;
|[https://github.com/chikuzen/yadifmod2/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Conversion&lt;br /&gt;
|'''[https://github.com/chikuzen/YV12To422 YV12to422]'''&lt;br /&gt;
|1.0.2&lt;br /&gt;
|[https://github.com/chikuzen/YV12To422/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013. &lt;br /&gt;
|-&lt;br /&gt;
|Transform&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=49429 Zoom]'''&lt;br /&gt;
|20140216&lt;br /&gt;
|[https://forum.doom9.org/attachment.php?attachmentid=14054&amp;amp;d=1392574410 Zoom.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?p=1668648#post1668648 Paser]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
More 64-bit filters can be found in the following sites but be aware that some of the plugins listed are outdated.&lt;br /&gt;
*[https://code.google.com/p/avisynth64/wiki/PluginLinks 64-Bit plugin collection by JoshyD]  &lt;br /&gt;
*[http://members.optusnet.com.au/squid_80/ squid_80's 64-bit repository] &lt;br /&gt;
*[https://web.archive.org/web/20130922222259/http://yo4kazu.110mb.com/ 64-bit filters by yo4kazu]&lt;br /&gt;
*[https://sites.google.com/site/avisynth64bitplugin/download 64bit plugins download list by poodle]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Avisynthplus]]&lt;br /&gt;
[[Category:External_filters]]&lt;/div&gt;</summary>
		<author><name>DJATOM</name></author>	</entry>

	<entry>
		<id>http://avisynth.nl/index.php/AviSynth%2B_x64_plugins</id>
		<title>AviSynth+ x64 plugins</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php/AviSynth%2B_x64_plugins"/>
				<updated>2018-10-14T15:04:27Z</updated>
		
		<summary type="html">&lt;p&gt;DJATOM: Update dfttest version.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;max-width:82em; min-width:42em;&amp;quot; &amp;gt;&lt;br /&gt;
{{AvsPlusHeader}}&amp;lt;div style=&amp;quot;max-width:62em&amp;quot; &amp;gt;&lt;br /&gt;
All listed plugins are the latest version unless stated otherwise.&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;height:100px; width:100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!width=12%| Category&lt;br /&gt;
!width=12%| Filter&lt;br /&gt;
!class=&amp;quot;unsortable&amp;quot; width=8%| Version&lt;br /&gt;
!class=&amp;quot;unsortable&amp;quot; width=15%| Download&lt;br /&gt;
!Comments&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[AdaptiveMedian]]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus]&lt;br /&gt;
| &amp;quot;Median&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Effect&lt;br /&gt;
|'''[[AddGrainC]]'''&lt;br /&gt;
|1.7.1&lt;br /&gt;
|[http://ldesoras.free.fr/src/avs/AddGrainC-1.7.1.7z AddGrainC-1.7.1.7z]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2012. AddGrain v1.7.0 compiled with Intel C++ Compiler XE 14: [https://www.dropbox.com/s/y5ymzmgfzddw0pn/AddGrainC_1.7.0_x64.zip?dl=1 AddGrainC_1.7.0_x64.zip]&lt;br /&gt;
|-&lt;br /&gt;
|Adjust&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=167573 AutoAdjust]'''&lt;br /&gt;
|2.6&lt;br /&gt;
|[http://latoninf.free.fr/d9/AA/AutoAdjust-v2.60.7z AutoAdjust-v2.60.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Crop&lt;br /&gt;
|'''[[AutoCrop]]'''&lt;br /&gt;
|1.2&lt;br /&gt;
|[https://www.mediafire.com/download/mzddfmjjdyx/autocrop_3-14-2010.rar autocrop_3-14-2010.rar]&lt;br /&gt;
|Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|[[AutoOverlay]]&lt;br /&gt;
|0.2.1&lt;br /&gt;
|[https://github.com/introspected/AutoOverlay/releases Releases]&lt;br /&gt;
| [https://github.com/introspected introspected]&lt;br /&gt;
|-&lt;br /&gt;
|Conversion&lt;br /&gt;
|'''[http://rationalqm.us/autoyuy2/autoyuy2.html AutoYUY2]'''&lt;br /&gt;
|4.0.0&lt;br /&gt;
|[https://github.com/jpsdr/AutoYUY2/releases Releases]&lt;br /&gt;
|Compiled by jpsdr.&lt;br /&gt;
|-&lt;br /&gt;
|Averaging&lt;br /&gt;
|'''[[Average]]'''&lt;br /&gt;
|0.94&lt;br /&gt;
|[https://github.com/pinterf/Average/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=172698 AviSynthShader]'''&lt;br /&gt;
|1.6.5&lt;br /&gt;
|[https://github.com/mysteryx93/AviSynthShader/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Resizer/Format Conversion&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=173986 avsresize]'''&lt;br /&gt;
|r1d&lt;br /&gt;
|[https://www.dropbox.com/s/3ocrd217pprrvmn/avsresize-r1d.7z?dl=0 avsresize-r1d.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Support&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=164407 AVSTP]'''&lt;br /&gt;
|1.0.3&lt;br /&gt;
|[http://ldesoras.free.fr/src/avs/avstp-1.0.3.zip avstp-1.0.3.zip]&lt;br /&gt;
|v1.0.1: [http://www.dropbox.com/s/59urdlk19pz6l2p/avstp-1.0.1_x64.zip?dl=1 avstp-1.0.1_x64.zip]&lt;br /&gt;
|-&lt;br /&gt;
|Sharpener&lt;br /&gt;
|'''[[aWarpSharp2]]'''&lt;br /&gt;
|2.0.1&lt;br /&gt;
|[https://github.com/jpsdr/aWarpSharpMT/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Audio&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=135855 BassAudio]'''&lt;br /&gt;
|2.4.10&lt;br /&gt;
|[https://www.sendspace.com/file/vwodyl BassAudio2410.7z] - [https://www.mediafire.com/download/0ydinsk5br3imgr/BassAudioSource24_x64src.7z source]&lt;br /&gt;
|Compiled by yo4kazu - [https://www.un4seen.com/download.php?bass24 BASS audio library for Win64]&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Bifrost]]'''&lt;br /&gt;
|2.2&lt;br /&gt;
|[https://github.com/dubhater/vapoursynth-bifrost/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2013. Compiled by [https://forum.doom9.org/showthread.php?p=1721946#post1721946 l33tmeatwad].&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Checkmate]]'''&lt;br /&gt;
|0.9&lt;br /&gt;
|[https://github.com/tp7/checkmate/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Multipurpose&lt;br /&gt;
|'''[https://github.com/tp7/CLExpr CLExpr]'''&lt;br /&gt;
|0.91&lt;br /&gt;
|[https://github.com/tp7/CLExpr/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Denoisers&lt;br /&gt;
|'''[[Cnr2]]&lt;br /&gt;
|2.6.1_avs26 &lt;br /&gt;
|[https://www.dropbox.com/s/9fiab3s5exi43h2/cnr2_v261-avs26.zip?dl=1 cnr2_v261-avs26.zip]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015. Compiled by [https://forum.doom9.org/showthread.php?p=1771784#post1771784 Chikuzen].&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[https://github.com/realfinder/CombMask/releases CombMask]'''&lt;br /&gt;
|1.1.1s&lt;br /&gt;
|[https://github.com/realfinder/CombMask/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[https://github.com/sekrit-twc/EdgeFixer ContinuityFixer]'''&lt;br /&gt;
|r1&lt;br /&gt;
|[https://github.com/sekrit-twc/EdgeFixer/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2013. Compiled by [https://forum.doom9.org/showthread.php?p=1721946#post1721946 l33tmeatwad].&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|[https://github.com/DJATOM/CullResize CullResize]&lt;br /&gt;
|0.1&lt;br /&gt;
|[https://github.com/DJATOM/CullResize/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Transform&lt;br /&gt;
|'''[[DeBarrel]]'''&lt;br /&gt;
|9 Apr 2018&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]&lt;br /&gt;
| &amp;quot;Barrel&amp;quot; function in movePlus&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[[DctFilter|DCTFilter]]'''&lt;br /&gt;
|0.5.0&lt;br /&gt;
|[https://github.com/chikuzen/DCTFilter/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[DeBlock]]'''&lt;br /&gt;
|0.9&lt;br /&gt;
|[https://github.com/tp7/Deblock/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Decomb]]'''&lt;br /&gt;
|5.2.4&lt;br /&gt;
|[https://www.dropbox.com/s/wdnkly9xun1skj4/decomb_5.2.4_x64.zip?dl=1 decomb_5.2.4_x64.zip]&lt;br /&gt;
|Compiled with Intel C++ Compiler XE 14&lt;br /&gt;
|-&lt;br /&gt;
|Degrainer&lt;br /&gt;
|'''[[DeGrainMedian]]'''&lt;br /&gt;
|0.8.2&lt;br /&gt;
|[http://members.optusnet.com.au/squid_80/DeGrainMedian64.zip DeGrainMedian64.zip] - [http://members.optusnet.com.au/squid_80/sources/degrainmediansrc.zip source]&lt;br /&gt;
|Compiled by squid_80&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/DeJitter/DeJitter.htm DeJitter]'''&lt;br /&gt;
|14 Oct 2015&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/DeJitter/DeJitter64.7z DeJitter64.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Logo removal&lt;br /&gt;
|'''[https://github.com/makiuchi-d/delogo-avisynth Delogo]'''&lt;br /&gt;
|0.05a&lt;br /&gt;
|[https://github.com/makiuchi-d/delogo-avisynth/releases Releases]&lt;br /&gt;
|Compiled with Intel C++ Compiler XE 14.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[DeNoise]]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;minvar&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[DeSaltPepper]]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;SaltPepper&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/modPlus/Veed.html DeVeed]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;Veed&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[dfttest]]'''&lt;br /&gt;
|1.9.4.3&lt;br /&gt;
|[https://github.com/DJATOM/dfttest/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=170237 DGDecIM] '''&lt;br /&gt;
|b50&lt;br /&gt;
|[http://rationalqm.us/dgdecim/dgdecim_b50.zip dgdecim_b50.zip]&lt;br /&gt;
|Requires license from DGDecNV&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[http://rationalqm.us/dgdecnv/dgdecnv.html DGDecNV]'''&lt;br /&gt;
|205x&lt;br /&gt;
|&lt;br /&gt;
|Requires license.&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[http://rationalqm.us/dgmpgdec/dgmpgdec.html DGMPGDec]'''&lt;br /&gt;
|1.5.8&lt;br /&gt;
|[https://www.mediafire.com/download/c0wmemj5jam/DGDecode_3-19-2010.rar DGDecode_3-19-2010.rar]&lt;br /&gt;
|Compiled by Joshy D, some IDCT modes are missing.&lt;br /&gt;
|-&lt;br /&gt;
|Multipurpose&lt;br /&gt;
|'''[[Dither]]'''&lt;br /&gt;
|1.27.2&lt;br /&gt;
|[http://ldesoras.free.fr/src/avs/dither-1.27.2.zip dither-1.27.2.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[https://forum.doom9.org/showpost.php?p=1699301&amp;amp;postcount=33 DSS2mod]'''&lt;br /&gt;
|2.0.0.13&lt;br /&gt;
|[https://web.archive.org/web/20160224130625/https://filetea.me/t1siAfoCvW5Sy2d2BbRx2WBjg/dl avss_x64.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Resizer/AA&lt;br /&gt;
|'''[[EEDI2]]'''&lt;br /&gt;
|0.9.2&lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 EEDI2_092_64.7z] [https://web.archive.org/web/20160908025751/http://www.iol.ie/~schubert/avs/EEDI2_092_64.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]. Compiled by Joshy D: [https://www.mediafire.com/download/znmyzdo2ize/EEDI2_4-10-2010.rar EEDI2_4-10-2010.rar]&lt;br /&gt;
|-&lt;br /&gt;
|Resizer/AA&lt;br /&gt;
|'''[[eedi3|EEDI3]]'''&lt;br /&gt;
|0.9.2.3&lt;br /&gt;
|[https://github.com/pinterf/EEDI3/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013. See [https://forum.doom9.org/showthread.php?t=172414 discussion].&lt;br /&gt;
|-&lt;br /&gt;
|Multipurpose&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/EffectsPlus/EffectsPlus_index.html EffectsPlus]'''&lt;br /&gt;
|25 June 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/EffectsPlus/EffectsPlus.7z EffectsPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[https://forum.doom9.net/showthread.php?p=1820756#post1820756 ExactDedup]'''&lt;br /&gt;
|0.05&lt;br /&gt;
|[https://www.mediafire.com/file/8184da6dp4hsdcq/ExactDeDup-0.05_20171005.zip ExactDeDup-0.05_20171005.zi]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Debanding&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=161411 f3kdb]'''&lt;br /&gt;
|1.5.1&lt;br /&gt;
|[http://www.nmm-hd.org/upload/get~arIyHEnxIS8/flash3kyuu_deband_1.5.1_x64.7z flash3kyuu_deband_1.5.1_x64.7z]&lt;br /&gt;
|v2.0 prerelease (b98d6bc x86/x64): [https://web.archive.org/web/20150503191218/https://www.nmm-hd.org/upload/get~NfiLlgo1pX8/f3kdb-b98d6bc.rar f3kdb-b98d6bc.rar] - compiled with Intel C++ Compiler 2013. [https://web.archive.org/web/20160414135351/http://www.nmm-hd.org/upload/get~jW8DJGBDJro/f3kdb-rev410.7z f3kdb-rev410.7z] - compiled with Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|'''[https://github.com/chikuzen/FCBI FCBI]'''&lt;br /&gt;
|0.0.0&lt;br /&gt;
|[https://github.com/chikuzen/FCBI/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[[FFmpegSource]]'''&lt;br /&gt;
|2.23.1&lt;br /&gt;
|[https://github.com/FFMS/ffms2/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://avisynth.org.ru/fft3dfilter/fft3dfilter.html FFT3DFilter]'''&lt;br /&gt;
|2.5&lt;br /&gt;
|[https://github.com/pinterf/fft3dfilter/releases Releases]&lt;br /&gt;
|10-16bits/float support. Compiled with VS2015 Update 3. Needs the [http://www.fftw.org/install/windows.html 64-bit &amp;lt;tt&amp;gt;libfftw3f-3.dll&amp;lt;/tt&amp;gt;] to be in your System32 directory.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=89941 FFT3DGPU]'''&lt;br /&gt;
|0.8.2&lt;br /&gt;
|[https://www.mediafire.com/download/2chnt1jkwwm/FFT3DGPU_3-15-2010.rar FFT3DGPU_3-15-2010.rar]&lt;br /&gt;
|The HLSL (shader program) file is edited from the original to adhere to pixel shader 3.0 syntax rules. Please make sure to place the correct file in the same directory as the 64bit plugin. Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[FFTQuiver]]'''&lt;br /&gt;
|19 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]&lt;br /&gt;
| &amp;quot;F1Quiver&amp;quot; &amp;amp; &amp;quot;F2Quiver&amp;quot; functions in FQPlus&lt;br /&gt;
|-&lt;br /&gt;
|Deinterlacing&lt;br /&gt;
|'''[[FieldHint]]'''&lt;br /&gt;
|0.11 &lt;br /&gt;
|[https://www.mediafire.com/download/ynkidzz4joz/fieldhint.rar fieldhint.rar]&lt;br /&gt;
|Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[FluxSmooth]]'''&lt;br /&gt;
|2nd December 2010&lt;br /&gt;
|[https://forum.doom9.org/attachment.php?attachmentid=11813&amp;amp;d=1291250198 FluxSmooth SSE DLLs.7z]&lt;br /&gt;
|[https://forum.doom9.org/showthread.php?t=158245 Discussion thread]&lt;br /&gt;
|-&lt;br /&gt;
|Sharpener&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/FQPlus/F2QSharp.html F2QSharp]'''&lt;br /&gt;
|19 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174161 FQPlus]'''&lt;br /&gt;
|19 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Interpolation&lt;br /&gt;
|'''[https://github.com/mysteryx93/FrameRateConverter FrameRateConverter]'''&lt;br /&gt;
|1.2.1&lt;br /&gt;
|[https://github.com/mysteryx93/FrameRateConverter/releases Releases]&lt;br /&gt;
|[https://forum.doom9.org/showthread.php?t=174793 Discussion thread].&lt;br /&gt;
|-&lt;br /&gt;
|Color correction&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174520 FredAverage]'''&lt;br /&gt;
|0.01&lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 FredAverage64_0.01.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=169651 FRIMSource]'''&lt;br /&gt;
|1.27&lt;br /&gt;
|[https://drive.google.com/file/d/0BymRNDHq74DEbUVsQ0NwSGJqdUU FRIM_x64_version_1.27.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Effect&lt;br /&gt;
|'''[[Fusion]]'''&lt;br /&gt;
|5th March 2013&lt;br /&gt;
|[http://horman.net/fusionx64.zip fusionx64.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Color correction&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=173695 GamMac]'''&lt;br /&gt;
|1.10&lt;br /&gt;
|[https://forum.doom9.org/showthread.php?p=1774281#post1774281 GamMac]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Blurring&lt;br /&gt;
|'''[[GBlur]]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;GBlur&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Debanding&lt;br /&gt;
|'''[[GradFun2db]]'''&lt;br /&gt;
|1.0&lt;br /&gt;
|[https://www.mediafire.com/download/w0trndmni3j/gradfun2db_3-29-2010.rar gradfun2db_3-29-2010.rar]&lt;br /&gt;
|Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Debugging&lt;br /&gt;
|'''[[Grid]]'''&lt;br /&gt;
|21 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/Grid/Grid64.7z Grid64.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Support&lt;br /&gt;
|'''[[GRunT]]'''&lt;br /&gt;
|1.0.1a&lt;br /&gt;
|[https://forum.doom9.org/attachment.php?attachmentid=15400&amp;amp;d=1463511496 grunt-x64.rar]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015. Compiled by [https://forum.doom9.org/showthread.php?p=1767990#post1767990 yesmanitsbearman]&lt;br /&gt;
|-&lt;br /&gt;
|Uncategorized &lt;br /&gt;
|'''[https://github.com/ladipro/avisynth_filters/wiki/HealDeadPixels HealDeadPixels]'''&lt;br /&gt;
|1.0.0&lt;br /&gt;
|[https://github.com/ladipro/avisynth_filters/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Blurring&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/modPlus/MBlur.html HBlur]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Support&lt;br /&gt;
|'''[https://web.archive.org/web/20160604220510/http://www.snovidenie.com/plugins/hdr/ HDRCore]'''&lt;br /&gt;
|1.1.0&lt;br /&gt;
|[https://web.archive.org/web/20160604220510/http://media.snovidenie.com/plugins/HDRCore.7z HDRCore.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Conversion&lt;br /&gt;
|'''[https://web.archive.org/web/20160604220510/http://www.snovidenie.com/plugins/hdr/ HDRMatrix]'''&lt;br /&gt;
|1.0.0&lt;br /&gt;
|[https://web.archive.org/web/20160604220510/http://media.snovidenie.com/plugins/HDRMatrix.7z HDRMatrix.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Effect&lt;br /&gt;
|'''[https://web.archive.org/web/20160604220510/http://www.snovidenie.com/plugins/hdr/ HDRNoise]'''&lt;br /&gt;
|1.2.0&lt;br /&gt;
|[https://web.archive.org/web/20160604220510/http://media.snovidenie.com/plugins/HDRNoise.7z HDRNoise.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sharpener &lt;br /&gt;
|'''[https://web.archive.org/web/20160604220510/http://www.snovidenie.com/plugins/hdr/ HDRSharp]'''&lt;br /&gt;
|1.0.0&lt;br /&gt;
|[https://web.archive.org/web/20160604220510/http://media.snovidenie.com/plugins/HDRSharp.7z HDRSharp.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Adjust&lt;br /&gt;
|'''[http://avisynth.nl/index.php/HistogramAdjust HistogramAdjust]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
| &amp;quot;TweakHist&amp;quot; function in modPlus&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?p=1781204#post1781204 hqdn3dY]'''&lt;br /&gt;
|2016-02-13&lt;br /&gt;
|[https://forum.doom9.org/attachment.php?attachmentid=15589&amp;amp;d=1474456943 Hqdn3dY.7z]&lt;br /&gt;
|Modified by Rean.&lt;br /&gt;
|-&lt;br /&gt;
|IVTC&lt;br /&gt;
|'''[[IT|IT_YV12]]'''&lt;br /&gt;
|0103_width8K&lt;br /&gt;
|[https://www.dropbox.com/s/002p6yed7dzi8f3/IT_YV12_0103_width8K.zip?dl=1 IT_YV12_0103_width8K.zip]&lt;br /&gt;
|Compiled with Intel C++ Compiler XE 14.&lt;br /&gt;
|-&lt;br /&gt;
|IVTC&lt;br /&gt;
|'''[https://web.archive.org/web/20090220115721/http://members.at.infoseek.co.jp/kiraru2002/alpha_version.html Its]'''&lt;br /&gt;
|0.8.6&lt;br /&gt;
|&lt;br /&gt;
|Compiled by putin999&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|'''[[JincResize]]'''&lt;br /&gt;
|r44&lt;br /&gt;
|[https://www.dropbox.com/s/pj37t6ackhbs42k/jincresize_r44.zip?dl=1 jincresize_r44.zip]&lt;br /&gt;
|Compiled with Intel Parallel Studio XE 2015 Composer Edition for C++&lt;br /&gt;
|-&lt;br /&gt;
|Color correction&lt;br /&gt;
|'''[https://github.com/ladipro/avisynth_filters/wiki/KelvinColorShift KelvinColorShift]'''&lt;br /&gt;
|1.0.0&lt;br /&gt;
|[https://github.com/ladipro/avisynth_filters/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=171379 KNLMeansCL]'''&lt;br /&gt;
|1.1.1&lt;br /&gt;
|[https://github.com/Khanattila/KNLMeansCL/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[[LSMASHSource]]'''&lt;br /&gt;
|r9xx&lt;br /&gt;
|{{Plugin/LSMASHSource}}&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''MaskCrop'''&lt;br /&gt;
|0.1.2&lt;br /&gt;
|[https://www.dropbox.com/s/8c4rxlwbs020ib1/MaskCrop0.1.2.7z?dl=1 MaskCrop0.1.2.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Multipurpose&lt;br /&gt;
|'''[[MaskTools2]]'''&lt;br /&gt;
|2.2.17&lt;br /&gt;
|[https://github.com/pinterf/masktools/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2017.&lt;br /&gt;
|-&lt;br /&gt;
|Blurring&lt;br /&gt;
|'''[[MedianBlur2]]'''&lt;br /&gt;
|0.94&lt;br /&gt;
|[https://github.com/tp7/MedianBlur2/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://avisynth.org.ru/docs/english/externalfilters/mipsmooth.htm MipSmooth]'''&lt;br /&gt;
|1.1.2&lt;br /&gt;
|[http://members.optusnet.com.au/squid_80/MipSmooth64.zip MipSmooth64.zip] - [http://members.optusnet.com.au/squid_80/sources/mipsmooth64src.zip source]&lt;br /&gt;
|Compiled by squid_80 - [https://forum.doom9.org/showthread.php?t=64940 discussion thread]&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174162 modPlus]'''&lt;br /&gt;
|17 Oct 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/modPlus/modPlus.7z modPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[MosquitoNR]]'''&lt;br /&gt;
|0.10 &lt;br /&gt;
|[https://www.dropbox.com/s/0dgrruxne80izus/MosquitoNR_0.10_x64.zip?dl=1 MosquitoNR_0.10_x64.zip]&lt;br /&gt;
|Compiled with Intel C++ Compiler XE 14.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174163 movePlus]'''&lt;br /&gt;
|9 Apr 2018&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[https://github.com/chikuzen/MPEG2DecPlus MPEG2DecPlus]'''&lt;br /&gt;
|0.1.1&lt;br /&gt;
|[http://kuroko.fushizen.eu/bin/mpeg2decplus-0.1.1.zip mpeg2decplus-0.1.1.zip] [https://web.archive.org/web/20161102003551/https://kuroko.fushizen.eu/bin/mpeg2decplus-0.1.1.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Sharpener&lt;br /&gt;
|'''[[MSharpen]]'''&lt;br /&gt;
|0.9&lt;br /&gt;
|[https://github.com/tp7/msharpen/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Interpolation&lt;br /&gt;
|'''[[MVTools]]'''&lt;br /&gt;
|2.7.31&lt;br /&gt;
|[https://github.com/pinterf/mvtools/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Audio&lt;br /&gt;
|'''[[NicAudio]]'''&lt;br /&gt;
|2.0.6&lt;br /&gt;
|[https://www.dropbox.com/s/lroqakipuoqnzby/NicAudio2.0.5_x64.zip?dl=1 NicAudio2.0.5_x64.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/NirMalam/NirMalam.html NirMalam]'''&lt;br /&gt;
|17 Oct 2015&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/NirMalam/NirMalam64.7z NirMalam64.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Resizer/AA&lt;br /&gt;
|'''[[nnedi3]]'''&lt;br /&gt;
|0.9.4.51&lt;br /&gt;
|[https://github.com/jpsdr/NNEDI3/releases Releases]&lt;br /&gt;
|Compiled by jpsdr, [https://forum.doom9.org/showthread.php?t=170083 discussion thread]&lt;br /&gt;
|-&lt;br /&gt;
|Conversion&lt;br /&gt;
|'''[https://github.com/chikuzen/PlanarTools PlanarTools]'''&lt;br /&gt;
|0.3.0&lt;br /&gt;
|[https://github.com/chikuzen/PlanarTools/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|'''[[PointSize]]'''&lt;br /&gt;
|0.2&lt;br /&gt;
|[https://github.com/Orum/PointSize/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[[RawSource26]]'''&lt;br /&gt;
|20160814&lt;br /&gt;
|[https://github.com/chikuzen/RawSource_2.6x/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[https://github.com/chikuzen/ReduceFlicker/tree/master/avisynth ReduceFlicker]'''&lt;br /&gt;
|0.0.0&lt;br /&gt;
|[https://github.com/chikuzen/ReduceFlicker/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Transform&lt;br /&gt;
|'''[[Reformer]]'''&lt;br /&gt;
|9 Apr 2018&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]&lt;br /&gt;
| &amp;quot;Reform&amp;quot; function in movePlus&lt;br /&gt;
|-&lt;br /&gt;
|Range Processing&lt;br /&gt;
|'''[[RemapFrames]]'''&lt;br /&gt;
|0.4.1-avs26&lt;br /&gt;
|[https://www.dropbox.com/s/6830ri3btc5crfp/RemapFrames-0.4.1-avs26.zip?dl=1 RemapFrames-0.4.1-avs26.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Resizer&lt;br /&gt;
|'''[http://svn.int64.org/viewvc/int64/resamplehq/doc/index.html ResampleHQ]'''&lt;br /&gt;
|r349&lt;br /&gt;
|[https://www.mediafire.com/download/4m31za3np4o5d24/ResampleHQ_r349_110905.7z ResampleHQ_r349_110905.7z]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013. Compiled by [https://forum.doom9.org/showthread.php?p=1722300#post1722300 l33tmeatwad] [https://forum.doom9.org/showthread.php?p=1722117#post1722117]. Older version: [https://sourceforge.net/projects/int64/files/ResampleHQ/ResampleHQ-v6.zip/download ResampleHQ-v6.zip]&lt;br /&gt;
|-&lt;br /&gt;
|Degrainer&lt;br /&gt;
|'''[[RgTools]]'''&lt;br /&gt;
|0.97&lt;br /&gt;
|[https://github.com/pinterf/RgTools/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Borders and Cropping&lt;br /&gt;
|'''[[RoboCrop]]'''&lt;br /&gt;
|1.10&lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 RoboCrop64_1.10.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]&lt;br /&gt;
|-&lt;br /&gt;
|Antialiasing&lt;br /&gt;
|'''[[SangNom2]]'''&lt;br /&gt;
|0.35&lt;br /&gt;
|[https://github.com/tp7/SangNom2/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''[[SCXvidMask]]'''&lt;br /&gt;
|1.0&lt;br /&gt;
|[https://github.com/tp7/SCXvidMask/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Adjust&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=154971 SmoothAdjust]'''&lt;br /&gt;
|3.2&lt;br /&gt;
|[http://latoninf.free.fr/d9/SA/SmoothAdjust-v3.20.7z SmoothAdjust-v3.20.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Deblocking&lt;br /&gt;
|'''[[SmoothD2]]'''&lt;br /&gt;
|1.0.a3&lt;br /&gt;
|[https://www.dropbox.com/s/ui8chlbzopuqs5a/SmoothD2-a3_x64.zip?dl=1 SmoothD2-a3_x64.zip]&lt;br /&gt;
|Compiled with Intel Parallel Studio XE 2015 Composer Edition for C++&lt;br /&gt;
|-&lt;br /&gt;
|Transform&lt;br /&gt;
|'''[[Spinner]]'''&lt;br /&gt;
|9 Apr 2018&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]&lt;br /&gt;
| &amp;quot;Turn&amp;quot; function in movePlus&lt;br /&gt;
|-&lt;br /&gt;
|Interpolation&lt;br /&gt;
|'''[https://www.svp-team.com/wiki/Plugins:_SVPflow SVPflow]'''&lt;br /&gt;
|4.2.0.142&lt;br /&gt;
|[http://www.svp-team.com/files/gpl/svpflow-4.2.0.142.zip svpflow-4.2.0.142.zip]&lt;br /&gt;
|More information [https://forum.doom9.org/showpost.php?p=1722352&amp;amp;postcount=266 here].&lt;br /&gt;
|-&lt;br /&gt;
|Edges&lt;br /&gt;
|'''[[TCannyMod]]'''&lt;br /&gt;
|1.3.0 &lt;br /&gt;
|[https://github.com/chikuzen/TCannyMod/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''[https://github.com/tp7/tcolormask TColorMask]'''&lt;br /&gt;
|1.2&lt;br /&gt;
|[https://github.com/tp7/tcolormask/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[TComb]]'''&lt;br /&gt;
|2.0&lt;br /&gt;
|[https://github.com/Elegant996/TComb/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''TCPDeliver'''&lt;br /&gt;
|0.2&lt;br /&gt;
|[https://github.com/DJATOM/TCPDeliver/releases Releases] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Deinterlacing&lt;br /&gt;
|'''[[TDeint]]'''&lt;br /&gt;
|1.1 &lt;br /&gt;
|[https://www.mediafire.com/download/kmcztm1xzjm/TDeinterlace_3-14-2010.rar TDeinterlace_3-14-2010.rar]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Edges&lt;br /&gt;
|'''[[TEMmod]]'''&lt;br /&gt;
|0.2.1 &lt;br /&gt;
|[https://github.com/chikuzen/TEMmod/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|IVTC&lt;br /&gt;
|'''[[TIVTC]]'''&lt;br /&gt;
|v1.0.11&lt;br /&gt;
|[https://github.com/pinterf/TIVTC/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Deflicker&lt;br /&gt;
|'''[http://www.zhitenev.com/avisynth/TimeLapseDF/ TimeLapseDF]'''&lt;br /&gt;
|1.0&lt;br /&gt;
|[http://www.zhitenev.com/avisynth/TimeLapseDF/x64/TimeLapseDF64.dll TimeLapseDF64.dll]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''[https://github.com/tp7/tmaskcleaner TMaskCleaner]'''&lt;br /&gt;
|0.91&lt;br /&gt;
|[https://github.com/tp7/tmaskcleaner/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Masking&lt;br /&gt;
|'''[https://github.com/chikuzen/TMM2 TMM2]'''&lt;br /&gt;
|0.1.1&lt;br /&gt;
|[https://github.com/chikuzen/TMM2/releases TMM2-0.1.1.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[TNLMeans]]'''&lt;br /&gt;
|1.0.3 &lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 TNLMeans103_ICL.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]. Slower version compiled by Joshy D: [https://www.mediafire.com/download/y4e3zd2zodd/TNLMeans_3-20-2010.rar TNLMeans_3-20-2010.rar]&lt;br /&gt;
|-&lt;br /&gt;
|Effects&lt;br /&gt;
|'''[[TransAll]]'''&lt;br /&gt;
|13 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/TxPlus/TxPlus.7z TxPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[[TTempSmooth]]'''&lt;br /&gt;
|0.9.4&lt;br /&gt;
|[https://www.mediafire.com/download/zv0jm3mtmzf/TTempSmooth_3-20-2010.rar TTempSmooth_3-20-2010.rar]&lt;br /&gt;
|Compiled by Joshy D.&lt;br /&gt;
|-&lt;br /&gt;
|Effects&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=174399 TxPlus]'''&lt;br /&gt;
|8 Mar 2017&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/TxPlus/TxPlus.7z TxPlus.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Source&lt;br /&gt;
|'''[[VapourSource]]'''&lt;br /&gt;
|0.1.1&lt;br /&gt;
|[https://github.com/DJATOM/VapourSource/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[http://avisynth.org.ru/vague/vaguedenoiser.html VagueDenoiser]'''&lt;br /&gt;
|0.35.1&lt;br /&gt;
|[https://www.dropbox.com/sh/oxx5cm9hkbpj5oz/AAD0QBnTlczv7xW3jEdSjenHa?dl=0 VagueDenoiser0351_64.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?p=1777949#post1777949 Groucho2004].&lt;br /&gt;
|-&lt;br /&gt;
|Blurring&lt;br /&gt;
|'''[[VariableBlur]]'''&lt;br /&gt;
|0.7&lt;br /&gt;
|[http://web.archive.org/web/20140420184040/http://bengal.missouri.edu/~kes25c/variableblur.zip variableblur.zip]&lt;br /&gt;
|Compiled by yo4kazu&lt;br /&gt;
|-&lt;br /&gt;
|Debugging&lt;br /&gt;
|'''[[ViewAudio]]'''&lt;br /&gt;
|0.3.01 &lt;br /&gt;
|[https://www.mediafire.com/download/iyeo4xjlm87hjwq/ViewAudio_x64.7z ViewAudio_x64.7z] - [https://www.mediafire.com/download/81kg55yaiqp1nxc/ViewAudio0301_x64src.7z source]&lt;br /&gt;
|Compiled by yo4kazu.&lt;br /&gt;
|-&lt;br /&gt;
|Restoration&lt;br /&gt;
|'''[[Vinverse]]'''&lt;br /&gt;
|0.9&lt;br /&gt;
|[https://github.com/tp7/vinverse/releases Releases]&lt;br /&gt;
|Compiled with  Microsoft Visual Studio C++ 2012.&lt;br /&gt;
|-&lt;br /&gt;
|Subtitles&lt;br /&gt;
|'''[https://web.archive.org/web/20141227072702/https://code.google.com/p/vsfiltermod/ VSFilterMod]'''&lt;br /&gt;
|r90&lt;br /&gt;
|[http://yadi.sk/d/Mz3AmI4PYwjPu VSFilterMod64.dll]&lt;br /&gt;
|'''Note:''' this version outdated, r111 is the latest version.&lt;br /&gt;
|-&lt;br /&gt;
|Unclassified&lt;br /&gt;
|'''[http://www.avisynth.nl/users/vcmohan/WaterShed/Watershed.html WaterShed]'''&lt;br /&gt;
|23 Oct 2015&lt;br /&gt;
|[http://www.avisynth.nl/users/vcmohan/WaterShed/Watershed64.7z Watershed64.7z]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Audio&lt;br /&gt;
|'''[[Waveform]]'''&lt;br /&gt;
|0.3&lt;br /&gt;
|[https://www.dropbox.com/s/ufkw5w0nn79qzd5/waveform.zip?dl=1 waveform.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015. Compiled by [https://forum.doom9.org/showthread.php?p=1751960#post1751960 `Orum].&lt;br /&gt;
|-&lt;br /&gt;
|Denoiser&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=172966 xNLMeans]'''&lt;br /&gt;
|0.03&lt;br /&gt;
|[https://www.mediafire.com/download/4stpv24pvpfclzm/xNLMeans_0.03_20160324.zip xNLMeans_0.03_20160324.zip]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Subtitles&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?p=1839217#post1839217 xy-VSFilter]'''&lt;br /&gt;
|v3.1.0.800&lt;br /&gt;
|[https://github.com/pinterf/xy-VSFilter/releases Releases]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Deinterlacing&lt;br /&gt;
|'''[https://github.com/chikuzen/yadifmod2 yadifmod2]'''&lt;br /&gt;
|0.0.4-1&lt;br /&gt;
|[https://github.com/chikuzen/yadifmod2/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2015.&lt;br /&gt;
|-&lt;br /&gt;
|Conversion&lt;br /&gt;
|'''[https://github.com/chikuzen/YV12To422 YV12to422]'''&lt;br /&gt;
|1.0.2&lt;br /&gt;
|[https://github.com/chikuzen/YV12To422/releases Releases]&lt;br /&gt;
|Compiled with Microsoft Visual Studio C++ 2013. &lt;br /&gt;
|-&lt;br /&gt;
|Transform&lt;br /&gt;
|'''[https://forum.doom9.org/showthread.php?t=49429 Zoom]'''&lt;br /&gt;
|20140216&lt;br /&gt;
|[https://forum.doom9.org/attachment.php?attachmentid=14054&amp;amp;d=1392574410 Zoom.7z]&lt;br /&gt;
|Compiled by [https://forum.doom9.org/showthread.php?p=1668648#post1668648 Paser]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
More 64-bit filters can be found in the following sites but be aware that some of the plugins listed are outdated.&lt;br /&gt;
*[https://code.google.com/p/avisynth64/wiki/PluginLinks 64-Bit plugin collection by JoshyD]  &lt;br /&gt;
*[http://members.optusnet.com.au/squid_80/ squid_80's 64-bit repository] &lt;br /&gt;
*[https://web.archive.org/web/20130922222259/http://yo4kazu.110mb.com/ 64-bit filters by yo4kazu]&lt;br /&gt;
*[https://sites.google.com/site/avisynth64bitplugin/download 64bit plugins download list by poodle]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Avisynthplus]]&lt;br /&gt;
[[Category:External_filters]]&lt;/div&gt;</summary>
		<author><name>DJATOM</name></author>	</entry>

	<entry>
		<id>http://avisynth.nl/index.php/VapourSource</id>
		<title>VapourSource</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php/VapourSource"/>
				<updated>2018-08-20T17:45:27Z</updated>
		
		<summary type="html">&lt;p&gt;DJATOM: Add notes about prefetch parameter.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FilterCat|External_filters|Source_filters|Plugins}}&lt;br /&gt;
{{Filter3&lt;br /&gt;
| {{Author/Chikuzen}}, [https://github.com/DJATOM/VapourSource/releases DJATOM]&lt;br /&gt;
| 0.1.1 &lt;br /&gt;
| [https://github.com/DJATOM/VapourSource/releases Releases]&lt;br /&gt;
| Source filters &lt;br /&gt;
| [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]&lt;br /&gt;
|6=[http://forum.doom9.org/showthread.php?t=168339 Doom9 Thread]}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;tt&amp;gt;VapourSource&amp;lt;/tt&amp;gt; is a VapourSynth script reader for AviSynth 2.6.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* [http://sourceforge.net/projects/avisynth2/ AviSynth 2.6.0] or greater&lt;br /&gt;
* [http://www.vapoursynth.com/ VapourSynth] R32 or greater&lt;br /&gt;
* [[SSE2]] capable CPU&lt;br /&gt;
* [http://www.microsoft.com/en-us/download/details.aspx?id=51682 Microsoft Visual C++ 2015 Redistributable Package]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Supported Formats ==&lt;br /&gt;
&amp;lt;tt&amp;gt;VapourSource&amp;lt;/tt&amp;gt; supports the following formats:&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;; width=&amp;quot;400px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!!width=&amp;quot;200px&amp;quot;| AviSynth colorspace&lt;br /&gt;
!!width=&amp;quot;200px&amp;quot;| [http://www.vapoursynth.com/doc/pythonreference.html#format-constants VapourSynth colorspace]&lt;br /&gt;
|-&lt;br /&gt;
|[[RGB24]]&lt;br /&gt;
|RGB24&lt;br /&gt;
|-&lt;br /&gt;
|[[RGB32]]&lt;br /&gt;
|COMPATBGR32 &lt;br /&gt;
|-&lt;br /&gt;
|[[YUY2]]&lt;br /&gt;
|COMPATYUY2&lt;br /&gt;
|-&lt;br /&gt;
|[[Y8]]*&lt;br /&gt;
|GRAY8/16&lt;br /&gt;
|-&lt;br /&gt;
|[[YV12]]*&lt;br /&gt;
|YUV420P8/9/10/16&lt;br /&gt;
|-&lt;br /&gt;
|[[YV16]]*&lt;br /&gt;
|YUV422P8/9/10/16&lt;br /&gt;
|-&lt;br /&gt;
|[[YV24]]*&lt;br /&gt;
|YUV444P8/9/10/16&lt;br /&gt;
|-&lt;br /&gt;
|[[YV411]]&lt;br /&gt;
|YUV411P8&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;| Only constant format/resolution/framerate clips are supported.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| *Y8/YV12/16/24 allow bit depths &amp;gt;8 using the [[Stack16]] format.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== [[Script variables|Syntax and Parameters]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== VSImport===&lt;br /&gt;
Imports an external VapourSynth script (*.vpy).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:{{Template:FuncDef|VSImport (''string'' source, ''bool'' &amp;quot;stacked&amp;quot;, ''int'' &amp;quot;index&amp;quot;, ''int'' &amp;quot;prefetch&amp;quot;)}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|source|string| }}&lt;br /&gt;
:::Path to VapourSynth script (*.vpy); path can be omitted if the script is in the same folder as the AviSynth script (*.avs).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|stacked|bool|false}}&lt;br /&gt;
:::If this is set to true, MSB/LSB will be separated and be stacked vertically ([[Stack16]]).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|index|int|0}}&lt;br /&gt;
:::Index of input clip.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|prefetch|int|0}}&lt;br /&gt;
:::Request given amount of frames in advance (MT behaviour). If you have 4 physical cores, set it to 4. If Avisynth part of script is too easy in comparison with VS one, It might be good idea to set prefetch to 5. Anyway you can tune it and seek for better performance.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
------------------------------------&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== VSEval===&lt;br /&gt;
Evaluates a VapourSynth script inside an AviSynth script, no need for an external script.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:{{Template:FuncDef|VSEval (''string'' source, ''bool'' &amp;quot;stacked&amp;quot;, ''int'' &amp;quot;index&amp;quot;, ''int'' &amp;quot;prefetch&amp;quot;)}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|source|string| }}&lt;br /&gt;
:::VapourSynth script to be evaluated.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|stacked|bool|false}}&lt;br /&gt;
:::If this is set to true, MSB/LSB will be separated and be stacked vertically.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|index|int|0}}&lt;br /&gt;
:::Index of input clip.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|prefetch|int|0}}&lt;br /&gt;
:::Request given amount of frames in advance (MT behaviour). If you have 4 physical cores, set it to 4. If Avisynth part of script is too easy in comparison with VS one, It might be good idea to set prefetch to 5. Anyway you can tune it and seek for better performance.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Examples ==&lt;br /&gt;
VSImport:&lt;br /&gt;
 VSImport(&amp;quot;script.vpy&amp;quot;, stacked=false, index=0, prefetch=4)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
VSEval:&lt;br /&gt;
 script = &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
 import vapoursynth as vs&lt;br /&gt;
 bc = vs.get_core().std.BlankClip&lt;br /&gt;
 clip0 = bc(format=vs.YUV422P8, color=[0, 128, 128])&lt;br /&gt;
 clip1 = bc(format=vs.YUV422P8, color=[255, 128, 128])&lt;br /&gt;
 clip0.set_output(index=0)&lt;br /&gt;
 clip1.set_output(index=1)&lt;br /&gt;
 &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
 VSEval(source=script, index=1, prefetch=4)&lt;br /&gt;
&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;
 0.1.1        07/19/2018      - add prefetch parameter.&lt;br /&gt;
 0.0.4        05/07/2016      - VS2010 to VS2015&lt;br /&gt;
                              - update avisynth.h, VapourSynth.h and VSScript.h&lt;br /&gt;
                              - add 64bit binary&amp;lt;br&amp;gt;&lt;br /&gt;
 0.0.2        08/06/2013      - fix vertical flip issue on COMPATBGR32.&lt;br /&gt;
                              - allow to input a RGB24 clip.&amp;lt;br&amp;gt;&lt;br /&gt;
 0.0.1        07/31/2013      - initial release&lt;br /&gt;
&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;800px&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;| Source code&lt;br /&gt;
!!width=&amp;quot;250px&amp;quot;| Mirror&lt;br /&gt;
|-&lt;br /&gt;
!v0.2.0&lt;br /&gt;
|[http://web.archive.org/web/20160302122938/https://filetea.me/t1ss3Zv3rqsSqSzOXX9tbp5Ww/dl VapourSource-0.0.2.zip]&lt;br /&gt;
|[http://codeload.github.com/chikuzen/VapourSource/zip/master VapourSource-master.zip]&lt;br /&gt;
|[http://www.mediafire.com/download/nrk3k4xakkwujqx/VapourSource-0.0.2.zip VapourSource-0.0.2.zip] -- [http://web.archive.org/web/20160302140330/https://codeload.github.com/chikuzen/VapourSource/zip/master VapourSource-master.zip]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[http://forum.doom9.org/showthread.php?t=168339 Doom9 Forum] - VapourSource discussion.&lt;br /&gt;
*[http://github.com/chikuzen/VapourSource/ GitHub] - Source code repository. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----------------------------------------------&lt;br /&gt;
'''Back to [[External_filters#Source_Filters|External Filters]] &amp;amp;larr;'''&lt;/div&gt;</summary>
		<author><name>DJATOM</name></author>	</entry>

	</feed>