MfRainbow

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

Jump to: navigation, search
Abstract
Author mf
Version v0.31
Download mfRainbow
Category Rainbow & Dot Crawl Removal
Requirements
  • YV12
License
Discussion


Contents

Description

Derainbows in areas of high Y, U and V frequencies, which fluctuate heavily.


Requirements:
- AviSynth 2.5.8 or later
- Supported color formats: YV12
- Progressive input only
Required Filters:


Syntax and Parameters

mfRainbow(clip input, int "strength", int "scd")


strength int = 255
Range: 0 - 255
Processing strength.


scd int = 10
Scene change detection for TemporalSoften. Good values are between 5 and 30.


Examples

AviSource("Blah.avi")
mfRainbow()


Changelog

  v0.31:
     - Tweakable scenechange detection for tough sources.
v0.3: - Temporal fluctuation mask building!
v.02: - Added U and V mask-building, overhauled Deen settings, changed to YV12.
v0.1: - Initial release


Links





Back to External Filters


Personal tools