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

Crop preview #288

Closed alexarje closed 1 year ago

alexarje commented 1 year ago

I have been trying to crop some 5K videos but the preview is larger than my screen, thus I am unable to make a proper selection. So it would be good to have the preview window resizable somehow...

joachimpoutaraud commented 1 year ago

I have updated the cropping_window() function in order for the user to resize the window depending on the video file dimensions. I have also updated the draw rectangle so that it will appear when the mouse moves.