Hi everybody,
I have been trying to play quicktime movies using Screen('OpenMovie'...) and it works actually.
The problem is that it takes too much time to load and display frames on the screen. My videos are 3/4-second long and it takes 1.4 seconds from onset to onset.
Running duration:
Screen('OpenMovie', win, moviename) = 250 ms
Screen('PlayMovie', win, moviename) = 30 ms
While loop for frames display = 1000 ms
TOTAL = 1.4 s
I need them to be presented at a rate of one per second.
Do you have any suggestion?
Thank you for your time.
Have a good day.
Olivier
I have been trying to play quicktime movies using Screen('OpenMovie'...) and it works actually.
The problem is that it takes too much time to load and display frames on the screen. My videos are 3/4-second long and it takes 1.4 seconds from onset to onset.
Running duration:
Screen('OpenMovie', win, moviename) = 250 ms
Screen('PlayMovie', win, moviename) = 30 ms
While loop for frames display = 1000 ms
TOTAL = 1.4 s
I need them to be presented at a rate of one per second.
Do you have any suggestion?
Thank you for your time.
Have a good day.
Olivier