merging videos together (AVFoundation)

前端 未结 4 2125
心在旅途
心在旅途 2021-02-06 18:17

In my app, I\'m recording small videos and adding them into an NSMutableArray as AVAsset so that i keep record of what has been captured. when the user

4条回答
  •  天涯浪人
    2021-02-06 19:00

    There is a great example project on Git Hub that is a really good starting point for how to do this in a more reusable way within an app

    https://github.com/khoavd-dev/MergeVideos/blob/master/MergeVideos/VideoManager/KVVideoManager.swift

提交回复
热议问题