TransAll
From Avisynth wiki
Revision as of 23:53, 10 October 2015 by Raffriff42 (Talk | contribs)
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 |
Contents |
Description
During editing of a video, at scene changes or at splice a smooth transition of about 28 types can be used. A full description is available here.
Requirements
- AviSynth 2.5.8 or 2.6.0 or greater
- Supported color formats: RGB24, RGB32, YUY2, YV12, *YV16, *YV24, *YV411, *Y8
- * color format not available in AviSynth 2.5.8.
"cc[overlap]i[[transition specific parameters]*"
Syntax and Parameters
- Trans**** (clip "clip1", clip "clip2", int "overlap", transition specific parameters)
- clip clip1
- First input clip1.
- clip clip1
- clip clip2
- Second input clip2.
- clip clip2
- int overlap
- Number of overlapping frames.
- int overlap
- transition specific parameter(s):
- see particular effect description
- transition specific parameter(s):
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 ←