当前表达式为:
start = thisComp.layer("Video").inPoint;
end = thisComp.layer("Video").outPoint;
x = time/(end-start)*thisComp.width;
[x,value[1]];
完整表达式如下:
start = thisComp.layer("Video").inPoint;
end = thisComp.layer("Video").outPoint;
x = thisComp.layer("Video").marker.key(1).time/(end-start)*thisComp.width;
[x,value[1]];
x1 = thisComp.layer("01").transform.position[0];
x2 = thisComp.layer("02").transform.position[0];
x = (x1+x2)/2;
[x,value[1]]