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

Add autoconvert to avi feature to cv2-based history function #214

Closed balintlaczko closed 3 years ago

balintlaczko commented 3 years ago

This function is not the default one, so it haven't been updated for a while, and I noticed that it does not autoconvert to avi, if it is fed with a non-avi video (which is the practice we have in all other cv2-based functions). This should be added. I will also import it on init, so users can access it by calling MgObject.history_cv2() instead of MgObject.history().

balintlaczko commented 3 years ago

Done!