EffectsMany

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(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...")
 
(Documentation update ... still needs to be revised)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Effects}}
{{FilterCat4|External_filters|Plugins|<!-- category -->TODO|<!-- category -->TODO}}
+
 
+
 
{{Filter3
 
{{Filter3
|1=<!-- author -->[http://www.avisynth.nl/users/vcmohan/ V.C.Mohan]
+
|1={{Author/vcmohan}}
|2=<!-- version -->1.0.0.0.0
+
|2=14 Oct 2015
|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=[http://www.avisynth.nl/users/vcmohan/EffectsMany/EffectsMany_2_6.zip EffectsMany_2_6.zip]
|4=<!-- category -->External filters
+
|4=Effects
|5=<!-- license -->[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
+
|5=[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=[http://forum.doom9.org/showthread.php?p=601418#post601418 Doom9 Forum]}}
  
 
<br>
 
<br>
 
== Description ==
 
== 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/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/EffetsMany/EffetsMany.html click me].
+
 
<br>
+
 
 +
*For AviSynth+ see [[EffectsPlus]], includes high bit depth colorspace support and 64-bit.
 
<br>
 
<br>
 +
 
== Requirements ==
 
== Requirements ==
* <!-- Avisynth version -->AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/files/AviSynth_Alpha_Releases/ 2.6.0 Alpha 5 or greater]
+
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]
* <!-- source video: progressive
+
* Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[Y8]], [[YV12]], [[YV16]], [[YV24]]
* <!-- color formats -->Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[YV12]], <span style="color:red">*</span>[[YV16]], <span style="color:red">*</span>[[YV24]], <span style="color:red">*</span>[[YV411]], <span style="color:red">*</span>[[Y8]]
+
: <span style="color:red">*</span> Not available in AviSynth 2.5.8.
+
* <!-- CPU/GPU -->
+
* <!-- binaries -->
+
* <!-- dependent plugins -->
+
 
<br>
 
<br>
"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| }}
Line 59: Line 54:
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
'''Back to [[External_filters|External Filters]] &larr;'''
+
'''Back to [[External_filters#Effects|External Filters]] &larr;'''

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.


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.




[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

Personal tools