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

Progress bar problem blur_faces() #307

Closed alexarje closed 11 months ago

alexarje commented 11 months ago

On my Ubuntu system, the progress bar in blur_faces() is printed on a new line for each iteration in the notebook. Is it rendered differently from other functions?

joachimpoutaraud commented 11 months ago

Thanks for reporting the issue! I have updated several functions with the -loglevel quiet parameter for the FFmpeg command. This will allow to hide FFmpeg outputs so that it won't print a new line for each iteration.