SmartSSIQ

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FilterCat|External_filters|Restoration_filters|Rainbow & Dot Crawl Removal}} {{Filter | MOmonster | 2005-07-07 | rainbow_smooth | Rainbow & Dot Crawl Removal | * YV12 | |}}...")
 
m
Line 1: Line 1:
 
{{FilterCat|External_filters|Restoration_filters|Rainbow & Dot Crawl Removal}}
 
{{FilterCat|External_filters|Restoration_filters|Rainbow & Dot Crawl Removal}}
 
{{Filter
 
{{Filter
| MOmonster
+
| LB, foxyshadis
| 2005-07-07
+
| 2005-12-08
| rainbow_smooth
+
| SmartSSIQ
 
| Rainbow & Dot Crawl Removal
 
| Rainbow & Dot Crawl Removal
 
|
 
|

Revision as of 21:33, 25 November 2013

Abstract
Author LB, foxyshadis
Version 2005-12-08
Download SmartSSIQ
Category Rainbow & Dot Crawl Removal
Requirements
  • YV12
License
Discussion


Contents

Description

This is a script which works with SSIQ. The basic problem with SSIQ is thatit 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, it layers ONLY the de-rainbowed edges onto the orig video.

Requirements:

- AviSynth 2.5.8 or later
- Supported color formats: YV12
Required Filters:


Syntax and Parameters

SmartSSIQ(clip input, int "strength")


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


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.
Personal tools