What happens to the video
The bot fetches your clip from Telegram, writes it to a temporary file, analyses it and deletes that file immediately, inside the same handler. The deletion sits in a block that runs even if the analysis fails with an error. There is no second copy: we do not put videos into storage, do not keep individual frames and do not forward the file anywhere.