FixChromaBleeding

From Avisynth

Revision as of 10:35, 16 July 2010 by AlanHK (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search
Abstract
Author ajordan
Version 1.0
Download FixChromaBleeding.avs
Category Chroma_correction
Requirements
  • YV12
License

FixChromaBleeding (clip input)


Contents

[edit] Abstract

This is a script to fix color bleeding.

[edit] Requires Filters

[edit] Description

The colors that bleed most are the ones that lie in the extremes of the chroma scale (the V channel): saturated blue and red. This Avisynth script, which isolates those extremes, makes a mask out of them and uses the mask to shift the chroma (and lower the saturation) only in those areas where the bleeding is more severe.

[edit] Examples

Avisource("blah.avi")
FixChromaBleeding()

[edit] Links

Download FixChromaBleeding.avs current known version.

Doom9 thread