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

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....

bug

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?

bug

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...

bug
video

## Video - [x] Load 360 video - [x] 360 video object - [ ] camera? - [x] projection? - [x] Merging multiple files - [x] Convert 360 video -...

enhancement
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...

bug

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: ![Screenshot from 2023-01-12 09-33-49](https://user-images.githubusercontent.com/114316/212017301-ec80b964-c2a0-498f-b617-5daf52881292.png) Is this related...

bug
video

### 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...

enhancement

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...

enhancement

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...

enhancement

@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...

documentation