1

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.

M. Salih Kocak
  • 189
  • 2
  • 14

1 Answers1

1

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:

Community
  • 1
  • 1
Anne
  • 26,765
  • 9
  • 65
  • 71