MPlayerNoise
From Avisynth wiki
Abstract | |
---|---|
Author | bergi |
Version | 20041020s |
Download | bergfiltercollection20041020s.zip |
Category | Effects |
License | |
Discussion | Doom9 Thread |
Contents |
Description
Adds noise to the image using the MPlayer routines.
Requirements
- AviSynth 2.5.8 or later
- Supported color formats: YV12
- Progressive input only
Syntax and Parameters
- MPlayerNoise(clip, int "strength_y", int "strength_uv")
- clip =
- Input clip.
- 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_y = 0
- 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.
- int strength_uv = 0
- Note: Parameter names included in the official documentation are incorrect. This has been revised and corrected in the documentation above.
Examples
Add a little bit of noise to the luma (Y) channel.
AviSource("Blah.avi") MPlayerNoise(strength_y=7, strength_uv=0)
Changelog
v20041020s 2004-10-20: - Initial release
External Links
- Doom9 Forum - MPlayerNoise discussion.
- Avisynth.nl - Archived download.
Back to External Filters ←