Inquisit crashes with videos


Author
Message
sdandeneau
sdandeneau
Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)
Group: Forum Members
Posts: 37, Visits: 141
Hi, 

My script, with videos (.mpg for mac and .wmv for windows) runs fine on MAC (lab and web) but the Windows version crashes on both lab and web when it gets to the part that runs the videos. Help!

https://www.dropbox.com/s/3wh70vilvaudytm/SRC%20Manikin%20WORDS%20NEW%20-%20copie.zip?dl=0

p.s. the system wasn't letting me upload the file, so I put the dropbox link to the .zip file. 

Stéphane Dandeneau.
sdandeneau
sdandeneau
Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)
Group: Forum Members
Posts: 37, Visits: 141
Additional information which may be useful. The script worked fine in Inquisit 4... with .mpg videos. I have since changed to an <include> script with platform types (with .wmv videos for Windows and .mpg for Mac). This new version still works on Mac but still doesn't on Windows. 
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Inquisit 5 uses a different framework (Windows Media Foundation) under Windows to render videos than Inquisit 4 (DirectShow) does in order to support more and more modern formats. That's part of the reason you are seeing different result under Inquisit 5 vs Inquisit 4.

After doing some more testing using both your videos (WMVs and MPGs) as well as others, it certainly looks like there's a bug in Inquisit 5 involved here. As such, there is no immediate workaround using the existing video files / formats.

However, an option that *should* work immediately is converting your WMVs to animated GIFs (which are also handled by the <video> element). Since Inquisit treats GIFs differently internally (they are not handled through Media Foundation), those will work properly (at least that's what my tests suggest). You can find suitable converters online, e.g. https://convertio.co/wmv-gif/ .

Hope this helps.

sdandeneau
sdandeneau
Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)
Group: Forum Members
Posts: 37, Visits: 141
OK... we've just spent 10K on upgrading to Inquisit 5 expecting things would continue working like they did in 4.... Can we expect a fix relatively soon? Otherwise I'll have to revert back to V.4 until this is fixed so that we can properly run our studies. 
sdandeneau
sdandeneau
Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)
Group: Forum Members
Posts: 37, Visits: 141
Hi again, 

I've tried the animated GIF option - but the gif's run in Inquisit at less then 50% speed, i.e. they are much slower (in the task) than the original gif (when I open the same gif in Quicktime for example). It's as thought Inquisit is running at a much slower frame rate, which slows the "video" down significantly. I need the original speed, can Inquisit run a the normal framerate/speed?
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
#1: Of course the video issue will be fixed in (probably) the next update, or if only minor changes to the codebase are required a refresh of the current version. When exactly that will be, I do not know yet, but I expect it to be relatively soon (days, perhaps a week or so, not months).

#2: Animated GIFs consist of a series of frames. Inquisit expands those frames into essentially /stimulusframes and displays them at the system's refresh rate. GIFs allow for specifying a number of parameters, and the speed difference is likely due to the default settings of the converter (e.g. a low frame rate, and a long inter-frame interval). I've converted the videos to GIFs with at 20FPS and a slight speed adjustment to more closely match what the WMVs or MPGs would result in (you can find a converter capable of various adjustments at http://ezgif.com/video-to-gif ). When playing the adjusted GIFs in parallel with the MPGs

<video a>
/ items = ("ManDownErrorVite.gif", "ManDownVite.gif", "ManUpErrorVite.gif", "ManUpVite.gif")
/ position = (25%, 50%)
/ select = sequence
</video>

<video b>
/ items = ("ManDownErrorVite.mpg", "ManDownVite.mpg", "ManUpErrorVite.mpg", "ManUpVite.mpg")
/ position = (75%, 50%)
/ select = sequence
</video>

<trial mytrial>
/ stimulusframes = [1=a, b]
/ validresponse = (57)
</trial>

<block myblock>
/ trials = [1-4 = mytrial]
</block>

the GIFs and MPGs appear to sync up neatly for me. The GIFs used in the above are attached below. Hope this helps.

Attachments
GIFs.zip (593 views, 169.00 KB)
sdandeneau
sdandeneau
Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)
Group: Forum Members
Posts: 37, Visits: 141
HI, 

I'm not sure I'm getting the same thing as what you'd describing with the files you sent on my Mac. Here a screen shot of what I get. 

https://www.dropbox.com/s/tlrfmzrwjfbbod9/screen%20record%204.mov?dl=0

Stéphane

p.s. The "add file from computer" functions doesn't work for me - hence why I'm sending dropbox links to files. 


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Thanks for the screen recording. That indeed does not match what I'm seeing at all.

Are you seeing the same slow-down under Windows with those GIFs (without the MPGs playing in parallel) or just on your Mac?

Thanks!

sdandeneau
sdandeneau
Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)Guru (5K reputation)
Group: Forum Members
Posts: 37, Visits: 141
Hi Dave, 

I'm getting something different on Windows - it looks a lot more like the original mpg - and what you described. Bottom line - GIFs are similar to mpg on Windows, but not on Mac. 

Not sure what to do next. 



Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
Then keeping with the conditional <include> approach should be a viable option: Under Windows, administer the GIFs (instead of the WMVs); under OSX, keep administering the MPGs as before.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search