TransAll
From Avisynth wiki
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 and a full description is at click me.
Requirements
- AviSynth 2.5.8 or 2.6.0 or greater
- Supported color formats: RGB24, RGB32, YUY2, YV12, *YV16, *YV24, *YV411, *Y8
- * Not available in AviSynth 2.5.8.
"cc[overlap]i[[Transition_specific_parameters]*"
Syntax and Parameters
- Trans**** (clip; clip "", int "overlap", * "Transition_specific_parameters")
- clip =
- Input clip1.
- clip =
- clip =
- Input clip2.
- clip =
- int =
- overlapping number of frames.
- int =
- Transition_specific * = ?
- see particular effect description .
- Transition_specific * = ?
- refer_Transition * = ?
- .
- 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 ←