Toon v0.82
From Avisynth wiki
(Difference between revisions)
m (minor formatting) |
(→Requirements: update) |
||
Line 22: | Line 22: | ||
* [[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]] | ||
+ | === Required Plugins === | ||
+ | Latest version of the following plugins are recommended unless stated otherwise.<br> | ||
+ | *<strike>[[aWarpSharp]]</strike> | ||
+ | *[[aWarpSharp2]] - recommended drop-in replacement for aWarpSharp. | ||
+ | *[[MaskTools2]] | ||
+ | <br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==[[Script variables|Syntax and Parameters]] == | ==[[Script variables|Syntax and Parameters]] == | ||
:{{Template:FuncDef|Toon (''clip'' input)}} | :{{Template:FuncDef|Toon (''clip'' input)}} |
Latest revision as of 23:47, 14 June 2015
Back to Toon-v1.1 ←
Abstract | |
---|---|
Author | mf |
Version | v0.82 |
Download | Toon-v0.82.avsi |
Category | Line Darkeners |
License | |
Discussion | Doom9 Thread |
Contents |
[edit] 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
[edit] Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
[edit] Required Plugins
Latest version of the following plugins are recommended unless stated otherwise.
aWarpSharp- aWarpSharp2 - recommended drop-in replacement for aWarpSharp.
- MaskTools2
[edit] Syntax and Parameters
- Toon (clip input)
- clip input =
- Input clip.
- clip input =
[edit] Examples
AviSource("blah.avi") Toon()
[edit] 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
[edit] External Links
- Doom9 Forum - Toon v0.8x discussion.
Back to Toon-v1.1 ←