SmartSSIQ
From Avisynth wiki
(Difference between revisions)
m (→Links) |
m (→Changelog) |
||
Line 39: | Line 39: | ||
[http://forum.doom9.org/showpost.php?p=748304&postcount=26 2005/12/08] | [http://forum.doom9.org/showpost.php?p=748304&postcount=26 2005/12/08] | ||
- Changed syntax to use [[MaskTools2]]. | - Changed syntax to use [[MaskTools2]]. | ||
− | - Now uses the AviSynth version of [[SSIQ]].<br> | + | - Now uses the AviSynth version of [[SSIQ]]. |
+ | - Other changes.<br> | ||
[http://forum.doom9.org/showthread.php?t=98267 2005/08/05:] | [http://forum.doom9.org/showthread.php?t=98267 2005/08/05:] | ||
- Original SmartSSIQ that uses the VirtualDub version of [http://web.archive.org/web/20111217010427/http://www.doki.ca/filters/ SSIQ]. | - Original SmartSSIQ that uses the VirtualDub version of [http://web.archive.org/web/20111217010427/http://www.doki.ca/filters/ SSIQ]. | ||
<br> | <br> | ||
+ | |||
==Links== | ==Links== | ||
*[http://forum.doom9.org/showthread.php?t=98267 Doom9 Forum] - Original SmartSSIQ discussion. | *[http://forum.doom9.org/showthread.php?t=98267 Doom9 Forum] - Original SmartSSIQ discussion. | ||
*[http://forum.doom9.org/showthread.php?p=748304#post748304 Doom9 Forum] - Updated SmartSSIQ discussion. | *[http://forum.doom9.org/showthread.php?p=748304#post748304 Doom9 Forum] - Updated SmartSSIQ discussion. |
Revision as of 00:57, 26 November 2013
Abstract | |
---|---|
Author | LB, foxyshadis |
Version | 2005-12-08 |
Download | SmartSSIQ |
Category | Rainbow & Dot Crawl Removal |
Requirements |
|
License | |
Discussion |
Contents |
Description
- This is a derainbowing script which works with SSIQ. The basic problem with SSIQ is that it can alter the color on the entire picture, which is a very bad thing.
- All we want to do is remove rainbows, while leaving everything else alone. To accomplish this, SSIQ is applied (at full strength) to the entire frame. An edge mask is created from the original video.
- And finally, using Overlay it will blend ONLY the de-rainbowed edges onto the original video.
Requirements:
- - AviSynth 2.5.8 or later
- - Supported color formats: YV12
Required Filters:
- MaskTools2 2.0a48+
- SSIQ
Syntax and Parameters
- SmartSSIQ(clip input, int "strength")
- strength int = 200
- Range: 0 - 255
- Processing strength. This value ultimately controls the opacity in overlay.
- opacity = strength/255.0
- Range: 0 - 255
- strength int = 200
Examples
AviSource("Blah.avi") SmartSSIQ()
Changelog
2005/12/08 - Changed syntax to use MaskTools2. - Now uses the AviSynth version of SSIQ. - Other changes.
2005/08/05: - Original SmartSSIQ that uses the VirtualDub version of SSIQ.
Links
- Doom9 Forum - Original SmartSSIQ discussion.
- Doom9 Forum - Updated SmartSSIQ discussion.