TransPaint

This function from pieces of Right Clip frame, builds a fence or a brick wall or paint with brush strokes or draws rings over left clip and completes the build by the end of transition. May be TransBuild would be a more appropriate name.
Only 100 frames length can be accepted for processing.
All avisynth supported formats can be input. RGB32, RGB24 YV12 and YUY2 colorspaces are supported by 2.5+ version.2.6 version supports all other planar formats as well.


Details of parameters
Description Name Type Limits Default
Left clip clip none
Right clip clip none
Overlapping frames or seconds time overlap integer not more than clip length , >2 frames. If -ve taken as time in seconds none
type of build type string "fence" "bricks" "paint" "rings" "paint"

#Usage examples:-
TransPaint(Left,Right,80,"fence")
TransPaint(Left,Right,80)

Images with "fence" option:

Images with "bricks" option:

Back to Synopsys.
Back to my page
back to Avisynth