View Single Post
Old 27th May 2009, 21:35   #87  |  Link
mikeytown2
Resize Abuser
 
mikeytown2's Avatar
 
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
It's been a little while since I've done some video work, but heres how I would do it
Code:
clip = ColorBars()
fr=30
clip.KenBurnsEffect(startFrame=0, endFrame=3*fr, endAlign=4, endZoomFactor=150).trim(0,3*fr)
last + clip.KenBurnsEffect(startFrame=3*fr, endFrame=6*fr, startAlign=4, startZoomFactor=150).trim(3*fr,0)
You do bring up an interesting point though, I might want to add a bool value that when set, returns the video back to its unmodified form after the effect is done. That would get rid of the trims at the end.
mikeytown2 is offline   Reply With Quote