DeDot

From Avisynth wiki
Revision as of 18:37, 25 November 2013 by Reel.Deal (talk | contribs) (Created page with "{{FilterCat|External_filters|Restoration_filters|Rainbow & Dot Crawl Removal}} {{Filter | {{Author/thejam79}} / {{Author/minamina}} | v0.0.02 | [http://nullinfo.s21.xrea.com/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Abstract
Author thejam79 / minamina
Version v0.0.02
Download DeDot
Category Rainbow & Dot Crawl Removal
Requirements
License GPLv2
Discussion


Description

Spatial and temporal dot crawl removal.
Requirements:
- AviSynth 2.5.8 or later
- Supported color formats: YUY2, YV12


Syntax and Parameters

DeDot(clip, int "luma2d", int "lumaT", int "chromaT1", int "chromaT2")


luma2d int = 20


lumaT int = 20


tthr2 int = 15


tthr2 int = 5


Examples

AviSource("Blah.avi")
DeDot()


Changelog

 v0.0.01:
     - Initial release


  • Doom9 Forum - DeDot discussion and English translation by niiyan.
  • Doom9 Forum - DeDot discussion and English translation by helix. In the last post, tritical explains how DeDot works.
  • Doom9 Forum - DeDot discussion about correct usage, English translation, and some history of DeDot by niiyan.
  • Scintilla's Guide - English documentation by Scintilla.