View Single Post
Old 7th June 2008, 01:00   #72  |  Link
mikeytown2
Resize Abuser
 
mikeytown2's Avatar
 
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
Quote:
Originally Posted by NerdWithNoLife View Post
I love this idea but I've never gotten the dang thing to work. When I tried the colorbars example it said, "zoom factor cannot be zero."

I've done some very long scripts to accomplish panning in the past so if someone can help me figure out this filter it would be much appreciated.
The inputs for these groups of functions keep changing; it's the only way to progress. The main issue is the fact that i didn't name the inputs in my past examples.

I'll make up a new colorbars example for ya.
Code:
a = ColorBars().Trim(0,99)

KenBurnsEffect(a, startAlign=5, endAlign=5, endZoomFactor=50)
last + KenBurnsEffect(a, startZoomFactor=50, startAlign=5, endAlign=1, endZoomFactor=50)
last + KenBurnsEffect(a, startZoomFactor=50, startAlign=1, endAlign=3, endZoomFactor=50)
last + KenBurnsEffect(a, startZoomFactor=50, startAlign=3, endAlign=9, endZoomFactor=50)
last + KenBurnsEffect(a, startZoomFactor=50, startAlign=9, endAlign=7, endZoomFactor=50)
last + KenBurnsEffect(a, startZoomFactor=50, startAlign=7, endAlign=1, endZoomFactor=50)
last + KenBurnsEffect(a, startZoomFactor=50, startAlign=1, endAlign=5)

Post some example code, or detailed descriptions and i should be able to give you a hand.

Last edited by mikeytown2; 7th June 2008 at 02:31.
mikeytown2 is offline   Reply With Quote