MPlayerNoise

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (minor formatting)
m
 
Line 1: Line 1:
 
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Effects}}
 
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Effects}}
 
 
{{Filter3
 
{{Filter3
 
|{{Author/bergi}}
 
|{{Author/bergi}}
Line 9: Line 8:
 
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
 
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
 
|6=[http://forum.doom9.org/showthread.php?t=84181 Doom9 Thread]}}
 
|6=[http://forum.doom9.org/showthread.php?t=84181 Doom9 Thread]}}
<br>
 
 
== Description ==
 
== Description ==
 
Adds noise to the image using the MPlayer routines.<br>
 
Adds noise to the image using the MPlayer routines.<br>

Latest revision as of 07:03, 22 February 2015

Abstract
Author bergi
Version 20041020s
Download bergfiltercollection20041020s.zip
Category Effects
License
Discussion Doom9 Thread

Contents

[edit] Description

Adds noise to the image using the MPlayer routines.

[edit] Requirements

  • AviSynth 2.5.8 or later
  • Supported color formats: YV12
  • Progressive input only


[edit] Syntax and Parameters

MPlayerNoise(clip, int "strength_y", int "strength_uv")


clip   =
Input clip.


int  strength_y = 0
Noise level in the Y plane. By default the Y plane is not processed. To process adjust value, higher values increase noise.


int  strength_uv = 0
Noise level in the UV planes. By default the UV planes are not processed. To process adjust value, higher values increase noise.


Note: Parameter names included in the official documentation are incorrect. This has been revised and corrected in the documentation above.


[edit] Examples

Add a little bit of noise to the luma (Y) channel.

AviSource("Blah.avi")
MPlayerNoise(strength_y=7, strength_uv=0)


[edit] Changelog

  v20041020s 2004-10-20:
     - Initial release


[edit] External Links




Back to External Filters

Personal tools