TransAll

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(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...")
 
m (Requirements: AviSynth 2.6)
Line 18: Line 18:
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
* <!-- Avisynth version -->AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/files/AviSynth_Alpha_Releases/ 2.6.0 Alpha 5 or greater]
+
* <!-- Avisynth version -->AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ 2.6.0] or greater
 
* <!-- 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]]
Line 27: Line 27:
 
<br>
 
<br>
 
"cc[overlap]i[[Transition_specific_parameters]*"
 
"cc[overlap]i[[Transition_specific_parameters]*"
 +
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
 
:{{Template:FuncDef|<!-- function name -->Trans**** (''clip''; ''<!-- par 1 type -->clip'' "<!-- par 1 name -->", ''<!-- par 2 type -->int'' "<!-- par 2 name -->overlap", ''<!-- par 3 type -->*'' "<!-- par 3 name -->Transition_specific_parameters")}}
 
:{{Template:FuncDef|<!-- function name -->Trans**** (''clip''; ''<!-- par 1 type -->clip'' "<!-- par 1 name -->", ''<!-- par 2 type -->int'' "<!-- par 2 name -->overlap", ''<!-- par 3 type -->*'' "<!-- par 3 name -->Transition_specific_parameters")}}

Revision as of 14:33, 31 May 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 and a full description is at click me.

Requirements

* 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   =
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

Personal tools