EffectsMany

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (spelling 'EffetsMany' -> 'EffectsMany')
m (linkfix)
Line 13: Line 13:
 
== 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/EffectsMany/EffectsMany.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].
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 05:17, 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


Contents

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]*"

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.




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