简体   繁体   中英

How can i create a video file with a bunch of image directories?

I have an NSMutableArray which there are image paths in it. I want to combine them into a video file. Is there any way to do that? I've searched it but i couldn't find any spesific answer.

The FFmpeg library can convert image-sequences into videos.
Compile FFmpeg for iOS and run FFmpeg through NSTask .

Two related questions to get you started:

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