Skip to content

Instantly share code, notes, and snippets.

@PeerChristensen
Last active May 11, 2017 07:04
Show Gist options
  • Save PeerChristensen/c842ab45da0cde9162d4c69ca98f59ca to your computer and use it in GitHub Desktop.
Save PeerChristensen/c842ab45da0cde9162d4c69ca98f59ca to your computer and use it in GitHub Desktop.
Handling video stimuli in PsychoPy
myVideo= visual.MovieStim2(win, filename) #where i is the filename
while myVideo.status != visual.FINISHED:
myVideo.draw()
win.flip()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment