GBlur

From Avisynth wiki
Revision as of 04:25, 18 June 2018 by Yakub2.X (Talk | contribs)

Jump to: navigation, search
Abstract
Author V.C.Mohan
Version 17 Oct 2017
Download Download
Category External filters
License GPLv2
Discussion modPlus plugin for avisynth+


Contents

Description

GBlur smoothes an image by use of separable symmetric matrix of convolution coefficients. Full Discription

Requirements

  • AviSynth+ r2347 or greater.


Syntax and Parameters

GBlur(clip, int "rad", float "sd", bool "u ",bool v")


clip   =
Input clip.


size  int = 3
Number between 3 to 8. size X size blurring results .


sd  float = 1.5
Greater than 0. Standard deviation determines weightage of outer pixels.


u  bool = false
In case of YUY2 or Planar u plane also to be cleaned .


v  bool = false
In case of YUY2 or Planar v plane also to be cleaned . .



Examples

GBlur()
GBlur(rad = 4,sd = 1.0, u = true, v = false)



Back to External Filters

Personal tools