DeDot

From Avisynth wiki
Revision as of 18:37, 25 November 2013 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author thejam79 / minamina
Version v0.0.02
Download DeDot
Category Rainbow & Dot Crawl Removal
Requirements
License GPLv2
Discussion


Contents

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


Links

  • 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.
Personal tools