I am having the same problem as you had. My movie stimuli start running, and then the screen freezes, and I have to force shut down my computer. I have tried running this on two computers (both Mac), but I get the same problem. I have tried using 'loop=True' at the end of each of the movie stimuli, but that also did not fix the issue:
#initialize movie objects
stimdisp=visual.MovieStim(win=win, filename=path, ori=0, pos=[0, 0],
size=[300, 300], loop=True)
jitter=visual.MovieStim(win=win, filename='99_avi/image01_99_percent_noise.avi',
ori=0, pos=[0, 0], size=[300, 300], loop=True)
jitter_sync=visual.MovieStim(win=win, filename='99_avi/image01_99_percent_noise.avi',
ori=0, pos=[0, 0], size=[300, 300], loop=True)
cue_sync_fix=visual.MovieStim(win=win, filename='99_avi/image01_99_percent_noise.avi',
ori=0, pos=[0, 0], size=[300,300], loop=True)