GrainFactory3

From Avisynth wiki
Revision as of 16:02, 9 May 2013 by Admin (Talk | contribs)

Jump to: navigation, search
Abstract
Author Didée
Version 3.0
Download GrainFactory3.avsi
Category Effects
Requirements
  • YV12
License
Discussion

GrainFactory3 (clip clp,int "g1str",int "g2str",int "g3str",int "g1shrp",int "g2shrp",int "g3shrp", float "g1size", float "g2size", float "g3size", int "g1tex", int "g2tex", int "g3tex", int "temp_avg", int "ontop_grain", int "th1", int "th2", int "th3", int "th4")

Contents

Abstract

Noise generator that tries to simulate the behaviour of silver grain on film.

Requires Filters

Description

g1str int = 13
g2str int = 15
g3str int = 25

g1shrp int = 60
g2shrp int = 66
g3shrp int = 80

g1size float = 1.50
g2size float = 1.20
g3size float = 0.90

g1tex int = 0
g2tex int = 0
g3tex int = 0

temp_avg int = 0

th1 int = 24
th2 int = 56
th3 int = 128
th4 int = 160

ontop_grain int = 0

Examples

AviSource("Blah.avi")
Grainfactory3(5,7,10)

Changelog

Links

Personal tools