EquLines
From Avisynth wiki
Abstract | |
---|---|
Author | Fizick |
Version | v0.3 |
Download | equlines03.zip |
Category | Luma Equalization |
License | GPLv2 |
Discussion |
Contents |
Description
This filter equalizes total luminosity in pairs of even and odd lines.
The filter preserves all details (no smoothing or deinterlacing).
Application:
This simple filter is useful for removing of inter-line difference from captured (telecined) 8mm films (kino, movie).
The well-known Antiflicker filter (by Donald Graft) does a good job in frames luminosity equalizing, but may to leave some inter-field differences, which are revealed after restoring to progressive frames sequence (with IVTC filters).
The EquLines filter must applied after IVTC filters but before any denoising or other processing filters such as resizing.
- Official documentation: http://www.avisynth.nl/users/fizick/equlines/equlines.html
Requirements
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- [x64]: AviSynth+
- Supported color formats: YUY2, YV12
Syntax and Parameters
- EquLines (clip, int "deltamax")
- clip =
- Input clip
- clip =
- intt deltamax = 255
deltamax
is the maximum luminosity change (default=255)
- intt deltamax = 255
Examples
EquLines with default settings:
AviSource("blah.avi") EquLines(deltamax=255)
Changelog
Version Date Changes
v0.3 2006/04/24 - Lastest release - Converted to a standard plugin (no longer a C-plugin)
v0.2 2003/11/29 - v0.2 is a C-plugin
Archived Downloads
Version | Download | Mirror |
---|---|---|
v0.3 | equlines03.zip | equlines03.zip |
External Links
Back to External Filters ←