简体   繁体   中英

How to create a video from sequence images Android Java programmatically

I want to create a video from sequence of images, the images are of same size and I don't want to add any audio file to it so that's going to not hard.

What I need to do for that please explain, what line of code should I need to use for this, or if you have the sample code for it?

I suggest use ffmpeg. https://github.com/bramp/ffmpeg-cli-wrapper

This is a wapper library for java.

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