ToonLite
From Avisynth wiki
(Difference between revisions)
m (category) |
m (get rid of space) |
||
Line 1: | Line 1: | ||
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Line_darkeners}} | {{FilterCat4|External_filters|Plugins|Adjustment_filters|Line_darkeners}} | ||
− | |||
{{Filter3 | {{Filter3 | ||
|{{Author/mf}} | |{{Author/mf}} | ||
Line 8: | Line 7: | ||
|Closed source | |Closed source | ||
|6=[http://forum.doom9.org/showthread.php?p=1144973#post1144973 Doom9 Thread]}} | |6=[http://forum.doom9.org/showthread.php?p=1144973#post1144973 Doom9 Thread]}} | ||
− | + | ||
== Description == | == Description == | ||
It's the same as [[Toon]], just without the warpsharp processing.<br> | It's the same as [[Toon]], just without the warpsharp processing.<br> |
Latest revision as of 16:12, 24 January 2016
Abstract | |
---|---|
Author | mf |
Version | v1.1-lite |
Download | Toon-v1.0-lite.dll |
Category | Line Darkeners |
License | Closed source |
Discussion | Doom9 Thread |
Contents |
[edit] Description
It's the same as Toon, just without the warpsharp processing.
[edit] Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
[edit] 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
[edit] Examples
AviSource("blah.avi") ToonLite(strength=1.0)
[edit] Changelog
v1.0-lite 2008-06-02 - Initial release
[edit] External Links
- Doom9 Forum - ToonLite discussion.
Back to External Filters ←