Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.1k stars 1.51k forks source link

Tics. How to get their value or how to solve the problem? #2018

Closed bondela closed 11 months ago

bondela commented 11 months ago

Hi. How can I get the value of ticks (Tics? I don't know). I have a telegram bot that receives videos, processes them and sends them back, but sometimes users send videos that take a LOT longer to process. These videos take no more than a minute, but sometimes moviepy processes them for over an hour. The average ticks are 500-1500, but sometimes a bug happens and those ticks become over 100000. How can I prevent this from happening?

image

bondela commented 11 months ago

I've looked at the metadata, there's nothing special there.