RemoveDirt
From Avisynth wiki
(Difference between revisions)
m (1 revision) |
(add section for RemoveDirt v1.0 prerelease and x64 version.) |
||
Line 1: | Line 1: | ||
− | + | {{FilterCat|External_filters|Plugins|Restoration_filters}} | |
+ | == RemoveDirt v0.9 == | ||
− | [[ | + | *Homepage: http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt.htm | [http://web.archive.org/web/20140723074402/http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt.htm Mirror] |
+ | *Download: [http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt.zip RemoveDirt.zip] | [http://web.archive.org/web/20140723074402/http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt.zip Mirror] | ||
+ | *Source code: [http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt-src.zip RemoveDirt-src.zip] | [http://web.archive.org/web/20140723074402/http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt-src.zip Mirror] | ||
+ | *Date: 2005/05/07 | ||
+ | |||
+ | |||
+ | == RemoveDirt v1.0 prerelease == | ||
+ | |||
+ | *Download: [http://home.arcor.de/kassandro/prerelease/RemoveDirt.rar RemoveDirt.rar] | [http://web.archive.org/web/20120820102859/http://home.arcor.de/kassandro/prerelease/RemoveDirt.rar Mirror] (source code included) | ||
+ | *Date: 2005/08/16 | ||
+ | |||
+ | |||
+ | [http://videoprocessing.fr.yuku.com/topic/25 '''Changes:'''] (see included documentation for more information) | ||
+ | *There is virtually no change as far as RestoreMotionBlocks is concerned. | ||
+ | *Added filters SelectByRangeFiles and SelectByIntervals which can serve as a substitute for the range files of the old RemoveDirt. They are also usable for other purposes and are described in the updated documentation. | ||
+ | *New filter DupBlocks, it is derived from the same basic class as RestoreMotionBlocks and it is therefore not surprising that - besides the clip variables - it has the same variables with the same meaning.<br> However, the values for mthreshold, noise, noisy should be chosen lower than for RestoreMotionBlocks in the RemoveDirt script. Because of the recursive nature of DupBlocks the show=true option works only in a limited way. It essentially ignores the chroma, i.e. grey=true.<br> DupBlocks is used as follows:<br><br><code>DupBlocks(clip input, int "gmthreshold", int "mthreshold", int "pthreshold", int "cthreshold", int "noise", int "noisy", int "dist", int "tolerance", int "dmode", bool "grey", bool "show", bool "debug", bool "planar")</code> | ||
+ | |||
+ | |||
+ | == RemoveGrain v1.0 x64 == | ||
+ | |||
+ | '''Note:''' This version is incompatible with AviSynth, it's only here for reference! For more information on incompatibility read post 5 through 14 [http://videoprocessing.fr.yuku.com/topic/127 here.] | ||
+ | |||
+ | *Download: [http://web.archive.org/web/20130202142338/http://kassandro.funpic.de/avs/RemoveDirt_x64.rar RemoveDirt_x64.rar] (source code included) | ||
+ | *Date: 2010/11/06 |
Revision as of 04:38, 29 September 2014
RemoveDirt v0.9
- Homepage: http://home.arcor.de/kassandro/RemoveDirt/RemoveDirt.htm | Mirror
- Download: RemoveDirt.zip | Mirror
- Source code: RemoveDirt-src.zip | Mirror
- Date: 2005/05/07
RemoveDirt v1.0 prerelease
- Download: RemoveDirt.rar | Mirror (source code included)
- Date: 2005/08/16
Changes: (see included documentation for more information)
- There is virtually no change as far as RestoreMotionBlocks is concerned.
- Added filters SelectByRangeFiles and SelectByIntervals which can serve as a substitute for the range files of the old RemoveDirt. They are also usable for other purposes and are described in the updated documentation.
- New filter DupBlocks, it is derived from the same basic class as RestoreMotionBlocks and it is therefore not surprising that - besides the clip variables - it has the same variables with the same meaning.
However, the values for mthreshold, noise, noisy should be chosen lower than for RestoreMotionBlocks in the RemoveDirt script. Because of the recursive nature of DupBlocks the show=true option works only in a limited way. It essentially ignores the chroma, i.e. grey=true.
DupBlocks is used as follows:DupBlocks(clip input, int "gmthreshold", int "mthreshold", int "pthreshold", int "cthreshold", int "noise", int "noisy", int "dist", int "tolerance", int "dmode", bool "grey", bool "show", bool "debug", bool "planar")
RemoveGrain v1.0 x64
Note: This version is incompatible with AviSynth, it's only here for reference! For more information on incompatibility read post 5 through 14 here.
- Download: RemoveDirt_x64.rar (source code included)
- Date: 2010/11/06