DeStripe

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(DeStripe)
 
m (category typo)
Line 1: Line 1:
{{FilterCat4|External_filters|Plugins|Restoration_filters|Luma_equalization}}
+
{{FilterCat4|External_filters|Scripts|Restoration_filters|Luma_equalization}}
 
{{Filter3
 
{{Filter3
 
| *.mp4 guy
 
| *.mp4 guy

Revision as of 14:36, 17 November 2015

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