简体   繁体   中英

Cross platform movie creation in python

I am developing a small application that generates a stochastic animation, and I would want the option to save the animation as a movie. An obvious solution in linux would be to save the images and subprocess a call to ffmpeg or the like, but the program should preferable run on windows as well, without any external dependencies and installations needed (I pack the program with pyinstaller for windows). Is there a solution for this, or will I have to depend on different external applications depending on the platform?

opencv可以解决此跨平台问题,并具有python绑定。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM