FlimsYlevels
From Avisynth wiki
Abstract | |
---|---|
Author | FlimsyFeet |
Version | 1.0 |
Download | (just copy and paste text below) |
Category | Levels and Chroma filters |
Requirements | |
License | N/A |
Discussion |
Contents |
Required Plugins
Description
FlimsYlevels is a modified version of Didée's Ylevels.
It's designed to give washed-out looking video more dynamic range, by making the dark bits darker and boosting the bright bits, but without clipping either end too much.
Filter
Function FlimsYlevels(clip clp, float amp) { wicked="x x 16 - 34.85493 / sin "+string(amp)+" * -" return( clp.mt_lut(Yexpr = wicked) ) }
- FlimsYlevels(clip, amp)
- amp - sets the strenght, or amplitude, of the effect.
Links
Back to External_filters