Group: Forum Members
Posts: 23,
Visits: 64
|
Thank you so much for your reply Dave! If I want to set event marker at the beginning and the end of the video, can I make the following amendment in the script? Suppose biopac_start is the marker for indicating the start of the video and biopac_end is the marker for indicating the completion of the video. If the video is between 20-40s, will the trial end if I set \trialduration=10? Thank you in advance for your help!
<video examplevideo> / items = ("a.mp4") / playthrough = true ... </video>
<trial showvideo> / stimulusframes = [1=examplevideo,biopac_start; 2=biopac_end] / trialduration = 10 ... </trial>
|