View Single Post
Old 11th May 2008, 01:47   #29  |  Link
mikeytown2
Resize Abuser
 
mikeytown2's Avatar
 
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
KenBurnsEffect() Changes:
  • Will work with any color space if useZoomBox=2.
ZoomBox() Changes:
  • Added SubPixel Accuracy

Dreassica I made another change, KenBurnsEffect will now accept any colorspace if you set useZoomBox=2.

Here is your example again, with the latest changes
Code:
WidthFinal = 640
HeightFinal = 480
x = colorbars().trim(0,143).BilinearResize(1504,480).ConvertToYV12()

KenBurnsEffect(x, 0,0, 0,HeightFinal,   width(x)-WidthFinal,0, width(x)-WidthFinal,HeightFinal,  WidthFinal,HeightFinal, IgnoreAR=1, useZoomBox=2)
last + KenBurnsEffect(x, width(x)-WidthFinal,0, width(x)-WidthFinal,HeightFinal,  0,0, 0,HeightFinal, WidthFinal,HeightFinal, IgnoreAR=1, useZoomBox=2)
Once again Re-copy/Paste KenBurnsEffect() and ZoomBox()

Last edited by mikeytown2; 11th May 2008 at 02:32.
mikeytown2 is offline   Reply With Quote