EquLines

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(EquLines: add documentation)
(Description: update link)
 
Line 19: Line 19:
  
  
*Official documentation: http://avisynth.org.ru/equlines/equlines.html
+
*Official documentation: http://www.avisynth.nl/users/fizick/equlines/equlines.html
 
<br>
 
<br>
  

Latest revision as of 09:47, 9 February 2023

Abstract
Author Fizick
Version v0.3
Download equlines03.zip
Category Luma Equalization
License GPLv2
Discussion

Contents

[edit] 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.



[edit] Requirements


[edit] Syntax and Parameters

EquLines (clip, int "deltamax")


clip   =
Input clip


intt  deltamax = 255
deltamax is the maximum luminosity change (default=255)


[edit] Examples

EquLines with default settings:

AviSource("blah.avi")
EquLines(deltamax=255)


[edit] 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


[edit] Archived Downloads

Version Download Mirror
v0.3 equlines03.zip equlines03.zip


[edit] External Links




Back to External Filters