VmToon

From Avisynth wiki
Revision as of 06:00, 3 February 2015 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author mf, vectrangle
Version 0.74
Download Vmtoon-v0.74.avsi
Category Line Darkeners
License
Discussion

Contents

[edit] Description

Line darkening script that used to be known as mfToon.

[edit] Requirements

  • AviSynth 2.5.8 or later
  • Supported color formats: YV12

[edit] Required Plugins

Latest version of the following plugins are recommended unless stated otherwise.


[edit] Syntax and Parameters

vmToon (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 =
Input clip.


int  strength = 48
Line darkening amount, 0-255.


int  luma_cap = 191
Bright limit for line detection, 0-255 (255 = no limit).


int  threshold = 4
Threshold to disable slight darkening (of noise) 0-255.


int  thinning = 24
Line thinning amount, 0-255.


bool  sharpen = true
Sharpening on/off.


bool  mask = true
Masking on/off.


bool  show = false
Show the showclip or the output, true/false.


string  showclip = "lines"
Show the lines or something else.


int  ssw = 4
Supersample factor horizontally, 0-inf.


int  ssh = 4
Supersample factor vertically, 0-inf.


int  xstren = 255
xsharpening strength, 0-255.


int  xstresh = 255
xsharpening threshold, 0-255.


[edit] Examples

AviSource("Blah.avi")
vmToon()


[edit] Changelog

Version      Date           Changes
v0.74 2006/01/14 - adapted to MaskTools 2.0 by Manao [1] v0.7  ????/??/?? - vmToon; continuation of mfToon by vectrangle.[2]


[edit] External Links




Back to External Filters

Personal tools