Fail to play sequence of MP4 videos across trials
问题 I have 10 trials and two conditions (randomized across the trials) that consist of playing either an optic flow mp4 movie or a random flow mp4 movie. To load and play the mp4 I used visual.MovieStim3 nBlocks = 4 nTrials = 10 nb_conditions = np.arange(1,3) # We have two conditions : condition 1 is Optic flow and condition 2 is Random flow conditions = nb_conditions.repeat(nTrials/2) # 5 times condition1 and 5 times condition2 conditions_rand = np.random.permutation(nb_conditions) # Randomize