ToonLite: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m Abstract |
m minor formatting |
||
| Line 1: | Line 1: | ||
{{ | {{FilterCat4|External_filters|Plugins|Adjustment_filters|Line Darkeners}} | ||
{{ | |||
|mf | {{Filter3 | ||
|{{Author/mf}} | |||
|v1.1-lite | |v1.1-lite | ||
|[http://web.archive.org/web/20090218093135/http://mf.creations.nl/avs/filters/Toon-v1.0-lite.dll Toon-v1.0-lite.dll] | |[http://web.archive.org/web/20090218093135/http://mf.creations.nl/avs/filters/Toon-v1.0-lite.dll Toon-v1.0-lite.dll] | ||
|Line Darkeners | |Line Darkeners | ||
| | |Closed source | ||
|6=[http://forum.doom9.org/showthread.php?p=1144973#post1144973 Doom9 Thread]}} | |||
<br> | <br> | ||
== Description == | == Description == | ||
It's the same as [[Toon]], just without the warpsharp processing.<br> | |||
<br> | <br> | ||
== Requirements | == Requirements == | ||
* AviSynth 2.5.8 or later | |||
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only | |||
* Supported color formats: [[YV12]] | |||
* [http://www.microsoft.com/en-us/download/details.aspx?id=26347 Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)] | |||
<br> | <br> | ||
== Syntax and Parameters == | == [[Script variables|Syntax and Parameters]] == | ||
:{{Template:FuncDef|ToonLite (''clip'', ''float'' "strength")}} | :{{Template:FuncDef|ToonLite (''clip'', ''float'' "strength")}} | ||
<br> | <br> | ||
::{{ | ::{{Par2| |clip| }} | ||
:::Input clip. | |||
<br> | |||
::{{Par2|strength|float|1.0}} | |||
:::Strength by default is set to the maximum value. | :::Strength by default is set to the maximum value. | ||
::::Range: 0.0 - 1.0 | ::::Range: 0.0 - 1.0 | ||
| Line 32: | Line 37: | ||
v1.0-lite [http://web.archive.org/web/20090218093135/http://mf.creations.nl/avs/filters/Toon-v1.0-lite.dll 2008-06-02] | v1.0-lite [http://web.archive.org/web/20090218093135/http://mf.creations.nl/avs/filters/Toon-v1.0-lite.dll 2008-06-02] | ||
- [http://forum.doom9.org/showpost.php?p=1144973&postcount=18 Initial release] | - [http://forum.doom9.org/showpost.php?p=1144973&postcount=18 Initial release] | ||
== Links == | <br> | ||
==External Links == | |||
*[http://forum.doom9.org/showthread.php?p=1144973#post1144973 Doom9 Forum] - ToonLite discussion. | *[http://forum.doom9.org/showthread.php?p=1144973#post1144973 Doom9 Forum] - ToonLite discussion. | ||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#Line_Darkening|External Filters]] ←''' | '''Back to [[External_filters#Line_Darkening|External Filters]] ←''' | ||
Revision as of 11:14, 21 September 2014
| Abstract | |
|---|---|
| Author | mf |
| Version | v1.1-lite |
| Download | Toon-v1.0-lite.dll |
| Category | Line Darkeners |
| License | Closed source |
| Discussion | Doom9 Thread |
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
- 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 ←