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

Description

A script to reduce stripes.

Requirements

Required Plugins

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

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).


Examples

DeStripe with default settings:

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


Changelog

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


External Links




Back to External Filters

Personal tools