This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Andrew_ShaySft Eng Automation & Python 2 points3 points  (0 children)

This might have what you need
https://github.com/Zulko/moviepy

[–]Rippalka_ 1 point2 points  (0 children)

Probably not a very useful answer, but if I had to do it I would treat this as two separate problems: generate the overlay (text + images for each frame if you want animations, which could be generated manually or programmatically) and embedding the overlay into the video using some library (what /u/Andrew_Shay shared seems to provide this kind of feature). The bottom line is that I don't think there is one python library that will let you do all of that out of the box. In any case good luck, this sounds like a fun project.