AVS SoftLight
From Avisynth wiki
Abstract | |
---|---|
Author | ArturAlekseev |
Version | v1.0 |
Download | [x64]: avssoftlight.zip |
Category | Blending |
License | Open source |
Discussion | Doom9 Thread |
Contents |
Description
AviSynth+ SoftLight plugin. It makes a softlight blend with a negative of average. Only x64 version available and with CUDA support.
Requirements
Syntax and Parameters
- SoftLight (clip, int "mode")
- clip =
- Input clip.
- 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.
- Processing mode:
- int mode = 0
Examples
SoftLight with default settings:
AviSource("blah.avi") SoftLight(mode=0)
Changelog
Version Date Changes
v1.0 2018/12/30 - Initial release.
External Links
- GitHub - Source code repository
Back to External Filters ←