<?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=FDecimate2</id>
		<title>FDecimate2 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=FDecimate2"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=FDecimate2&amp;action=history"/>
		<updated>2026-05-30T12:37:16Z</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=FDecimate2&amp;diff=11822&amp;oldid=prev</id>
		<title>Reel.Deal: FDecimate2: new page</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=FDecimate2&amp;diff=11822&amp;oldid=prev"/>
				<updated>2020-06-24T18:04:22Z</updated>
		
		<summary type="html">&lt;p&gt;FDecimate2: new page&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|Restoration_filters|IVTC}}&lt;br /&gt;
{{Filter3&lt;br /&gt;
| {{Author/StainlessS}}&lt;br /&gt;
| v2.00&lt;br /&gt;
| 3=[https://web.archive.org/web/20200624180128if_/https://files.videohelp.com/u/223002/FDecimate2_x86_x64_dll_v2-00_20180428.zip FDecimate2_x86_x64_dll_v2-00_20180428.zip]&lt;br /&gt;
| 4=IVTC &amp;amp; Decimation&lt;br /&gt;
| 5=[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]&lt;br /&gt;
| 6=[https://forum.doom9.org/showthread.php?t=175417 Doom9 Forum]}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
[[FDecimate2]] is based on [[FDecimate]] v1.0.2. [[FDecimate2]], fixes some problems with bugged metrics in FDecimate v1.0.2 and also adds support for RGB32/24 and 8 bit v2.60 Planar colorspaces. &lt;br /&gt;
&lt;br /&gt;
The additional args added in FDecimate v1.1.0 is not supported, they apparently introduced problems into the plugin. &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;
*Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [https://www.microsoft.com/en-us/download/details.aspx?id=26368 Microsoft Visual C++ 2008 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;FDecimate2-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;FDecimate2-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|FDecimate (clip, float &amp;quot;rate&amp;quot;, float &amp;quot;threshold&amp;quot;, bool &amp;quot;metrics&amp;quot;, bool &amp;quot;show&amp;quot;, bool &amp;quot;debug&amp;quot;, bool &amp;quot;chroma&amp;quot;)}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2| |clip| }}&lt;br /&gt;
:::Input clip.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|rate|float|23.976}}&lt;br /&gt;
:::This parameter sets the desired output frame rate. Frames will be removed from the video to achieve this frame rate while keeping audio and video in sync. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|threshold|int|1.0}}&lt;br /&gt;
:::This parameter sets the threshold difference metric for duplicate detection. If the difference metric between two frames exceeds this threshold, the two frames are considered to be different frames. i.e., not duplicates. Refer to the &amp;quot;How to Use FDecimate()&amp;quot; section above for an explanation of how to set this threshold properly.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|metrics|bool|false}}&lt;br /&gt;
:::This parameter is used to determine the proper threshold to use for duplicate detection. When it is set to true, no decimation occurs and the difference metric for each frame is shown overlaid on the video and in the DebugView output. Refer to the &amp;quot;How to Use FDecimate()&amp;quot; section above for an explanation of how to use this parameter to set the threshold properly.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|show|bool|false}}&lt;br /&gt;
:::This parameter enables information to be displayed on the frame. It also displays the software version.&lt;br /&gt;
:::The meanings of the numbers are as follows:&lt;br /&gt;
:::*blind: The choice that would be made using naive decimation, not trying to avoid delivering duplicates.&lt;br /&gt;
:::*choose: The choice that would be made when trying to avoid duplicates.&lt;br /&gt;
:::*use: The final ch&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|debug|bool|false}}&lt;br /&gt;
:::This parameter enables information to be printed via OutputDebugString(). A utility called DebugView is available for catching these strings. The information displayed is the same as shown by the show option above.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|chroma|bool|true}}&lt;br /&gt;
:::If false, will not scan chroma when differencing YUV frames.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Examples ==&lt;br /&gt;
FDecimate with default values:&lt;br /&gt;
 AviSource(&amp;quot;blah.avi&amp;quot;)&lt;br /&gt;
 FDecimate2 (rate=23.976, threshold=1.0, metrics=false, show=false, debug=false, chroma=true)&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;
 v2.00        2018/04/28      - Initial 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;
!v2.0.0&lt;br /&gt;
|[http://www.mediafire.com/file/4uo0f2v2ls4fp4p/FDecimate2_x86_x64_dll_v2-00_20180428.zip/file FDecimate2_x86_x64_dll_v2-00_20180428.zip]&lt;br /&gt;
|[https://web.archive.org/web/20200624180128if_/https://files.videohelp.com/u/223002/FDecimate2_x86_x64_dll_v2-00_20180428.zip FDecimate2_x86_x64_dll_v2-00_20180428.zip]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&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#IVTC_.26_Decimation|External Filters]] &amp;amp;larr;'''&lt;br /&gt;
-----------------------------------------------&lt;/div&gt;</summary>
		<author><name>Reel.Deal</name></author>	</entry>

	</feed>