3

我认为这个问题是不言自明的。有大量的“视频拼贴”应用程序可以让你将一堆视频或视频和图像“拼接”在一起。

他们是怎么做到的呢?我最初的理论是将照片/视频放在单个 UIView 上,并以某种方式记录该 UIView 或将其转换为视频文件。Apple 是否为此提供了 API?有什么方法可以记录 UIView 内部发生的事情吗?

我在 gitHub 上找到了这个类,但我不确定它是否足够快来捕获视频:https ://github.com/wess/Glimpse

4

1 回答 1

0

One way in ios or osx to play with audio or video is by using AVFoundation class framework.

https://developer.apple.com/library/Mac/DOCUMENTATION/AudioVideo/Conceptual/AVFoundationPG/Articles/00_Introduction.html

You can even add animation to your videos here is a link to very nice tutorial by Abdul Azeem

http://www.raywenderlich.com/30200/avfoundation-tutorial-adding-overlays-and-animations-to-videos

于 2013-12-07T13:21:42.997 回答