Toon v0.82: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
mNo edit summary
m Requirements:
Line 1: Line 1:
'''Back to [[Toon|Toon-v1.1]] ←'''
'''Back to [[Toon|Toon-v1.1]] ←'''
<br>
<br>
{{FilterCat|Plugins|External_filters|Adjustment_filters|Line Darkeners}}
{{FilterCat|External_filters|Adjustment_filters|Line Darkeners}}
{{Filter
{{Filter
|mf
|mf
Line 21: Line 21:
== 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
:- Supported color formats: [[YV12]]
:- Supported color formats: [[YV12]]
:- [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only


==== Required Filters: ====
==== Required Filters: ====
Line 29: Line 29:
<br>
<br>
== Syntax and Parameters ==
== Syntax and Parameters ==
:{{Template:FuncDef|Toon (clip input)}}
:{{Template:FuncDef|Toon (''clip'' input)}}
<br>
<br>
::{{Par|input|clip|}}
::{{Par|input|clip|}}
Line 45: Line 45:
   v0.80 [http://forum.doom9.org/showpost.php?p=993576&postcount=1 2007-04-25]
   v0.80 [http://forum.doom9.org/showpost.php?p=993576&postcount=1 2007-04-25]
       - Initial release
       - Initial release
<br>
== Links ==
== Links ==
*[http://forum.doom9.org/showthread.php?p=1022171 Doom9 Forum] - Toon v0.8x discussion.
*[http://forum.doom9.org/showthread.php?p=1022171 Doom9 Forum] - Toon v0.8x discussion.

Revision as of 17:58, 1 January 2014

Back to Toon-v1.1

Abstract
Author mf
Version v0.82
Download Toon-v0.82.avsi
Category Line Darkeners
Requirements
  • YV12
License
Discussion


Description

A simple but effective line darkener. It enhances "cartoon-like" sources, such as anime, by applying filtering to edges and such.


Note:
Toon-v0.82 is considered outdated. Use Toon-v1.1


Requirements:

- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12

Required Filters:


Syntax and Parameters

Toon (clip input)


input clip =
Mandatory input clip


Examples

AviSource("blah.avi")
Toon()


Changelog

  v0.82 2007-07-06
     - Speedups by Didée
v0.81 2007-07-05 - Fixed global darkening issue
v0.80 2007-04-25 - Initial release






Back to Toon-v1.1