MPlayerNoise
From Avisynth wiki
(Difference between revisions)
(Created page with "{{FilterCat|External_filters|Adjustment_filters|Effects}} {{Filter |{{Author/bergi}} |20041020s |[http://web.archive.org/web/20131228201842/https://www.bergnet.org/downloads/b...") |
m (→Links) |
||
Line 40: | Line 40: | ||
== Links == | == Links == | ||
*[http://forum.doom9.org/showthread.php?t=84181 Doom9 Forum] - MPlayerNoise discussion. | *[http://forum.doom9.org/showthread.php?t=84181 Doom9 Forum] - MPlayerNoise discussion. | ||
+ | *[http://avisynth.nl/users/warpenterprises/files/bergfiltercollection_5F25_dll_20041019.zip Avisynth.nl] - Archived download. | ||
<br> | <br> | ||
<br> | <br> |
Revision as of 01:40, 29 December 2013
Abstract | |
---|---|
Author | bergi |
Version | 20041020s |
Download | bergfiltercollection20041020s.zip |
Category | Effects |
Requirements |
|
License | GPLv2 |
Discussion |
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")
- strength_y int = 0
- Noise level in the Y plane. By default the Y plane is not processed. To process adjust value, higher values increase noise.
- strength_y int = 0
- strength_uv int = 0
- Noise level in the UV planes. By default the UV planes are not processed. To process adjust value, higher values increase noise.
- strength_uv int = 0
- Note:
- Parameter names included in the official documentation are incorrect. This has been revised and corrected in the documentation above.
- Note:
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
Links
- Doom9 Forum - MPlayerNoise discussion.
- Avisynth.nl - Archived download.
Back to External Filters ←