FlimsYlevels
From Avisynth wiki
(Difference between revisions)
(SCRIPT CODE: Mistyping fixed (comma separator instead dot separator)) |
m (1 revision) |
Latest revision as of 16:02, 9 May 2013
| Abstract | |
|---|---|
| Author | FlimsyFeet |
| Version | 1.0 |
| Download | (just copy and paste text below) |
| Category | Levels and Chroma filters |
| Requirements | |
| License | N/A |
| Discussion | |
Contents |
[edit] Required Plugins
[edit] 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.
[edit] 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.
[edit] Links
Back to External_filters