Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: How to generate a video file via images/audio?

Tags:

ios

iphone

I want use some images and audio files to generate a movie (the image sequence)

anyone can give a tip?

like image 403
iXcoder Avatar asked Mar 21 '11 04:03

iXcoder


People also ask

How do I make an audio video in IOS?

Open the video in QuickTime Player. Select File. Scroll down to click on Export As. Click Audio Only.


1 Answers

I think it could be done using AVAssetWriter

ASSETWriterInput for making Video from UIImages on Iphone Issues

hope this will help

like image 75
YNK Avatar answered Oct 12 '22 03:10

YNK