MinBlur

From Avisynth wiki
Jump to: navigation, search
Abstract
Author Didée
Version 1.0
Download MinBlur.avsi
Category Blurring
License
Discussion

Contents

[edit] Description

Nifty Gauss/Median combination; it makes a "best of both worlds" combination of a (more or less) Gaussian filter with median filtering. Result reminds a little of a bilateral filter.[1]
MinBlur was originally included as a helper function in the MCBob deinterlacing script.


[edit] Requirements

[edit] Required Plugins

Additional planar colorspaces are supported when using AviSynth 2.6, MedianBlur2, RgTools, and appropriate MaskTools2.


[edit] Syntax and Parameters

MinBlur(clip clp, int r, int "uv")


clip   =
Input clip.


int   =
Radius, this parameter is unnamed and does not have a default so it must be specified.


int  uv = 3
Chroma processing:
  • 1 : do not process nor copy
  • 2 : copy from input clip
  • 3 : process



[edit] Examples

AviSource("Blah.avi")
MinBlur(1, uv=3)


[edit] External Links




Back to External Filters

Personal tools