MfRainbow: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m 1 revision |
No edit summary |
||
| Line 1: | Line 1: | ||
{{FilterCat|External_filters|Restoration_filters|Rainbow & Dot Crawl Removal}} | |||
{{Filter | |||
| {{Author/mf}} | |||
| v0.31 | |||
| [http://web.archive.org/web/20090212071718/http://mf.creations.nl/avs/functions/mfRainbow-v0.31.avs mfRainbow] | |||
| Rainbow & Dot Crawl Removal | |||
| | |||
* YV12 | |||
| | |||
|}} | |||
<br> | |||
== Description == | |||
:Derainbows in areas of high Y, U and V frequencies, which fluctuate heavily. | |||
<br> | |||
===== Requirements: ===== | |||
:- AviSynth 2.5.8 or later | |||
:- Supported color formats: [[YV12]] | |||
:- [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only | |||
===== Required Filters: ===== | |||
:*[[MaskTools]] v1.5.8 | |||
:* WarpSharp v2008 | |||
<br> | |||
== Syntax and Parameters == | |||
:{{Template:FuncDef|mfRainbow(clip input, int "strength", int "scd")}} | |||
<br> | |||
::{{Par|strength|int|255}} | |||
:::Range: 0 - 255 | |||
::::Processing strength. | |||
<br> | |||
::{{Par|scd|int|10}} | |||
:::Scene change detection for [[Soften|TemporalSoften]]. Good values are between 5 and 30. | |||
<br> | |||
== Examples == | |||
[[AviSource]]("Blah.avi") | |||
mfRainbow() | |||
<br> | |||
== Changelog == | |||
[http://web.archive.org/web/20090212071718/http://mf.creations.nl/avs/functions/mfRainbow-v0.31.avs v0.31:] | |||
- Tweakable scenechange detection for tough sources.<br> | |||
[http://web.archive.org/web/20090212071718/http://mf.creations.nl/avs/functions/mfRainbow-v0.3.avs v0.3:] | |||
- Temporal fluctuation mask building!<br> | |||
[http://web.archive.org/web/20090212071718/http://mf.creations.nl/avs/functions/mfRainbow-v0.2.avs v.02:] | |||
- Added U and V mask-building, overhauled Deen settings, changed to YV12.<br> | |||
[http://web.archive.org/web/20090212071718/http://mf.creations.nl/avs/functions/mfRainbow-0.1.avs v0.1:] | |||
- Initial release | |||
<br> | |||
== Links == | |||
*[http://forum.doom9.org/showthread.php?p=321319#post321319 Doom9 Forum] - mfRainbow v0.1 discussion. | |||
*[http://forum.doom9.org/showthread.php?t=67578 Doom9 Forum] - mfRainbow v0.2 - v0.31 discussion. | |||
<br> | |||
<br> | |||
<br> | |||
----------------------------------------------- | |||
'''Back to [[External_filters#Rainbow_.26_Dot_Crawl_Removal|External Filters]] ←''' | |||
----------------------------------------------- | |||
[[ | |||
Revision as of 05:12, 26 November 2013
| Abstract | |
|---|---|
| Author | mf |
| Version | v0.31 |
| Download | mfRainbow |
| Category | Rainbow & Dot Crawl Removal |
| Requirements |
|
| License | |
| Discussion | |
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:
- MaskTools v1.5.8
- WarpSharp v2008
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 ←