An example:
CODE
ADD_MOTION_TO = ColorWheel(720, 576, 2, 0, 1, 1, 1);
TAKE_MOTION_FROM = Checker(720, 576, 2, 32, xSize/GetDefaultAspect());
Stabilize1 = Stabilize(ADD_MOTION_TO, 1, 1, "1 point", Tracker1.track1X*0.5,
Tracker1.track1Y*0.5, 1, 1, 2*width/3, height/3, 0, 0, 2*width/3,
2*height/3, width/3, 2*height/3, "default", xFilter, "trsx",
0, 0.5, 0, 1, 1, 0, 0.938, "v2.0", 1, "1/64", "luminance",
0.3, 0.59, 0.11, 0.75, "use start frame", 0.5, "stop", 0,
0, 25, "track1", 360-height/25, 360+height/25, 288-height/25,
288+height/25, 360-height/15, 360+height/15, 288-height/15,
288+height/15, "track2", 2*width/3-height/30, 2*width/3+height/30,
height/3-height/30, height/3+height/30, 2*width/3-height/15,
2*width/3+height/15, height/3-height/15, height/3+height/15,
"track3", 2*width/3-height/30, 2*width/3+height/30, 2*height/3-height/30,
2*height/3+height/30, 2*width/3-height/15, 2*width/3+height/15,
2*height/3-height/15, 2*height/3+height/15, "track4", width/3-height/30,
width/3+height/30, 2*height/3-height/30, 2*height/3+height/30,
width/3-height/15, width/3+height/15, 2*height/3-height/15,
2*height/3+height/15);
Tracker1 = Tracker(TAKE_MOTION_FROM, "1", "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);