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

FFmpeg choking on trimming #296

Closed alexarje closed 1 year ago

alexarje commented 1 year ago

For some videos, I get a 2 frames left in the queue on closing error when specifying start and end time. Looking around, this seems to be a well-known issue that can be solved by adding -max_muxing_queue_size 9999.

joachimpoutaraud commented 1 year ago

I have updated the extract_subclip function and added -max_muxing_queue_size 9999 to the FFmpeg command. This should fix the issue.