EffectsMany

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
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|<!-- 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/EffectsMany/EffectsMany.zip EffectsMany] 2.6.0 alpha5 version URL -->[http://www.avisynth.nl/users/vcmohan/EffectsMany/EffectsMany_2_6.zip EffectsMany]
+
|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 EffectsMany 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/EffectsMany/EffectsMany_index.html click me].
 +
 +
 +
*For AviSynth+ see [[EffectsPlus]], includes high bit depth colorspace support and 64-bit.
 
<br>
 
<br>
<br>
+
 
 
== Requirements ==
 
== Requirements ==
* <!-- Avisynth version -->AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ 2.6.0 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.
+
 
<br>
 
<br>
  
Line 56: 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