DeCross

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author minamina
Version
Download Rainbow & Dot Crawl Removal
Category
  • YUY2
  • YV12
Requirements GPL
License
Discussion


Contents

Description

Cross Color Reduction. Reduces rainbows.
Requirements:
- AviSynth 2.5.8 or later
- Supported color formats: YUY2, YV12


Syntax and Parameters

DeCross(clip, int "ThresholdY", int "Noise", int "Margin", bool "Debug")


thr int =
Controls the spatial filter, higher values will blend more.
max int =
Controls the maximum amount by which a pixel's value may change, or something similar. In any case, increasing it will strengthen the filtering.
tthr2 int =
Controls the temporal blending; higher values will blend more. Setting this to 0 disables the temporal blending entirely.


Examples

AviSource("Blah.avi")
checkmate()


Changelog

 Circa 2006:
     - Initial release


Links

Scintilla's Guide - Unofficial documentation
Doom9 Forum - Archived download.
Personal tools