Tag: text on video python
-
Rendering Responsive Text on Video using Python
In this post, I will show you how to render responsive text on video using Python. We will use the OpenCV python package for the whole project. This may sound a little difficult to do with just OpenCV, which is a computer vision package, but in this project, you will see that it is also good…
-
Rendering Text on Video using Python
Hands-on machine learning exercise using moviePy library In this post, I will show you how to add text to your videos using Python. It may sound very difficult at first glance, but trust me it’s much easier than you think, and also it’s cool. This will be a simple exercise where we will be able…