StaticNoiseC: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
minor formatting and add archived downloads
m category
Line 1: Line 1:
{{FilterCat|External_filters|Adjustment_filters|Effects}}
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Effects}}
 
{{Filter3
{{Filter3
|histamine
|histamine
Line 62: Line 63:
==External Links ==
==External Links ==
*[http://www.nmm-hd.org/newbbs/viewtopic.php?f=8&t=118&start=20 NNM-HD Forum] - StaticNoiseC discussion. [Chinese]
*[http://www.nmm-hd.org/newbbs/viewtopic.php?f=8&t=118&start=20 NNM-HD Forum] - StaticNoiseC discussion. [Chinese]
<br>
<br>
<br>
<br>
<br>
-----------------------------------------------
-----------------------------------------------
'''Back to [[External_filters#Effects|External Filters]] &larr;'''
'''Back to [[External_filters#Effects|External Filters]] &larr;'''

Revision as of 22:59, 20 September 2014


Abstract
Author histamine
Version 20110108b
Download StaticNoiseC20110108b.zip
Category Effects
License GPLv2
Discussion NMM-HD Forum [Chinese]


Description

Generates static noise by using the Mersenne Twister random number generator.

Requirements


StaticNoiseC (clip, int "var", int "seed", bool "Y", bool "UV" )


clip   =
Input clip.


int  var = 2
Controls the amount of static noise.
Range: 2 - 100


int  seed = -1
Specifies a repeatable grain sequence. Value must be greater than or equal to -1.


bool  Y = true
Dictates if the luma(Y) plane gets processed or not.


bool  UV = false
Dictates if the chroma(UV) planes gets processed or not.


Examples

StaticNoiseC with default settings:

AviSource("Blah.avi")
StaticNoiseC(var=2, seed=-1, Y=true, UV=false)


Changelog

Version          Date            Changes
20110108b 2011/01/08 - Optimize
20110108 2011/01/08 - Initial release


Archived Downloads

Version Download Mirror
20110108b StaticNoiseC20110108b.zip StaticNoiseC20110108b.zip





Back to External Filters