Python Forum
How to output Python in Spout or any other video sharing network? - 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: How to output Python in Spout or any other video sharing network? (/thread-36007.html)



How to output Python in Spout or any other video sharing network? - buzzdarkyear - Jan-09-2022

Hi,

I've been new to Python and I've created something that I would like to stream in Spout so I can output it in touchdesigner/MadMapper. In the past I've always use Spout for Processing with succes but it brings difficulties using Python instead. Does someone know how to do this or have any useful guides to realize this? I can't find anything online.

If there are other software that can help me out streaming my Python scrips please let me know! It would be such a great help. Thank you Thumbs Up


RE: How to output Python in Spout or any other video sharing network? - Larz60+ - Jan-09-2022

you can use scikit-video, see: http://www.scikit-video.org/stable/
more specifically for your application: http://www.scikit-video.org/stable/io.html


RE: How to output Python in Spout or any other video sharing network? - buzzdarkyear - Jan-10-2022

(Jan-09-2022, 10:26 PM)Larz60+ Wrote: you can use scikit-video, see: http://www.scikit-video.org/stable/
more specifically for your application: http://www.scikit-video.org/stable/io.html

Thank you for your help. But does this make me able to stream the script live on another platform like MadMapper? Because it seems like this make video's of my output but not actually stream it live.


RE: How to output Python in Spout or any other video sharing network? - Larz60+ - Jan-11-2022

buzzdarkyear Wrote:Thank you for your help. But does this make me able to stream the script live on another platform like MadMapper? Because it seems like this make video's of my output but not actually stream it live.
does madmapper handle mp4 format? if so the answer should be yes.


RE: How to output Python in Spout or any other video sharing network? - buzzdarkyear - Jan-11-2022

(Jan-11-2022, 02:08 AM)Larz60+ Wrote:
buzzdarkyear Wrote:Thank you for your help. But does this make me able to stream the script live on another platform like MadMapper? Because it seems like this make video's of my output but not actually stream it live.
does madmapper handle mp4 format? if so the answer should be yes.

Thank you for your help I'll try it out!