Is there a good library c/c++/java to generate video with special effects , transitions from a set of images? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the开发者_JS百科 question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this questionI need to develop a video generator that takes in a set of images, music files and outputs mp4 videos. The platform is linux. Was wondering if there are any existing libraries that can do this job ?
Thanks
I believe Processing can do what you want.
you can use ImageMagick for video part. It has both good graphics/video library and corresponding console application. For sound embedding use gstreamer.
精彩评论