将选定的音乐文件集成到视频中
我正在开发一个视频录制应用程序,我希望能够集成用户从 iPod 库中选择的音乐文件。请分享您对我如何实现这一要求的意见。示例代码很有帮助。
I am developing a video recording application and I would like to be able to integrate a music file selected by the user from the iPod library. Please share your inputs as to how I can achieve this requirement. Sample code is helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最终成功将选定的音乐文件集成到视频中
使用 AVAssetExportSession 我们可以使用 AVMutableComposition 将视频和音频合并在一起。
谢谢大家更新!!
//该方法合并音频和视频。
Finally succeeded Integrate a selected music file into video
Using AVAssetExportSession we can merge Video and audio together using AVMutableComposition.
Thanks for update all of you!!
//This method merges the audio and video.