views:

53

answers:

1

I want to create a movie using objective-c, is it possible? or have to use the camera related things?

[Edit]In fact, I want to know is there any API to create a movie, I want to show some pictures in the movie, so I cannot use camera related things.

+1  A: 

Take a look at AVAssetWriter and AVAssetWriterInput in the AVFoundation documentation.

Ben Stiglitz
thanks very much
disorderdev