DeStripe

From Avisynth wiki
Jump to: navigation, search
Abstract
Author *.mp4 guy
Version 14/06/2010
Download DeStripe script
Category Luma Equalization
License
Discussion Doom9 Thread

Contents

[edit] Description

A script to reduce stripes.

[edit] Requirements

[edit] Required Plugins

Additional planar colorspaces are supported when using AviSynth 2.6 and corresponding MaskTools2.

[edit] Syntax and Parameters

DeStripe (clip c, int "rad", int "offset", int "thr")


clip   =
Input clip


int  rad = 2
rad is how big are the stripes; range: 1 to 5.


int  offset = 0
offset is how far apart the stripes; range: 0 to 4.


int  thr = 256
thr is the threshold; range: 1 to a big number (~1000).


[edit] Examples

DeStripe with default settings:

AviSource("blah.avi")
DeStripe(rad=2, offset=0, thr=256)


[edit] Changelog

Version      Date(D/M/Y)      Changes
14/06/2010 - Initial release


[edit] External Links




Back to External Filters

Personal tools