ToonLite: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m Abstract
m get rid of space
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{FilterCat|External_filters|Adjustment_filters|Line Darkeners}}
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Line_darkeners}}
{{Filter2
{{Filter3
|mf
|{{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}}
|Closed source
<br>
|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.
It's the same as [[Toon]], just without the warpsharp processing.<br>
<br>
<br>


== Requirements: ==
== Requirements ==
:- AviSynth 2.5.8 or later
* 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
* [[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]]
* Supported color formats: [[YV12]]


:- [http://www.microsoft.com/en-us/download/details.aspx?id=26347 Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)]
* [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>
::{{Par|strength|float|1.0}}
::{{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 36:
   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>
<br>
-----------------------------------------------
-----------------------------------------------
'''Back to [[External_filters#Line_Darkening|External Filters]] &larr;'''
'''Back to [[External_filters#Line_Darkening|External Filters]] &larr;'''

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

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.


float  strength = 1.0
Strength by default is set to the maximum value.
Range: 0.0 - 1.0


Examples

AviSource("blah.avi")
ToonLite(strength=1.0)


Changelog

  v1.0-lite 2008-06-02
     - Initial release





Back to External Filters