TransAll

From Avisynth wiki
Revision as of 13:17, 30 November 2014 by Vcmohan (talk | contribs) (Created page with " {{FilterCat4|External_filters|Plugins|<!-- category -->TODO|<!-- category -->TODO}} {{Filter3 |1=<!-- author -->[http://www.avisynth.nl/users/vcmohan/ V.C.Mohan] |2=<!-- ve...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Abstract
Author V.C.Mohan
Version 1.0.0.0.0
Download 2.5.8 versionTransAll 2.6.0 alpha5 version URL -->TransAll
Category External filters
License GPLv2
Discussion Announced TransAll plugin


Description

During editing of a video, at scene changes or at splice a smooth transition of about 28 types can be used and a full description is at click me.

Requirements

* Not available in AviSynth 2.5.8.


"cc[overlap]i[[Transition_specific_parameters]*"

Trans**** (clip; clip "", int "overlap", * "Transition_specific_parameters")


clip   =
Input clip1.


clip   =
Input clip2.


int   =
overlapping number of frames.


Transition_specific  * = ?
see particular effect description .


refer_Transition  * = ?
.




Examples

## This is some example code to remove noise from an image.
imagereader("C:\avi_plugins\varianslim\theoin.jpg", end = 10)
converttoyv16()
Trans.....(clip,clip2,100,.....)




Back to External Filters