EffectsMany

From Avisynth wiki
Jump to: navigation, search
Abstract
Author V. C. Mohan
Version 14 Oct 2015
Download EffectsMany_2_6.zip
Category Effects
License GPLv2
Discussion Doom9 Forum


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.


  • For AviSynth+ see EffectsPlus, includes high bit depth colorspace support and 64-bit.


Requirements


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