QUOTE(jnjf @ 06/30/06, 05:46 PM) [snapback]241245[/snapback]
I have gone through the manual and I am still not seeing the move2d node grab the tracker info and apply it.
actually i doubt you tried very hard, but sometimes we miss the obvious... 
so try:
CODE
SFileIn1 = SFileIn("/path/to/FileIn",
"Auto", 0, 0, "v1.1", "0", "", 0);
Tracker1 = Tracker(SFileIn1, "1-100", "1/64", "luminance", 0.75,
"use start frame", 0.5, "stop", 1, 1, "v2.0", 0.3, 0.59,
0.11, 0, 10, "track1", width/2, height/2, 1, width/2-height/30,
width/2+height/30, height/2-height/30, height/2+height/30,
width/2-height/15, width/2+height/15, height/2-height/15,
height/2+height/15, width/2, height/2, 1, 1);
Move2D1 = Move2D(Tracker1, Tracker1.track1X, 0, 0, 1, 1, xScale,
0, 0, width/2, height/2, "default", xFilter, "trsx", 0, 0,
0.5, 0, 0, time);
or better even, read up on the matchmove option as mentioned above.
++ christoph ++