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
52 stars 11 forks source link

implement video query functions via ffprobe and remove moviepy dependency #199

Closed balintlaczko closed 3 years ago

balintlaczko commented 3 years ago

This will eliminate a potential deadlock, plus make the package slimmer and more self-contained. Since we require ffmpeg from the user (and have our suite of interfacing functions) it does not make too much sense anymore to have such a heavy dependency only for a few simple queries.

Affected functions in _utils:

balintlaczko commented 3 years ago

get_widthheight is now implemented.