Python Forum
banner with python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: banner with python (/thread-15249.html)



banner with python - josh1 - Jan-09-2019

I have a video file, I get a jpg file and I need to turn it into a banner that runs on the video file. In other words I have a video file that transmits something and I need to run the banner so that you can see both of them being broadcast simultaneously

So my questions are how to create a banner in Python, I'd be happy to know with which Library or if you have a guide tutorial reference, a second question is how to broadcast both at the same time, so the banner is displayed on the video.

Thank you very much, I will be happy for any information or thought you have on the subject


RE: banner with python - Larz60+ - Jan-09-2019

here's one package you can look at (I know nothing about it): https://pypi.org/project/jmbo-banner/