在 iPhone 中的视频上添加帧 - Objective C
我正在开发一个应用程序,用户可以将帧添加到正在捕获的视频或库中的现有视频中。 这些框架是定制设计的,就像新闻频道中的框架一样,视频的字幕带有记者的名字等等。 例如 视频左上角的“直播”标签。 任何人都可以指导我如何完成这个任务,至少可以给我一个提示,我可以在这个项目中使用什么。
提前致谢。
I am developing an application where the user has the feature to add frames to the video being captured or to the existing video from the library.
This frames are custom design like the ones in news channel, where the subtitle of the video comes with the name of reporter and so on..
for example
The "Live" tag in the top left of the video..
Can anyone guide me the way how shall I accomplish this, atleast can give me a hint what I can use in this project..
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于捕获的视频,请查看
UIImagePickerController
的cameraOverlayView
属性。For a video being captured, have a look at the
cameraOverlayView
property of theUIImagePickerController
.