SmartSSIQ
From Avisynth wiki
(Difference between revisions)
m |
m (→Description) |
||
Line 11: | Line 11: | ||
<br> | <br> | ||
== Description == | == Description == | ||
− | :This is a script which works with SSIQ. The basic problem with SSIQ is | + | :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 very bad thing. |
:All we want to do is remove rainbows, while leaving everything else alone. This filter first applies SSIQ to the entire picture. Then it locates the edges. | :All we want to do is remove rainbows, while leaving everything else alone. This filter first applies SSIQ to the entire picture. Then it locates the edges. | ||
− | :Finally, it layers ONLY the de-rainbowed edges onto the | + | :Finally, using [[Overlay]] it layers ONLY the de-rainbowed edges onto the original video. |
==== Requirements: ==== | ==== Requirements: ==== | ||
:- AviSynth 2.5.8 or later | :- AviSynth 2.5.8 or later |
Revision as of 21:43, 25 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 very bad thing.
- All we want to do is remove rainbows, while leaving everything else alone. This filter first applies SSIQ to the entire picture. Then it locates the edges.
- Finally, using Overlay it layers 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.
- 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.
2005/08/05: - Original SmartSSIQ that uses the VirtualDub version of SSIQ.
Links
- Doom9 Forum - Rainbow_smooth discussion.