View Single Post
Old 23rd April 2004, 15:22   #46  |  Link
scharfis_brain
brainless
 
scharfis_brain's Avatar
 
Join Date: Mar 2003
Location: Germany
Posts: 3,653
fizick, if your new version of genmotion supports onepass gmc'ing,would this be some kind of master/slave structure?


some pseudoicode:
Code:
one=avisource("one.avi")
two=avisource("two.avi")
x=one.genmotion(analyse=true)  #where x is a variable containing movement information
output=two.genmotion(analyse=false,motiondata=x)
this means, I want to use the motioninformation of video one to move video two.

this is easily possible with the current 2-pass method, but would that be possible with your next version?
__________________
Don't forget the 'c'!

Don't PM me for technical support, please.
scharfis_brain is offline   Reply With Quote