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

MP4 conversion #282

Closed alexarje closed 1 year ago

alexarje commented 1 year ago

Why is a .avi file converted to .mp4 by default? Is that for showing in notebook-mode?

image

I guess it is fine because, in most cases, people would probably load .mp4 files (myself included).

alexarje commented 1 year ago

Ok, here is an odd example of conversion:

image

Loading a .avi file which is converted back and forth many times... I guess it would be good to avoid converting to mp4 unless one specifies mode=notebook?

joachimpoutaraud commented 1 year ago

Thanks for reporting that issue! There was actually an else statement that was missing in the __init__ file. The consequence was that every file was systematically converted to mp4. I have fixed the issue and updated the repository.