TransVenetianBlinds

In this transition vertical or Horizontal slats open (as Venetian blinds do) revealing Right Frame. Instead of linear blinds, checks or diamond pattern can also be opted. Pattern width can also be specified. 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
width of slats or of pattern width integer >4 and 1/4th of frame smaller dimension 40
type of pattern dir string "vert", "hor", "cheq", "diam" "cheq"

#Usage examples:-
TransVenetianBlinds(Left, Right,100,40,"diam")
TransVenetianBlinds(Left, Right,100,width=60)
TransVenetianBlinds(Left, Right,100,type="vert")
TransVenetianBlinds(Left, Right,100)
Images during Transition with "cheq" option:

Back to Synopsys.
Back to my page
back to Avisynth