rezoo / movis

Python library for video editing, presentation video generation, motion graphics, shader art coding, and other video production tasks
https://rezoo.github.io/movis/
MIT License
319 stars 17 forks source link

rtsp support #58

Open sugizo opened 2 months ago

sugizo commented 2 months ago

is movis support rtsp like imageio-ffmpeg and opencv ?

best regards

rezoo commented 2 months ago

Sorry for the late reply. As you know, RTSP is not directly supported, and while it is possible to achieve this by modifying the __call__ operator in Composition, I think the problem is that GPU processing is not currently supported to achieve real-time operations.