MGT-python
MGT-python copied to clipboard
Musical Gestures Toolbox for Python
I am struggling with getting an optical flow video. Both sparse and dense processes run well but I get an error at the end: > FFprobeError: Could not count frames....
I cannot see to be able to use starttime and endtime when loading a .MP4 file. It works fine with .AVI. This is on Ubuntu. Something in the code?
I am testing the weights feature of history. In the [documentation](https://github.com/fourMs/MGT-python/blob/master/docs/musicalgestures/_history.md#history_ffmpeg) it says that it can be given by "3 1.2 1". However, when I try this: video.history(history_length=100, weights="3 1.2...
## Video - [x] Load 360 video - [x] 360 video object - [ ] camera? - [x] projection? - [x] Merging multiple files - [x] Convert 360 video -...
On Ubuntu, I have experienced that the cropping function only works once per session. The first time I call it, everything works fine. The window pops up and the video...
I just tried the various filtering functions, threshold and type, but they don't seem to work. See here for a threshold of 0.0:  Is this related...
### Read/write original files as arrays For further processing and training purposes, I think it is nice to be able to read the original files of `MgVideo` and `MgAudio` objects...
I've recently been working on designing a visual workflow to make it easier for the user/developer to understand the toolbox. Here is a draft for the main structure of the...
I'd like to calculate the motion data within a region of frames, maybe specified by the same rules as cropping [width,height,top_left x, topleft_y]. Currently working on assessing movement across sections...
@balintlaczko and I have previously talked about submitting a paper about MGT for [Journal of Open Source Software](https://joss.theoj.org/). There is a very brief [paper snippet](https://github.com/fourMs/MGT-python/tree/master/paper) in a folder. Could you...