TransAll
From Avisynth wiki
(Difference between revisions)
m (→Requirements: AviSynth 2.6) |
Raffriff42 (Talk | contribs) (link fix; remove empty bullet list items) |
||
Line 14: | Line 14: | ||
== Description == | == Description == | ||
<!-- a one-sentence description --> | <!-- a one-sentence description --> | ||
− | During editing of a video, at scene changes or at splice a smooth transition of about 28 types can be used | + | 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 [http://www.avisynth.nl/users/vcmohan/TransAll/docs/index.html here]. |
<br> | <br> | ||
<br> | <br> | ||
Line 21: | Line 21: | ||
* <!-- 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> | + | :<span style="color:red">*</span> color format not available in AviSynth 2.5.8. |
− | + | ||
− | + | ||
− | + | ||
<br> | <br> | ||
− | "cc[overlap]i[[ | + | "cc[overlap]i[[transition specific parameters]*" |
== [[Script variables|Syntax and Parameters]] == | == [[Script variables|Syntax and Parameters]] == | ||
− | :{{Template:FuncDef| | + | :{{Template:FuncDef|Trans**** (''clip'' "clip1", ''clip'' "clip2", ''int'' "overlap", ''transition specific parameters'')}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ::{{Par1|clip|clip1}} | |
− | ::{{ | + | :::First input clip1. |
− | ::: | + | |
− | + | ::{{Par1|clip|clip2}} | |
+ | :::Second input clip2. | ||
+ | |||
+ | ::{{Par1|int|overlap}} | ||
+ | :::Number of overlapping frames. | ||
+ | |||
+ | ::{{Par1|transition specific parameter(s):| }} | ||
+ | :::see particular effect description | ||
− | |||
− | |||
== Examples == | == Examples == |
Revision as of 23:53, 10 October 2015
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 ←