Play clip till some frame

Hi, Dear All

Has anyone knowledge about how start playing clip and stop at n frame. and then with additional command resume. Could this done using AMCP commands?

any suggestion ?

thanks

Sure, you can use LOAD/LOADBG or PLAY with SEEK and LENGTH parameters:

PLAY 1-10 AMB LENGTH 50 will play first 50 frames.
PLAY 1-10 AMB SEEK 10 LENGTH 22 will play 22 frames from the 10th frame.

dear hreinnbeck
thanks a lot for your response . It was very helpful