PonyLand
PonyLand

Reputation: 115

iPhone video recording app with label on top

The idea of the app is that the phone records some footage and on top of that should be a label which changes value throughout the filming process. How can the label be added on to the final movie? Is it possible to directly integrate the label to the movie while recording? Any helpful tips or links will be highly appreciated.

Upvotes: 0

Views: 239

Answers (1)

Till
Till

Reputation: 27597

Check AVFoundation's reference of AVAssetWriter.

Besides that, there are plenty examples and questions out there on that component - also here on StackOverflow.

Upvotes: 1

Related Questions