I am currently working on a project where I am pulling .mov files from a folder dat and playing them sequentially. Is there a way to play when the video is finished, or check when the video is finished playing?
Currently I am using a counter to change, but because each video is a different length, some get cut off.
Attach it to an infoCHOP (reference it from the CHOP’s Operator parameter). You will see a “last_frame” channel indicating that the movie has ended. You can also see the movie’s length and lots of other info there if you need to do more complicated stuff (e.g. a fadeout using a timerCHOP and an end alert)