Crumple

This function crumples or folds (as one does with paper) A Clip over the B Clip thus revealing it or uncrumples B Clip over A Clip thus masking it. All avisynth+ supported formats can be input. Thread Safe.


Details of parameters
Description Name Type Limits Default
A clip clip none
B clip clip none
Overlapping time in seconds float not more than clip length , must result in >2 frames. none
type of folding type string "crumple" or "fan" "crumple"
fold in or fold out(unfold)? fold boolean true or false true

#Usage examples:-
Crumple(Left,Right,3,"fan",false)
Crumple(Left,Right,4)
Crumple(Left,Right,1,fold=false)
Crumple(Left,Right,1.8,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