MfRainbow
From Avisynth wiki
Abstract | |
---|---|
Author | mf |
Version | v0.31 |
Download | mfRainbow |
Category | Rainbow & Dot Crawl Removal |
Requirements |
|
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.
- Range: 0 - 255
- strength int = 255
- scd int = 10
- Scene change detection for TemporalSoften. Good values are between 5 and 30.
- scd int = 10
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
- Doom9 Forum - mfRainbow v0.1 discussion.
- Doom9 Forum - mfRainbow v0.2 - v0.31 discussion.
Back to External Filters ←