ToonLite
From Avisynth wiki
Abstract | |
---|---|
Author | mf |
Version | v1.1-lite |
Download | Toon-v1.0-lite.dll |
Category | Line Darkeners |
License | Closed source |
Discussion | Doom9 Thread |
Contents |
Description
It's the same as Toon, just without the warpsharp processing.
Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
Syntax and Parameters
- ToonLite (clip, float "strength")
- clip =
- Input clip.
- clip =
- float strength = 1.0
- Strength by default is set to the maximum value.
- Range: 0.0 - 1.0
- Strength by default is set to the maximum value.
- float strength = 1.0
Examples
AviSource("blah.avi") ToonLite(strength=1.0)
Changelog
v1.0-lite 2008-06-02 - Initial release
External Links
- Doom9 Forum - ToonLite discussion.
Back to External Filters ←