MGT-python icon indicating copy to clipboard operation
MGT-python copied to clipboard

Musical Gestures Toolbox for Python

Results 27 MGT-python issues
Sort by recently updated
recently updated
newest added

Add code from [mocaptoolbox_py](https://github.com/fourMs/mocaptoolbox_py?organization=fourMs&organization=fourMs) and more stuff from the Mocap toolbox for Matlab.

enhancement
mocap

The motion function (technically method) is implemented in Opencv (though there is an FFmpeg-based implementation in the `_utils.py`, that however produces slightly different results), and since it is doing a...

enhancement
video

As I learned through testing (#239), many format conversions are having a byproduct of adding a frame. We can try to counteract this (supposed bug?) by enforcing the framecount of...

enhancement
structure
optimization
ffmpeg-bug

This is a long-term goal, in order to keep the growing package smooth and bug-free. Currently we mostly test by running the (by now, quite long) jupyper notebook, which is...

testing

...into csv, tsv or txt, similar to how it's done with the motiondata in `motion()`.

enhancement
audio

The famous work visbeat, I think, can be replicated by this library. We can use the QoM values to make it. [Visbeat](https://github.com/abedavis/visbeat). Can you share a sample code to make...

It would be cool to add the [Frame-Averaged Pixel Array](http://oioiiooixiii.blogspot.com/2018/09/ffmpeg-fapa-frame-averaged-pixel-array.html) method. I think two versions would be nice: 1. The one above, with one pixel per frame and wrapped with...

enhancement