EquLines - Equalize Lines filter
Plugin for Avisynth 2.5
Based on his example filter "invert_luma_in_place"
Using:
Avisource("file.avi")
Loadplugin("avisynth_c.dll")
LoadCplugin("EquLines.dll")
EquLines(deltamax=120)
Since v0.3 Equlines is standard Avisynth plugin.
Using:
Avisource("file.avi")
Loadplugin("EquLines.dll")
EquLines(deltamax=120)
Optional parameter deltamax is the maximum of luminosity change (default=255)
Filter needs YUY2 or YV12
Example images before (top) and after (bottom) the filter (old film with my father's old car):
License.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Please consider to make some donation to be registered user.
Download EquLines version 0.2 with source
(Avisynth C Interface is included)