ProToon
From Avisynth wiki
Abstract | |
---|---|
Author | TheProfileth |
Version | 0.75 |
Download | proToon-v0.75.avsi |
Category | Line Darkeners |
License | |
Discussion |
Contents |
Description
proToon is a line darkening script, used to be known as vmToon and before that mfToon.
Requirements
Required Plugins
Latest versions of the following filters are recommended unless stated otherwise.
- MaskTools2
RemoveGrain - part of the RemoveGrain v1.0b package.- RgTools - recommended drop-in replacement for RemoveGrain!
- WarpSharp
Syntax and Parameters
- proToon (clip input, int "strength", int "luma_cap", int "threshold", int "thinning", bool "sharpen", bool "mask", bool "show", string "showclip", int "ssw", int "ssh", int "xstren", int "xthresh")
- clip =
- Input clip.
- clip =
- int strength = 48
- Line darkening amount, 0-255.
- int strength = 48
- int luma_cap = 191
- Bright limit for line detection, 0-255 (255 = no limit).
- int luma_cap = 191
- int threshold = 4
- Threshold to disable slight darkening (of noise) 0-255.
- int threshold = 4
- int thinning = 24
- Line thinning amount, 0-255.
- int thinning = 24
- bool sharpen = true
- Sharpening on/off.
- bool sharpen = true
- bool mask = true
- Masking on/off.
- bool mask = true
- bool show = false
- Show the showclip or the output, true/false.
- bool show = false
- string showclip = "lines"
- Show the lines or something else.
- string showclip = "lines"
- int ssw = 4
- Supersample factor horizontally, 0-inf.
- int ssw = 4
- int ssh = 4
- Supersample factor vertically, 0-inf.
- int ssh = 4
- int xstren = 255
- xsharpening strength, 0-255.
- int xstren = 255
- int xstresh = 255
- xsharpening threshold, 0-255.
- int xstresh = 255
Examples
AviSource("Blah.avi") proToon()
Changelog
Version Date(D/M/Y) Changes
v0.75 11/06/2012 - v0.75 made by TheProfileth mainly optimizations and code restructuring[1]
External Links
Back to External Filters ←