EffectsMany
From Avisynth wiki
(Difference between revisions)
m (→Requirements: AviSynth 2.6) |
(Documentation update ... still needs to be revised) |
||
Line 1: | Line 1: | ||
− | + | {{FilterCat4|External_filters|Plugins|Adjustment_filters|Effects}} | |
− | {{FilterCat4|External_filters|Plugins| | + | |
− | + | ||
{{Filter3 | {{Filter3 | ||
− | |1= | + | |1={{Author/vcmohan}} |
− | |2= | + | |2=14 Oct 2015 |
− | |3= | + | |3=[http://www.avisynth.nl/users/vcmohan/EffectsMany/EffectsMany_2_6.zip EffectsMany_2_6.zip] |
− | |4= | + | |4=Effects |
− | |5= | + | |5=[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] |
− | |6= | + | |6=[http://forum.doom9.org/showthread.php?p=601418#post601418 Doom9 Forum]}} |
<br> | <br> | ||
== Description == | == Description == | ||
− | |||
During editing of a video, over 30 effects (including rain, fire, water ripples, fireworks etc) can be inserted into it and a full description is at [http://www.avisynth.nl/users/vcmohan/EffectsMany/EffectsMany_index.html click me]. | During editing of a video, over 30 effects (including rain, fire, water ripples, fireworks etc) can be inserted into it and a full description is at [http://www.avisynth.nl/users/vcmohan/EffectsMany/EffectsMany_index.html click me]. | ||
+ | |||
+ | |||
+ | *For AviSynth+ see [[EffectsPlus]], includes high bit depth colorspace support and 64-bit. | ||
<br> | <br> | ||
− | + | ||
== Requirements == | == Requirements == | ||
− | * | + | * [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6] |
− | * | + | * Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[Y8]], [[YV12]], [[YV16]], [[YV24]] |
− | + | ||
− | + | ||
<br> | <br> | ||
Line 56: | Line 54: | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
− | '''Back to [[External_filters|External Filters]] ←''' | + | '''Back to [[External_filters#Effects|External Filters]] ←''' |
Latest revision as of 19:58, 7 September 2020
Abstract | |
---|---|
Author | V. C. Mohan |
Version | 14 Oct 2015 |
Download | EffectsMany_2_6.zip |
Category | Effects |
License | GPLv2 |
Discussion | Doom9 Forum |
Contents |
[edit] Description
During editing of a video, over 30 effects (including rain, fire, water ripples, fireworks etc) can be inserted into it and a full description is at click me.
- For AviSynth+ see EffectsPlus, includes high bit depth colorspace support and 64-bit.
[edit] Requirements
[edit] Syntax and Parameters
- EffectsMany (clip, int "sf", int "ef", int "Effect_specific_parameters")
- clip =
- Input clip.
- clip =
- sf int = 0
- process starts on frame .
- sf int = 0
- ef int = last frame
- process ends on frame .
- ef int = last frame
- Effect_specific * = ?
- see particular effect description .
- Effect_specific * = ?
- refer_effect * = ?
- see particular Effect description.
- refer_effect * = ?
[edit] Examples
## This is some example code to remove noise from an image. imagereader("C:\avi_plugins\varianslim\theoin.jpg", end = 10) converttoyv16() Effet.....(clip,sf=20,ef=355,.....)
Back to External Filters ←