DeBlot
From Avisynth wiki
| Abstract | |
|---|---|
| Author | minamina |
| Version | v0.0.01 |
| Download | DeBlot0001.zip |
| Category | Chroma Correction |
| License | GPLv2 |
| Discussion | |
Contents |
Description
DeBlot is a color bleed reduction plugin. Inspired by the AviUtl plugin "nijimi" by Sho (将).
Requirements
Syntax and Parameters
- DeBlot (clip, int "CbIntensity", int "CbThreshold", int "CrIntensity", int "CrThreshold")
- clip =
- Input clip.
- clip =
- int CbIntensity = 20
- int CbThreshold = 20
- Cb intensity (U channel) (-255 to 255, default 20)
- Cb threshold (U channel) (0 to 63, default 20)
- int CbIntensity = 20
- int CrIntensity = 20
- int CrThreshold = 20
- Cr intensity (V channel) (-255 to 255, default 20)
- Cr threshold (V channel) (0 to 63, default 20)
- int CrIntensity = 20
Examples
DeBlot with default settings:
AviSource("Blah.avi") DeBlot(CbIntensity=20, CbThreshold=20, CrIntensity=20, CrThreshold=20)
Changelog
Version Date Changes
v0.0.01 2003-06-28 - Initial release
Archived Downloads
| Version | Download | Mirror |
|---|---|---|
| v0.0.01 | DeBlot0001.zip | DeBlot0001.zip |
External Links
Back to External Filters ←