It’s PTB 3.0.15 on Matlab2018a on Windows 7. It’s Gstreamer 1.16 MSVC with all codec installed through custom install.
Here’s the output:
PTB-INFO: This is Psychtoolbox-3 for Microsoft Windows, under Matlab 64-Bit (Version 3.0.15 - Build date: Feb 7 2019).
PTB-INFO: Support status on this operating system release: Windows 7 (Version 6.1) partially supported, but no longer tested at all.
PTB-INFO: Type ‘PsychtoolboxVersion’ for more detailed version information.
PTB-INFO: Most parts of the Psychtoolbox distribution are licensed to you under terms of the MIT License, with
PTB-INFO: some restrictions. See file ‘License.txt’ in the Psychtoolbox root folder for the exact licensing conditions.
PTB-INFO: Will disable DWM because a regular fullscreen onscreen window is opened -> We want best timing and performance.
PTB-INFO: The detected endline of the vertical blank interval is equal or lower than the startline. This indicates
PTB-INFO: that i couldn’t detect the duration of the vertical blank interval and won’t be able to correct timestamps
PTB-INFO: for it. This will introduce a very small and constant offset (typically << 1 msec). Read ‘help BeampositionQueries’
PTB-INFO: for how to correct this, should you really require that last few microseconds of precision.
PTB-INFO: Btw. this can also mean that your systems beamposition queries are slightly broken. It may help timing precision to
PTB-INFO: enable the beamposition workaround, as explained in ‘help ConserveVRAMSettings’, section ‘kPsychUseBeampositionQueryWorkaround’.
PTB-INFO: OpenGL-Renderer is NVIDIA Corporation :: Quadro 600/PCIe/SSE2 :: 4.4.0
PTB-INFO: VBL startline = 1080 , VBL Endline = 1079
PTB-INFO: Measured monitor refresh interval from beamposition = 16.665701 ms [60.003475 Hz].
PTB-INFO: Will use beamposition query for accurate Flip time stamping.
PTB-INFO: Measured monitor refresh interval from VBLsync = 16.665475 ms [60.004292 Hz]. (50 valid samples taken, stddev=0.033963 ms.)
PTB-INFO: Reported monitor refresh interval from operating system = 16.666667 ms [60.000000 Hz].
PTB-INFO: Small deviations between reported values are normal and no reason to worry.
PTB-ERROR: Tried to startup GStreamer multi-media framework. This didn’t work, because one
PTB-ERROR: of the required GStreamer runtime libraries failed to load, probably because it
PTB-ERROR: could not be found, could not be accessed (e.g., due to permission problems),
PTB-ERROR: or most likely because GStreamer isn’t installed on this machine at all.
PTB-ERROR: Another reason could be that you have GStreamer version 0.10.x instead of the required
PTB-ERROR: version >= 1.4.0 installed. The version 0.10 series is no longer supported.
PTB-ERROR: The system returned the error code 126.
PTB-ERROR: Please read the help by typing ‘help GStreamer’ for installation and troubleshooting
PTB-ERROR: instructions.
PTB-ERROR: Due to failed GStreamer initialization, the movie playback engine is disabled for this session.
Error in function OpenMovie: Usage error
GStreamer initialization failed due to library loading problems. Aborted.
Error using Screen
Usage:
[ moviePtr [duration] [fps] [width] [height] [count] [aspectRatio]]=Screen(‘OpenMovie’, windowPtr, moviefile [, async=0] [,
preloadSecs=1] [, specialFlags1=0][, pixelFormat=4][, maxNumberThreads=-1][, movieOptions]);
Error in SimpleMovieDemo (line 49)
movie = Screen(‘OpenMovie’, win, moviename);