fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
53 stars 11 forks source link

Problem with info() #316

Closed alexarje closed 10 months ago

alexarje commented 10 months ago

The info() function is neat and works well on many videos, but here I came across a video (generated from PupilLabs) that doesn't work:

Screenshot_20240106_114951

I wonder if this is because the file does not have an audio track?

joachimpoutaraud commented 10 months ago

Thanks for reporting the issue. Yes, it was indeed due to the fact that the video file hadn't an audio track. I have updated the _info.py script, so that it will take this problem into consideration.