LGhost
From Avisynth wiki
Abstract | |
---|---|
Author | minamina |
Version | v0.3.01 |
Download | LGhost0301.zip |
Category | Film Restoration |
License | GPLv2 |
Discussion | Doom9 Forum |
Contents |
Description
LGhost: Luminance Ghost reduction filter, it can also reduce edge ringing.
Requirements
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- Supported color formats: YUY2, YV12
Syntax and Parameters
- LGhost (clip, int mode0, int shift0, int intensity0, ... ,int mode17, int shift17, int intensity17)
- clip =
- Input clip.
- clip =
- int = 0
mode
: ghost removal mode.- 0 : Do not use (default)
- 1 : Edge
- 2 : Luminance
- 3 : Edge rising
- 4 : Edge falling
- int = 0
- int = 0
shift
: shift width (-clip.width to clip.width, default 0).
- int = 0
- int = 0
intensity
: (-128 to 127, default 0).
- int = 0
- Note: all parameters are unnamed. LGhost can handle 18 ghosts from 0 to 17. Each ghost is defined as a group of three (
mode, shift, intensity
).
- Note: all parameters are unnamed. LGhost can handle 18 ghosts from 0 to 17. Each ghost is defined as a group of three (
Examples
AviSource("Blah.avi") LGhost(2, 4, 20, 2, 7, 10, 1, -4, -15, 1, -7, -5)
Archived Downloads
Version | Download | Mirror |
---|---|---|
v0.3.01 | LGhost0301.zip | LGhost0301.zip |
External Links
Back to External Filters ←