EffectsMany

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (linkfix)
m (Requirements: AviSynth 2.6)
Line 17: Line 17:
 
<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]
+
* <!-- Avisynth version -->AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ 2.6.0 or greater]
 
* <!-- source video: progressive  
 
* <!-- source video: progressive  
 
* <!-- 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]]
 
* <!-- 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.
 
: <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 -->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")}}
 
:{{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")}}

Revision as of 14:05, 7 June 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.


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