DeRainbow

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author sh0dan
Version 2003-11-12
Download [ DeRainbow]
Category Rainbow & Dot Crawl Removal
Requirements
  • YUY2
  • YV12
License
Discussion


Contents

Description

A simple script to reduce rainbows..
Requirements:
- AviSynth 2.5.8 or later
- Supported color formats: YUY2, YV12
- Progressive input only
Required Filters:



Syntax and Parameters

DeRainbow(clip org, int "thresh")
DeRainbowYUY2(clip org, int "thresh")


thresh int = 10
Threshold is optional, and defaults to 10 (which is fairly strong).


Examples

AviSource("Blah.avi")
DeRainbow()


Changelog

 2003/11/12:
     - Fixed DeRainbow and added a YUY2 version (much slower though), but with no chroma downsampling. 
     - I tweaked it a bit for best results on my current material. 
     - I also changed the blurs to MipSmooth. 


Links





Back to External Filters


Personal tools