EffectsMany: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Vcmohan (talk | contribs)
Created page with " {{FilterCat4|External_filters|Plugins|<!-- category -->TODO|<!-- category -->TODO}} {{Filter3 |1=<!-- author -->[http://www.avisynth.nl/users/vcmohan/ V.C.Mohan] |2=<!-- ver..."
 
Raffriff42 (talk | contribs)
m spelling 'EffetsMany' -> 'EffectsMany'
Line 5: Line 5:
|1=<!-- author -->[http://www.avisynth.nl/users/vcmohan/ V.C.Mohan]
|1=<!-- author -->[http://www.avisynth.nl/users/vcmohan/ V.C.Mohan]
|2=<!-- version -->1.0.0.0.0
|2=<!-- version -->1.0.0.0.0
|3=<!-- download 2.5.8 version URL -->2.5.8 version[http://www.avisynth.nl/users/vcmohan/EffetsMany/EffetsMany.zip EffetsMany] 2.6.0 alpha5 version URL -->[http://www.avisynth.nl/users/vcmohan/EffetsMany/EffetsMany_2_6.zip EffetsMany]
|3=<!-- download 2.5.8 version URL -->2.5.8 version[http://www.avisynth.nl/users/vcmohan/EffectsMany/EffectsMany.zip EffectsMany] 2.6.0 alpha5 version URL -->[http://www.avisynth.nl/users/vcmohan/EffectsMany/EffectsMany_2_6.zip EffectsMany]
|4=<!-- category -->External filters
|4=<!-- category -->External filters
|5=<!-- license -->[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
|5=<!-- license -->[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
|6=<!-- discussion URL -->[http://forum.doom9.org/showthread.php?p=601418#post601418 Announced EffetsMany plugin]}}
|6=<!-- discussion URL -->[http://forum.doom9.org/showthread.php?p=601418#post601418 Announced EffectsMany plugin]}}


<br>
<br>
== Description ==
== Description ==
<!-- a one-sentence description -->
<!-- a one-sentence 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/EffetsMany/EffetsMany.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.html click me].
<br>
<br>
<br>
<br>
Line 27: Line 27:
"c[sf]i[ef]i[Effect_specific_parameters]*"
"c[sf]i[ef]i[Effect_specific_parameters]*"
== [[Script variables|Syntax and Parameters]] ==
== [[Script variables|Syntax and Parameters]] ==
:{{Template:FuncDef|<!-- function name -->EffetsMany (''clip'', ''<!-- par 1 type -->int'' "<!-- par 1 name -->sf", ''<!-- par 2 type -->int'' "<!-- par 2 name -->ef", ''<!-- par 3 type -->int'' "<!-- par 3 name -->Effect_specific_parameters")}}
:{{Template:FuncDef|<!-- function name -->EffectsMany (''clip'', ''<!-- par 1 type -->int'' "<!-- par 1 name -->sf", ''<!-- par 2 type -->int'' "<!-- par 2 name -->ef", ''<!-- par 3 type -->int'' "<!-- par 3 name -->Effect_specific_parameters")}}
<br>
<br>
::{{Par2| |clip| }}
::{{Par2| |clip| }}

Revision as of 06:14, 4 March 2015


Abstract
Author V.C.Mohan
Version 1.0.0.0.0
Download 2.5.8 versionEffectsMany 2.6.0 alpha5 version URL -->EffectsMany
Category External filters
License GPLv2
Discussion Announced EffectsMany plugin


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.

Requirements

* Not available in AviSynth 2.5.8.


"c[sf]i[ef]i[Effect_specific_parameters]*"

EffectsMany (clip, int "sf", int "ef", int "Effect_specific_parameters")


clip   =
Input clip.


sf  int = 0
process starts on frame .


ef  int = last frame
process ends on frame .


Effect_specific  * = ?
see particular effect description .


refer_effect  * = ?
see particular Effect description.




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