Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发应用程序,我想在其中实现用户可以合并图像和视频以制作完整电影的功能。
我知道如何仅使用合并视频AVMutableComposition,但如何合并其中的图像?我们可以使用图像制作视频,AVAssetWriter但我想我们不能在其中添加视频......
AVMutableComposition
AVAssetWriter
谁能帮我解决这个问题?
您可以使用AVMutableComposition. 要从 UIImage 创建视频轨道,请使用AVAssetWriter.
看看这个美丽的链接: 从图像数组创建电影。
这是最佳答案。