KullmannLab / pyecog2

PyEcog2 is a python software package aimed at exploring, visualizing and analyzing (video) EEG telemetry data
GNU General Public License v3.0
4 stars 0 forks source link

video not found #19

Closed mikailweston closed 3 years ago

mikailweston commented 3 years ago

video files listed in project file under animal ID, but when try to play in GUI, states no file found for time

mfpleite commented 3 years ago

I think I experienced this when testing in Windows... I'll have to look at this at a later point when fixing bugs in my windows environment.

mfpleite commented 3 years ago

Ok I think I sorted this out alongside codec problems in Windows. Can you close the issue once you confirm it is working for you?

mikailweston commented 3 years ago

not working. finds file but error message:

Changing video file: F:\epilepsy files\video\97\20210310131029.mp4 Updated FFT Window changesd to: [1615386132.2011466, 1615386149.9446943] Video - Error: Failed to load source.

mikailweston commented 3 years ago

Actually, my video folder was pointing to the wrong directory.

If the video is not found error message as above, but if project file is updated ( by setting video folder correctly), need to restart PyEcog to get any videos to play

mikailweston commented 3 years ago

image

mfpleite commented 3 years ago

Videos should now be behaving a bit better. The only known issue that I couldn't solve for now is that when switching to some video files the video surface starts playing on the background, even if I send a pause command after loading. Worst of all it doesn't even send position change signals, I think this is probably some bug deeper in the Qt media API, I couldn't find a workaround for now, anyway I think it is not too annoying for the user

mfpleite commented 3 years ago

manual time shift for videos still in the request list

mfpleite commented 3 years ago

done