TransCrumple

This function crumples or folds (as one does with paper) LeftClip over the RightClip thus revealing it or uncrumples RightClip over Left Clip thus masking it. 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 folding type string "crumple" or "fan" "crumple"
fold in or fold out(unfold)? fold boolean true or false true

#Usage examples:-
TransCrumple(Left,Right,100,"fan",false)
TransCrumple(Left,Right,100)
TransCrumple(Left,Right,100,fold=false)
TransCrumple(Left,Right,100,type="fan")




Images during transition with type ="crumple" fold=true option:

Images with "fan" option:

Back to Synopsys.
Back to my page
back to Avisynth