AVS SoftLight

From Avisynth wiki
Jump to navigationJump to search
Abstract
Author ArturAlekseev
Version v1.0
Download [x64]: avssoftlight.zip
Category Blending
License Open source
Discussion Doom9 Thread


Description

AviSynth+ SoftLight plugin. It makes a softlight blend with a negative of average. Only x64 version available and with CUDA support.

Requirements


SoftLight (clip, int "mode")


clip   =
Input clip.


int  mode = 0
Processing mode:
  • 0 - process only color channels.
  • 1 - process color channels and luma channel.
  • 2 - process only luma channel.
For color channels it makes softlight blend over original and negative of original average.
For luma channel it just makes softlight blend original with original.


Examples

SoftLight with default settings:

AviSource("blah.avi")
SoftLight(mode=0)


Changelog

Version      Date            Changes
v1.0 2018/12/30 - Initial release.



  • GitHub - Source code repository




Back to External Filters